mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
850 B
850 B
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
- Compiling for iOS
- Instructions on building this platform port from source.
- Exporting for iOS
- Instructions on using the compiled export templates to export a project.