Thaddeus Crews f09ee0171a Style: Begin integrating simple `.clangd` fixes 5 місяців тому
..
api 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
doc_classes 9310d2512f Disable Metal and Vulkan renderers in simulator builds. Remove simulator support from editor/exporter. 6 місяців тому
export f09ee0171a Style: Begin integrating simple `.clangd` fixes 4 місяців тому
README.md 4c1f11944e Update all outdated online documentation links 2 роки тому
SCsub 83cf424b5f SCons: Expand `NoCache` coverage 4 місяців тому
app_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
app_delegate.mm 3bdbf90f49 Fix AirPods routing when Play and Record category is used. 1 рік тому
detect.py 9310d2512f Disable Metal and Vulkan renderers in simulator builds. Remove simulator support from editor/exporter. 6 місяців тому
device_metrics.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
device_metrics.m ee5057a42e iOS: Add new model identifiers for DPI metrics 2 роки тому
display_layer.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
display_layer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 роки тому
display_server_ios.h 713a1ba554 Style: Standardize Obj-C `#import` syntax 5 місяців тому
display_server_ios.mm 512abc38b2 Remove implicit conversions from String, Char16String and CharString to data pointers. Make conversions to StrRange implicit to aid transition. 6 місяців тому
godot_app_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
godot_app_delegate.m 1938d170aa iOS: Fix typo in GodotApplicationDelegate 1 рік тому
godot_ios.mm 023dcd44c1 Refactor OS exit code to be `EXIT_SUCCESS` by default 1 рік тому
godot_view.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
godot_view.mm 2d0165574d Add Metal support for macOS (arm64) and iOS 11 місяців тому
godot_view_renderer.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
godot_view_renderer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 роки тому
ios.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
ios.mm 33e16435f5 Replace some problematic uses of `String::num` to `String::num_int64` 6 місяців тому
ios_terminal_logger.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
ios_terminal_logger.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 5 місяців тому
key_mapping_ios.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
key_mapping_ios.mm 8406e60522 Add InputEventKey.location to tell left from right 1 рік тому
keyboard_input_view.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
keyboard_input_view.mm e88e30c273 Remove unused headers in servers. 7 місяців тому
main.m 1938d170aa iOS: Fix typo in GodotApplicationDelegate 1 рік тому
os_ios.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
os_ios.mm c5dcecc6f7 [macOS/iOS] Fix system font family descriptor leak. 5 місяців тому
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
rendering_context_driver_vulkan_ios.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
rendering_context_driver_vulkan_ios.mm 364f916f3f Add debug utilities for Vulkan 11 місяців тому
tts_ios.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
tts_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 роки тому
view_controller.h 324512e11c Style: Replace header guards with `#pragma once` 5 місяців тому
view_controller.mm c8ae9e9c76 [iOS] Change default iPad landscape orientation from "left" to "right". 1 рік тому

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