Thaddeus Crews 6bd249a4c2 Merge pull request #104850 from Repiteo/core/warning-macros 2 dagar sedan
..
doc_classes d3e16c9ee2 [iOS] Add options to specify additional entitlements and capabilities in the export settings. 4 månader sedan
export 23129a66ed Replace append_utfx with direct String::utfx 6 dagar sedan
README.md 4c1f11944e Update all outdated online documentation links 2 år sedan
SCsub 83cf424b5f SCons: Expand `NoCache` coverage 2 veckor sedan
crash_handler_macos.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
crash_handler_macos.mm 97ee05e9b7 Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 3 veckor sedan
detect.py f25fc34439 SCons: Add `CPPEXTPATH` for external includes 3 dagar sedan
dir_access_macos.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
dir_access_macos.mm ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 1 vecka sedan
display_server_macos.h 4638ade13f Enable TTS on demand, instead of fully disabling it when project setting is not set. 4 dagar sedan
display_server_macos.mm 4638ade13f Enable TTS on demand, instead of fully disabling it when project setting is not set. 4 dagar sedan
gl_manager_macos_angle.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 2 veckor sedan
gl_manager_macos_angle.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
gl_manager_macos_legacy.h 207a2b6472 Core: Integrate warning suppression macro helpers 2 dagar sedan
gl_manager_macos_legacy.mm 207a2b6472 Core: Integrate warning suppression macro helpers 2 dagar sedan
godot_application.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_application.mm 5665e55f9a [macOS] Fix running with `DisplayServerHeadless`. 1 vecka sedan
godot_application_delegate.h a317ce75a6 [macOS] Replace custom main loop with `[NSApp run]` and `CFRunLoop` observer. 1 vecka sedan
godot_application_delegate.mm 5665e55f9a [macOS] Fix running with `DisplayServerHeadless`. 1 vecka sedan
godot_button_view.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_button_view.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
godot_content_view.h 207a2b6472 Core: Integrate warning suppression macro helpers 2 dagar sedan
godot_content_view.mm 23129a66ed Replace append_utfx with direct String::utfx 6 dagar sedan
godot_main_macos.mm a317ce75a6 [macOS] Replace custom main loop with `[NSApp run]` and `CFRunLoop` observer. 1 vecka sedan
godot_menu_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_menu_delegate.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
godot_menu_item.h 65129d2aa2 [macOS] Fix native menu submenu items have wrong action and accelerators set. 2 dagar sedan
godot_menu_item.mm 65129d2aa2 [macOS] Fix native menu submenu items have wrong action and accelerators set. 2 dagar sedan
godot_open_save_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_open_save_delegate.mm a5acf1dc81 Merge pull request #101174 from Repiteo/style/objc-import-syntax 3 veckor sedan
godot_status_item.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_status_item.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
godot_window.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_window.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
godot_window_delegate.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
godot_window_delegate.mm 89a2f3634c Merge pull request #103857 from bruvzg/macos_trans_b 2 veckor sedan
key_mapping_macos.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
key_mapping_macos.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
macos_terminal_logger.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
macos_terminal_logger.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
native_menu_macos.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
native_menu_macos.mm 65129d2aa2 [macOS] Fix native menu submenu items have wrong action and accelerators set. 2 dagar sedan
os_macos.h 5665e55f9a [macOS] Fix running with `DisplayServerHeadless`. 1 vecka sedan
os_macos.mm 23129a66ed Replace append_utfx with direct String::utfx 6 dagar sedan
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
platform_macos_builders.py 5a6e3cbcb0 SCons: Remove `run_in_subprocess` dependency 1 år sedan
rendering_context_driver_vulkan_macos.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
rendering_context_driver_vulkan_macos.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan
tts_macos.h 324512e11c Style: Replace header guards with `#pragma once` 4 veckor sedan
tts_macos.mm 713a1ba554 Style: Standardize Obj-C `#import` syntax 4 veckor sedan

README.md

macOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the macOS platform port.

See also misc/dist/macos folder for additional files used by this platform. misc/dist/macos_tools.app is an .app bundle template used for packaging the macOS editor, while misc/dist/macos_template.app is used for packaging macOS export templates.

Documentation