godot/misc/dist/ios_xcode/godot_ios
Ruslan Mustakov 8f0f327f02 Allow configuring iOS export
- EditorExportPlugin's _export_begin accepts all the arguments related
   to the current export (is_debug, path, flags).

 - EditorExportPlugin API is extended with methods allowing to configure
   iOS export: add_ios_framework, add_ios_plist_content,
   add_ios_linker_flags, add_ios_bundle_file.

 - iOS export template now contains Godot as a static library so that
   it can be linked with third-party Frameworks and GDNative static
   libraries.

 - Adds method to DirAccess for recursive copying of a directory.

 - Fixes iOS export to work with Xcode 9 (released recently).
2017-11-21 01:16:49 +07:00
..
dylibs Allow configuring iOS export 2017-11-21 01:16:49 +07:00
en.lproj Remove redundant subfolder in iOS template 2017-03-26 22:03:58 +02:00
Default-568h@2x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
Default-667h@2x.png Remove redundant subfolder in iOS template 2017-03-26 22:03:58 +02:00
Default-Landscape-736h@3x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
Default-Landscape-1366h@2x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
Default-Landscape@2x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
Default-Portrait-736h@3x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
Default-Portrait-1366h@2x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
Default-Portrait@2x.png Enhance iOS export 2017-09-26 00:18:08 +07:00
dummy.cpp Allow configuring iOS export 2017-11-21 01:16:49 +07:00
export_options.plist Allow configuring iOS export 2017-11-21 01:16:49 +07:00
godot_ios-Info.plist Allow configuring iOS export 2017-11-21 01:16:49 +07:00
godot_ios.entitlements Enhance iOS export 2017-09-26 00:18:08 +07:00