godot/platform/macos
Thaddeus Crews a5acf1dc81
Merge pull request #101174 from Repiteo/style/objc-import-syntax
Style: Standardize Obj-C `#import` syntax
2025-03-10 10:01:02 -05:00
..
doc_classes [iOS] Add options to specify additional entitlements and capabilities in the export settings. 2024-12-02 17:38:19 +02:00
export Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
crash_handler_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
crash_handler_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
detect.py Merge pull request #99603 from stuartcarnie/metal_fx_upscaling 2025-01-06 22:47:08 +01:00
dir_access_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
dir_access_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
display_server_macos.h Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
display_server_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
gl_manager_macos_angle.h Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
gl_manager_macos_angle.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
gl_manager_macos_legacy.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
gl_manager_macos_legacy.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_application.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_application.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_application_delegate.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_application_delegate.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_button_view.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_button_view.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_content_view.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_content_view.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_main_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_menu_delegate.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_menu_delegate.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_menu_item.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_menu_item.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_open_save_delegate.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_open_save_delegate.mm Merge pull request #101174 from Repiteo/style/objc-import-syntax 2025-03-10 10:01:02 -05:00
godot_status_item.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_status_item.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_window.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_window.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
godot_window_delegate.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_window_delegate.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
key_mapping_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
key_mapping_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
macos_terminal_logger.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
macos_terminal_logger.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
native_menu_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
native_menu_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
os_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
os_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
platform_config.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
platform_gl.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
platform_macos_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
rendering_context_driver_vulkan_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
rendering_context_driver_vulkan_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00
SCsub Update the app bundle's creation time to match the build time on macOS 2025-01-25 20:21:17 -08:00
tts_macos.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
tts_macos.mm Style: Standardize Obj-C #import syntax 2025-03-08 09:28:34 -06:00

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