diff options
author | John Fultz <jfultz@wolfram.com> | 2014-08-12 01:45:29 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-08-12 01:52:02 -0500 |
commit | aa2b461be4cb045c770b52be71a728f8bc1e0dc1 (patch) | |
tree | 3e9ba7d678d3b2f5a1987e2719d4359e004cdfe2 /quacker/Info.plist | |
parent | 6614a3db275dcb0e6d6d4be751b047657c38a36b (diff) |
Make qmake play well with Mac builds
Includes .plist and .icns files automatically now.
Diffstat (limited to 'quacker/Info.plist')
-rw-r--r-- | quacker/Info.plist | 22 |
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> |