virtualx-engine/platform/javascript
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
..
api Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
export Allow configuring iOS export 2017-11-21 01:16:49 +07:00
audio_driver_javascript.cpp Fix WebAudio and HTML5 build 2017-11-06 00:25:57 +01:00
audio_driver_javascript.h Fix WebAudio and HTML5 build 2017-11-06 00:25:57 +01:00
detect.py Change HTML5 start-up API 2017-11-19 15:39:57 +01:00
dom_keys.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
engine.js Change HTML5 start-up API 2017-11-19 15:39:57 +01:00
http_client.h.inc Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00
http_client_javascript.cpp Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00
http_request.h Fix HTML5 HTTPClient includes 2017-11-15 23:02:36 +01:00
http_request.js Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00
javascript_eval.cpp Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
javascript_main.cpp Change HTML5 start-up API 2017-11-19 15:39:57 +01:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_javascript.cpp Merge pull request #12988 from akien-mga/xdg-home-paths 2017-11-20 00:42:51 +01:00
os_javascript.h Merge pull request #12988 from akien-mga/xdg-home-paths 2017-11-20 00:42:51 +01:00
platform_config.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
power_javascript.cpp Fix enums bindings 2017-09-13 20:57:07 +03:00
power_javascript.h Fix enums bindings 2017-09-13 20:57:07 +03:00
pre.js Remove asm.js support from HTML5 platform 2017-11-18 05:52:14 +01:00
run_icon.png Use custom native-run icons for Android and HTML5 2017-06-27 21:06:26 +02:00
SCsub Remove asm.js support from HTML5 platform 2017-11-18 05:52:14 +01:00