summaryrefslogtreecommitdiffstats
path: root/test/demo/bin/libgdexample.osx.debug.framework/Resources
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-02-10 16:18:22 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-02-14 08:57:35 +0200
commitb6b64bcd7080b0abce8f454b11446dab6b0f30ae (patch)
tree3f628717add9c06cb002a67c5e8aedb79a3f4531 /test/demo/bin/libgdexample.osx.debug.framework/Resources
parent63531a89b140e6bf46948f58b970fa9a3f354139 (diff)
downloadredot-cpp-b6b64bcd7080b0abce8f454b11446dab6b0f30ae.tar.gz
[macOS] Restore demo library output names.
Diffstat (limited to 'test/demo/bin/libgdexample.osx.debug.framework/Resources')
-rw-r--r--test/demo/bin/libgdexample.osx.debug.framework/Resources/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/demo/bin/libgdexample.osx.debug.framework/Resources/Info.plist b/test/demo/bin/libgdexample.osx.debug.framework/Resources/Info.plist
new file mode 100644
index 0000000..d3e521b
--- /dev/null
+++ b/test/demo/bin/libgdexample.osx.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.debug</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.godotengine.libgdexample</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>libgdexample.osx.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>