summaryrefslogtreecommitdiff
path: root/quacker/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/Info.plist')
-rw-r--r--quacker/Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/quacker/Info.plist b/quacker/Info.plist
new file mode 100644
index 0000000..1457a7e
--- /dev/null
+++ b/quacker/Info.plist
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+<dict>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>CFBundleIconFile</key>
+ <string>quacker.icns</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Created by Qt/QMake</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleExecutable</key>
+ <string>quacker</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.quacker</string>
+ <key>NOTE</key>
+ <string>This file was generated by Qt/QMake.</string>
+</dict>
+</plist>