summaryrefslogtreecommitdiffstats
path: root/test/project/bin/libgdexample.macos.template_debug.framework/Resources
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-11-10 11:38:21 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-11-10 11:38:21 +0100
commitadb0cfc59c94efea8b8232827805c6e144dda970 (patch)
tree5862d27d16315867946796d390f4318b9cf7e91d /test/project/bin/libgdexample.macos.template_debug.framework/Resources
parentcc89bd21324c3820d1823456563bcc30855b5c5e (diff)
parent29b34d92bbaa467fa6f9b28071563ffb340702ba (diff)
downloadredot-cpp-adb0cfc59c94efea8b8232827805c6e144dda970.tar.gz
Merge pull request #1302 from bruvzg/ios_static
[iOS] Fix building as static library or xcframework, add iOS config and xcframework build script to the test project.
Diffstat (limited to 'test/project/bin/libgdexample.macos.template_debug.framework/Resources')
-rw-r--r--test/project/bin/libgdexample.macos.template_debug.framework/Resources/Info.plist26
1 files changed, 26 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleExecutable</key>
+ <string>libgdexample.template_debug</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.godotengine.libgdexample</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>libgdexample.macos.template_debug</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0.0</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.0.0</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.12</string>
+</dict>
+</plist>