1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00
Files
godot/platform/ios
Lukas Tenbrink e80194e31f Add profiler option to SCons builds.
Add `tracy` option to `profiler`. If set, a tracy profiling client will be injected into the Godot binary.

# Conflicts:
#	platform/linuxbsd/godot_linuxbsd.cpp
2025-11-08 00:08:45 +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