From 7a4e27e5f054f418f4aa08c6c0c3c22c50bf0c97 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Tue, 19 Dec 2023 16:38:02 +0100 Subject: [MacOS] Use framekwork to package GDExtension This allows it to be code-signed as a bundle so gatekeeper won't complain when loaded by the editor. --- misc/dist/macos/Info.plist | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 misc/dist/macos/Info.plist (limited to 'misc/dist') diff --git a/misc/dist/macos/Info.plist b/misc/dist/macos/Info.plist new file mode 100644 index 0000000..679f64c --- /dev/null +++ b/misc/dist/macos/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleExecutable + {LIBRARY_NAME} + CFBundleIdentifier + org.godotengine.webrtc-native + CFBundleInfoDictionaryVersion + 6.0 + CFBundleDisplayName + {DISPLAY_NAME} + CFBundleName + webrtc_native + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.0.0 + LSMinimumSystemVersion + 11.0 + + -- cgit v1.2.3