godot/platform/ios
Rémi Verschelde c2c659db32 SCons: Refactor LTO options with `lto=<none|thin|full>`
Adds support for LTO on macOS and Android. We don't have much experience
with LTO on these platforms so for now we keep it disabled by default
even when `production=yes` is set.

Similarly for iOS where we ship object files for the user to link in
Xcode so LTO makes builds extremely slow to link.

`production=yes` defaults to full LTO.
ThinLTO is much faster for LLVM-based compilers but seems to produce
bigger binaries (at least for the Web platform).
2022-09-08 10:00:02 +02:00
..
api
export Rename String `plus_file` to `path_join` 2022-08-29 19:38:13 -05:00
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub
app_delegate.h
app_delegate.mm
detect.py SCons: Refactor LTO options with `lto=<none|thin|full>` 2022-09-08 10:00:02 +02:00
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
display_server_ios.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
display_server_ios.mm Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
godot_app_delegate.h
godot_app_delegate.m
godot_ios.mm
godot_view.h
godot_view.mm
godot_view_gesture_recognizer.h
godot_view_gesture_recognizer.mm
godot_view_renderer.h
godot_view_renderer.mm
ios.h
ios.mm
joypad_ios.h
joypad_ios.mm
keyboard_input_view.h Add support for multiple virtual keyboard types 2022-08-04 10:41:33 -04:00
keyboard_input_view.mm Add support for multiple virtual keyboard types 2022-08-04 10:41:33 -04:00
logo.png
main.m
os_ios.h Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
os_ios.mm Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
platform_config.h Clean iOS platform config of long gone macro 2022-08-10 21:42:49 +02:00
tts_ios.h
tts_ios.mm Rename `range_lerp` to `remap` 2022-09-06 07:19:20 +02:00
view_controller.h
view_controller.mm
vulkan_context_ios.h
vulkan_context_ios.mm

README.md

iOS platform port

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

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

Documentation