godot/modules/arkit
Sergey Minakov 614f701373 iOS Modules: separate main platform code from modules
Moved previously builtin modules 'GameCenter', 'AppStore', 'iCloud' to separate modules to be represented as plugin.
Modified 'ARKit' and 'Camera' to not be builtin into engine and work as plugin.
Changed platform code so it's not affected by the move.
Modified Xcode project file to remove parameters that doesn't make any effect.
Added basic '.gdip' plugin config file.
2021-01-14 15:30:00 +03:00
..
arkit.gdip iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
arkit_interface.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
arkit_interface.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
arkit_module.cpp iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
arkit_module.h iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
arkit_session_delegate.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
arkit_session_delegate.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
SCsub SCons: Enable iOS modules for ARKit and Camera 2020-06-22 23:23:03 +03:00