diff options
Diffstat (limited to 'quacker/Info.plist')
-rw-r--r-- | quacker/Info.plist | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/quacker/Info.plist b/quacker/Info.plist index 1457a7e..b3ff361 100644 --- a/quacker/Info.plist +++ b/quacker/Info.plist @@ -1,22 +1,39 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> -<plist version="0.9"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> <dict> - <key>NSPrincipalClass</key> - <string>NSApplication</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>gcg</string> + </array> + <key>CFBundleTypeName</key> + <string>Quackle Game File</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + </array> + <key>CFBundleExecutable</key> + <string>Quackle</string> + <key>CFBundleGetInfoString</key> + <string>Created by Qt/QMake</string> <key>CFBundleIconFile</key> <string>quacker.icns</string> + <key>CFBundleIdentifier</key> + <string>com.Quackle.Quackle</string> <key>CFBundlePackageType</key> <string>APPL</string> - <key>CFBundleGetInfoString</key> - <string>Created by Qt/QMake</string> + <key>CFBundleShortVersionString</key> + <string>0.99</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> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.board-games</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> </dict> </plist> |