diff options
author | John Fultz <jfultz@wolfram.com> | 2019-07-28 16:55:28 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-07-28 16:55:28 -0500 |
commit | 7d652051546a69f684cfea15c96c85a07391b0ee (patch) | |
tree | 9f50034405793d8d9f37b0a094fd7d51e59d6986 /quacker/Quackle.plist | |
parent | 98008e148fbd4cbb2a5ea4dfbc88fa19de233749 (diff) |
Update version to 1.0.4.1.
Rereleasing with just a couple of bug fixes, and may need to be able
to tell the difference between releases in the wild.
Diffstat (limited to 'quacker/Quackle.plist')
-rw-r--r-- | quacker/Quackle.plist | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/quacker/Quackle.plist b/quacker/Quackle.plist index f0cd334..643d371 100644 --- a/quacker/Quackle.plist +++ b/quacker/Quackle.plist @@ -2,6 +2,19 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <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>CFBundleIconFile</key> @@ -13,7 +26,9 @@ <key>CFBundleName</key> <string>Quackle</string> <key>CFBundleShortVersionString</key> - <string>1.0.4</string> + <string>1.0.4.1</string> + <key>CFBundleVersion</key> + <string>1.0.4.1</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>LSApplicationCategoryType</key> @@ -21,6 +36,6 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2005-2019 by Jason Katz-Brown, John O'Laughlin & John Fultz</string> + <string>Copyright © 2005-2019 by Jason Katz-Brown, John O'Laughlin & John Fultz</string> </dict> </plist> |