godot/platform/osx
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
..
export Allow configuring iOS export 2017-11-21 01:16:49 +07:00
SCsub Merged iphone and osx audio drivers into drivers/coreaudio 2017-09-30 02:16:42 -03:00
crash_handler_osx.h Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-13 10:07:23 -03:00
crash_handler_osx.mm Implemented physics plug 2017-11-04 03:25:51 +01:00
detect.py Cleanup old references to GLES2 renderer 2017-11-19 17:52:18 +01:00
dir_access_osx.h Implemented DirAccess get_drive and get_drive_count for OS X 2017-09-11 23:46:34 -03:00
dir_access_osx.mm Implemented DirAccess get_drive and get_drive_count for OS X 2017-09-11 23:46:34 -03:00
godot_main_osx.mm Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-13 10:07:23 -03:00
joypad_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
joypad_osx.h Fix files header 2017-09-01 21:07:55 +07:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_osx.h Add initial support for the XDG Base Directory spec 2017-11-19 20:54:24 +01:00
os_osx.mm Pass engine name and version parts as proper strings 2017-11-20 00:51:14 +01:00
platform_config.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
power_osx.cpp Fix enums bindings 2017-09-13 20:57:07 +03:00
power_osx.h Fix enums bindings 2017-09-13 20:57:07 +03:00
sem_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
sem_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00