summaryrefslogtreecommitdiffstats
path: root/tests/auto/Info.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/Info.plist.in')
-rw-r--r--tests/auto/Info.plist.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/Info.plist.in b/tests/auto/Info.plist.in
new file mode 100644
index 000000000..e7f314042
--- /dev/null
+++ b/tests/auto/Info.plist.in
@@ -0,0 +1,18 @@
+<?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>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleExecutable</key>
+ <string>$${TARGET}</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.qt-project.qt.tests.$${TARGET_HYPHENATED}</string>
+ <key>CFBundleName</key>
+ <string>$${TARGET}</string>
+ <key>LSUIElement</key>
+ <string>0</string>
+</dict>
+</plist>