summaryrefslogtreecommitdiff
path: root/modules/mono/utils/osx_utils.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-05-10 20:49:05 +0200
committerGitHub <noreply@github.com>2022-05-10 20:49:05 +0200
commit917fd65748957304c987414c63d54ef4f6972394 (patch)
tree5c882fd193a2ceca93aae1814c3f46b42e946e31 /modules/mono/utils/osx_utils.cpp
parentcc3ed63af68ea9262bf8015d34aa6dd6327112e8 (diff)
parentffe61e0895fd1aea746619280eca3cfd59b0c182 (diff)
Merge pull request #60929 from bruvzg/macos_ios_includes
Diffstat (limited to 'modules/mono/utils/osx_utils.cpp')
-rw-r--r--modules/mono/utils/osx_utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/utils/osx_utils.cpp b/modules/mono/utils/osx_utils.cpp
index 835c611709..abb59420eb 100644
--- a/modules/mono/utils/osx_utils.cpp
+++ b/modules/mono/utils/osx_utils.cpp
@@ -34,8 +34,8 @@
#include "core/string/print_string.h"
-#include <CoreFoundation/CoreFoundation.h>
-#include <CoreServices/CoreServices.h>
+#import <CoreFoundation/CoreFoundation.h>
+#import <CoreServices/CoreServices.h>
bool osx_is_app_bundle_installed(const String &p_bundle_id) {
CFStringRef bundle_id = CFStringCreateWithCString(nullptr, p_bundle_id.utf8(), kCFStringEncodingUTF8);