Thaddeus Crews 207a2b6472 Core: Integrate warning suppression macro helpers 6 dni temu
..
api 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
doc_classes 9310d2512f Disable Metal and Vulkan renderers in simulator builds. Remove simulator support from editor/exporter. 2 miesięcy temu
export 23129a66ed Replace append_utfx with direct String::utfx 1 tydzień temu
README.md 4c1f11944e Update all outdated online documentation links 2 lat temu
SCsub 83cf424b5f SCons: Expand `NoCache` coverage 2 tygodni temu
app_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
app_delegate.mm 3bdbf90f49 Fix AirPods routing when Play and Record category is used. 1 rok temu
detect.py f25fc34439 SCons: Add `CPPEXTPATH` for external includes 4 dni temu
device_metrics.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
device_metrics.m ee5057a42e iOS: Add new model identifiers for DPI metrics 2 lat temu
display_layer.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
display_layer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 rok temu
display_server_ios.h 4638ade13f Enable TTS on demand, instead of fully disabling it when project setting is not set. 5 dni temu
display_server_ios.mm 207a2b6472 Core: Integrate warning suppression macro helpers 3 dni temu
godot_app_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
godot_app_delegate.m 1938d170aa iOS: Fix typo in GodotApplicationDelegate 8 miesięcy temu
godot_ios.mm 023dcd44c1 Refactor OS exit code to be `EXIT_SUCCESS` by default 1 rok temu
godot_view.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
godot_view.mm 207a2b6472 Core: Integrate warning suppression macro helpers 3 dni temu
godot_view_renderer.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
godot_view_renderer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 rok temu
ios.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
ios.mm 33e16435f5 Replace some problematic uses of `String::num` to `String::num_int64` 2 miesięcy temu
ios_terminal_logger.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
ios_terminal_logger.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 tygodni temu
key_mapping_ios.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
key_mapping_ios.mm 8406e60522 Add InputEventKey.location to tell left from right 1 rok temu
keyboard_input_view.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
keyboard_input_view.mm 23129a66ed Replace append_utfx with direct String::utfx 1 tydzień temu
main.m 1938d170aa iOS: Fix typo in GodotApplicationDelegate 8 miesięcy temu
os_ios.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
os_ios.mm ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 1 tydzień temu
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
rendering_context_driver_vulkan_ios.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
rendering_context_driver_vulkan_ios.mm 364f916f3f Add debug utilities for Vulkan 7 miesięcy temu
tts_ios.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
tts_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 rok temu
view_controller.h 324512e11c Style: Replace header guards with `#pragma once` 1 miesiąc temu
view_controller.mm c8ae9e9c76 [iOS] Change default iPad landscape orientation from "left" to "right". 10 miesięcy temu

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