bruvzg 824324e7c4 [iOS] Fix dylib GDExtension convertion. 3 months ago
..
api 9e4315bb50 Style: Harmonize header includes in platform ports 1 year ago
doc_classes 7cf9ed5f65 Fix several typos in the documentation 3 months ago
export 824324e7c4 [iOS] Fix dylib GDExtension convertion. 3 months ago
README.md 4c1f11944e Update all outdated online documentation links 1 year ago
SCsub d9f8ef68df Update pre-commit hooks configuration to use `ruff` instead of `black` 5 months ago
app_delegate.h d95794ec8a One Copyright Update to rule them all 1 year ago
app_delegate.mm 3bdbf90f49 Fix AirPods routing when Play and Record category is used. 8 months ago
detect.py 37cf266b57 SCons: Process platform-specific flags earlier 5 months ago
device_metrics.h d95794ec8a One Copyright Update to rule them all 1 year ago
device_metrics.m ee5057a42e iOS: Add new model identifiers for DPI metrics 1 year ago
display_layer.h 1cc5524b81 [iOS] Restore OpenGLES3 renderer support. 1 year ago
display_layer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 year ago
display_server_ios.h a3769c0edc Properly set window class in Wayland 5 months ago
display_server_ios.mm 32d9c93af3 Improve handling of rendering startup errors 4 months ago
godot_app_delegate.h d95794ec8a One Copyright Update to rule them all 1 year ago
godot_app_delegate.m d95794ec8a One Copyright Update to rule them all 1 year ago
godot_ios.mm 023dcd44c1 Refactor OS exit code to be `EXIT_SUCCESS` by default 8 months ago
godot_view.h 10be2c343f iOS: Fix memory leak on touch input 1 year ago
godot_view.mm 7f52e5bd44 [iOS] Fix sensors orientation. 6 months ago
godot_view_renderer.h d95794ec8a One Copyright Update to rule them all 1 year ago
godot_view_renderer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 year ago
ios.h 789c6ebdfd Implement `amplitude` to Input.vibrate_handheld 6 months ago
ios.mm 789c6ebdfd Implement `amplitude` to Input.vibrate_handheld 6 months ago
ios_terminal_logger.h c38c15b42e [iOS] Improve logger. 10 months ago
ios_terminal_logger.mm c38c15b42e [iOS] Improve logger. 10 months ago
joypad_ios.h d95794ec8a One Copyright Update to rule them all 1 year ago
joypad_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 year ago
key_mapping_ios.h 8406e60522 Add InputEventKey.location to tell left from right 9 months ago
key_mapping_ios.mm 8406e60522 Add InputEventKey.location to tell left from right 9 months ago
keyboard_input_view.h d95794ec8a One Copyright Update to rule them all 1 year ago
keyboard_input_view.mm c632b47b48 [iOS/Text Input] Avoid deleting and reentering unchanged part of text. 4 months ago
main.m 09465f3fe6 Remove (or make verbose only) various debug prints. 1 year ago
os_ios.h 789c6ebdfd Implement `amplitude` to Input.vibrate_handheld 6 months ago
os_ios.mm 789c6ebdfd Implement `amplitude` to Input.vibrate_handheld 6 months ago
platform_config.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 1 year ago
platform_gl.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 1 year ago
rendering_context_driver_vulkan_ios.h f458943455 [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension. 9 months ago
rendering_context_driver_vulkan_ios.mm f458943455 [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension. 9 months ago
tts_ios.h 9e4315bb50 Style: Harmonize header includes in platform ports 1 year ago
tts_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 year ago
view_controller.h d95794ec8a One Copyright Update to rule them all 1 year ago
view_controller.mm c8ae9e9c76 [iOS] Change default iPad landscape orientation from "left" to "right". 5 months 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