summaryrefslogtreecommitdiffstats
path: root/test/demo/bin/libgdexample.osx.template_debug.framework
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2023-04-29 11:56:33 -0500
committerDavid Snopek <dsnopek@gmail.com>2023-05-17 14:08:12 -0500
commit1fd3f82d3a7fc8056eb21bb5910b2c0609c4faea (patch)
treeea095120a11bd75b11b7574703e8cc2097583465 /test/demo/bin/libgdexample.osx.template_debug.framework
parent1c18413de00f1a6265b2b6c30175b2f6a434b574 (diff)
downloadredot-cpp-1fd3f82d3a7fc8056eb21bb5910b2c0609c4faea.tar.gz
Add automated tests that run a GDExtension (rather than just building it)
Diffstat (limited to 'test/demo/bin/libgdexample.osx.template_debug.framework')
-rw-r--r--test/demo/bin/libgdexample.osx.template_debug.framework/Resources/Info.plist26
1 files changed, 0 insertions, 26 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
deleted file mode 100644
index fbdbd20..0000000
--- a/test/demo/bin/libgdexample.osx.template_debug.framework/Resources/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>