Mikael Hermansson 31b90246e7 Fix empty lines being added for errors with no script backtrace 1 周之前
..
api 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
doc_classes 7603945d14 Fix *even* more miscellaneous oddities around the class reference 1 月之前
export 01fc9aee6c Core: Modernize C headers with C++ equivalents 1 周之前
README.md 4c1f11944e Update all outdated online documentation links 2 年之前
SCsub 5c9f93ce03 SCons: Begin decoupling generation & build code 2 周之前
app_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
app_delegate.mm 3bdbf90f49 Fix AirPods routing when Play and Record category is used. 1 年之前
detect.py f25fc34439 SCons: Add `CPPEXTPATH` for external includes 1 月之前
device_metrics.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
device_metrics.m ee5057a42e iOS: Add new model identifiers for DPI metrics 2 年之前
display_layer.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
display_layer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 年之前
display_server_ios.h 0497522933 Change `DisplayServerMacOS` from `GDCLASS` to `GDSOFTCLASS`. Add `GDSOFTCLASS` to other display servers. 1 月之前
display_server_ios.mm 207a2b6472 Core: Integrate warning suppression macro helpers 1 月之前
godot_app_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
godot_app_delegate.m 1938d170aa iOS: Fix typo in GodotApplicationDelegate 9 月之前
godot_ios.mm 01fc9aee6c Core: Modernize C headers with C++ equivalents 1 周之前
godot_view.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
godot_view.mm 94282d88f9 Core: Use `Math` namespace for constants 1 月之前
godot_view_renderer.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
godot_view_renderer.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 年之前
ios.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
ios.mm 33e16435f5 Replace some problematic uses of `String::num` to `String::num_int64` 3 月之前
ios_terminal_logger.h d1dcb40d56 Ability to print and log script backtraces 2 周之前
ios_terminal_logger.mm 31b90246e7 Fix empty lines being added for errors with no script backtrace 1 周之前
key_mapping_ios.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
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` 2 月之前
keyboard_input_view.mm 23129a66ed Replace append_utfx with direct String::utfx 1 月之前
main.m 1938d170aa iOS: Fix typo in GodotApplicationDelegate 9 月之前
os_ios.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
os_ios.mm 889410dcda Add `String::replace_char(s)` methods for performance and convenience 1 月之前
platform_config.h 8c8d6de3e7 Apple: Add pthread implementation of `Thread` class 1 月之前
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
platform_ios_builders.py 5c9f93ce03 SCons: Begin decoupling generation & build code 2 周之前
platform_thread.h 8c8d6de3e7 Apple: Add pthread implementation of `Thread` class 1 月之前
rendering_context_driver_vulkan_ios.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
rendering_context_driver_vulkan_ios.mm 364f916f3f Add debug utilities for Vulkan 8 月之前
tts_ios.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
tts_ios.mm 9e4315bb50 Style: Harmonize header includes in platform ports 1 年之前
view_controller.h 324512e11c Style: Replace header guards with `#pragma once` 2 月之前
view_controller.mm c8ae9e9c76 [iOS] Change default iPad landscape orientation from "left" to "right". 11 月之前

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