2022-08-25 17:50:53 +02:00
|
|
|
# iOS platform port
|
|
|
|
|
|
|
|
This folder contains the C++, Objective-C and Objective-C++ code for the iOS
|
|
|
|
platform port.
|
|
|
|
|
2025-05-14 12:04:10 +01:00
|
|
|
This platform derives from the Apple embedded abstract platform ([`drivers/apple_embedded`](/drivers/apple_embedded)).
|
|
|
|
|
|
|
|
This platform uses shared Apple code ([`drivers/apple`](/drivers/apple)).
|
|
|
|
|
2025-06-30 20:02:21 -07:00
|
|
|
See also [`misc/dist/apple_embedded_xcode`](/misc/dist/apple_embedded_xcode) folder for the Xcode
|
2022-08-25 17:50:53 +02:00
|
|
|
project template used for packaging the iOS export templates.
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2025-09-11 19:31:04 +02:00
|
|
|
- [Compiling for iOS](https://docs.godotengine.org/en/latest/engine_details/development/compiling/compiling_for_ios.html)
|
2022-08-25 17:50:53 +02:00
|
|
|
- Instructions on building this platform port from source.
|
|
|
|
- [Exporting for iOS](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_ios.html)
|
|
|
|
- Instructions on using the compiled export templates to export a project.
|