summaryrefslogtreecommitdiffstats
path: root/test/demo/bin/libgdexample.osx.template_debug.framework/Resources
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-09-24 18:44:25 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-10-04 16:05:40 +0200
commit64b2c9be0b86c130ff774005f7daa2e869e37c8c (patch)
tree26dbbbbd2a72c00bbc2187e5d8b0bb541567ac2c /test/demo/bin/libgdexample.osx.template_debug.framework/Resources
parentfa4d18f21cfae319b8f16a1604742cfec6022079 (diff)
downloadredot-cpp-64b2c9be0b86c130ff774005f7daa2e869e37c8c.tar.gz
[SCons] Refactor targets, symbols, optimizations.
Now matches Godot `master` target names and supports the same flags with the following notable exceptions: - The default target is "template_debug", since it's compatible with editor builds (and TOOLS_ENABLED is never used internally). - separate_debug_symbols is still not supported, and will be done in a separate commit.
Diffstat (limited to 'test/demo/bin/libgdexample.osx.template_debug.framework/Resources')
-rw-r--r--test/demo/bin/libgdexample.osx.template_debug.framework/Resources/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/demo/bin/libgdexample.osx.template_debug.framework/Resources/Info.plist b/test/demo/bin/libgdexample.osx.template_debug.framework/Resources/Info.plist
new file mode 100644
index 0000000..fbdbd20
--- /dev/null
+++ b/test/demo/bin/libgdexample.osx.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>