godot-module-template/engine/platform/ios
Sara c3f9669b10 Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine
git-subtree-mainline: b74841629e
git-subtree-split: a8e37fc010
2026-03-13 11:22:19 +01:00
..
api Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
doc_classes Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
detect.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
device_metrics.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
device_metrics.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_layer_ios.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_layer_ios.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_server_ios.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_server_ios.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_view_ios.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_view_ios.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
ios.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
main_ios.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
os_ios.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
os_ios.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_config.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_gl.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_ios_builders.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_thread.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
README.md Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
SCsub Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00

iOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the iOS platform port.

This platform derives from the Apple embedded abstract platform (drivers/apple_embedded).

This platform uses shared Apple code (drivers/apple).

See also misc/dist/apple_embedded_xcode folder for the Xcode project template used for packaging the iOS export templates.

Documentation