Yuri Sizov dc6ea03101 Merge pull request #35555 from Calinou/add-version-project-setting 2 years ago
..
api 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
doc_classes ad4480bf2e Add a "version" project setting and use it in new export presets 2 years ago
export ad4480bf2e Add a "version" project setting and use it in new export presets 2 years ago
README.md 4c1f11944e Update all outdated online documentation links 2 years ago
SCsub 10be2c343f iOS: Fix memory leak on touch input 2 years ago
app_delegate.h d95794ec8a One Copyright Update to rule them all 2 years ago
app_delegate.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
detect.py 2c9b7fc7a8 libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEON 2 years ago
device_metrics.h d95794ec8a One Copyright Update to rule them all 2 years ago
device_metrics.m ee5057a42e iOS: Add new model identifiers for DPI metrics 2 years ago
display_layer.h 1cc5524b81 [iOS] Restore OpenGLES3 renderer support. 2 years ago
display_layer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
display_server_ios.h 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 years ago
display_server_ios.mm 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 years ago
godot_app_delegate.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_app_delegate.m d95794ec8a One Copyright Update to rule them all 2 years ago
godot_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
godot_view.h 10be2c343f iOS: Fix memory leak on touch input 2 years ago
godot_view.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
godot_view_renderer.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_view_renderer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
ios.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
joypad_ios.h d95794ec8a One Copyright Update to rule them all 2 years ago
joypad_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
key_mapping_ios.h daad4aed62 Cleanup and unify keyboard input. 2 years ago
key_mapping_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
keyboard_input_view.h d95794ec8a One Copyright Update to rule them all 2 years ago
keyboard_input_view.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
main.m 09465f3fe6 Remove (or make verbose only) various debug prints. 2 years ago
os_ios.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
os_ios.mm 3cd865dbe8 Fix formatting of dlopen error message on Windows 2 years ago
platform_config.h d95794ec8a One Copyright Update to rule them all 2 years ago
tts_ios.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
tts_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
view_controller.h d95794ec8a One Copyright Update to rule them all 2 years ago
view_controller.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
vulkan_context_ios.h d95794ec8a One Copyright Update to rule them all 2 years ago
vulkan_context_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago

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