From 29b34d92bbaa467fa6f9b28071563ffb340702ba Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:04:03 +0200 Subject: [iOS] Fix building as static library or xcframework, add iOS config and xcframework build script to the test project. --- .../Resources/Info.plist | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/project/bin/libgdexample.macos.template_debug.framework/Resources/Info.plist (limited to 'test/project/bin/libgdexample.macos.template_debug.framework') diff --git a/test/project/bin/libgdexample.macos.template_debug.framework/Resources/Info.plist b/test/project/bin/libgdexample.macos.template_debug.framework/Resources/Info.plist new file mode 100644 index 0000000..fbdbd20 --- /dev/null +++ b/test/project/bin/libgdexample.macos.template_debug.framework/Resources/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleExecutable + libgdexample.template_debug + CFBundleIdentifier + org.godotengine.libgdexample + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + libgdexample.macos.template_debug + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.0.0 + LSMinimumSystemVersion + 10.12 + + -- cgit v1.2.3