diff options
| author | FivePixels <o5pxels@gmail.com> | 2018-12-25 21:49:57 -0600 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2018-12-25 21:49:57 -0600 |
| commit | 6214659e17dfe4a260f221058f5dc9613ed32d0e (patch) | |
| tree | f7c8a8c0106cd6e9e1dd0e8b668dd04b03405378 | |
| parent | 40681a57b4b9e1680d02d7b3b237db8299c3f3b9 (diff) | |
| download | dwa140shortcut-6214659e17dfe4a260f221058f5dc9613ed32d0e.tar.xz dwa140shortcut-6214659e17dfe4a260f221058f5dc9613ed32d0e.zip | |
Changed to minor version to keep track of changes with older os version support
| -rw-r--r-- | DWA140Menu/Info.plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/DWA140Menu/Info.plist b/DWA140Menu/Info.plist index e28296a..a1e0606 100644 --- a/DWA140Menu/Info.plist +++ b/DWA140Menu/Info.plist @@ -17,17 +17,19 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.0.1</string> <key>CFBundleVersion</key> <string>1</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.developer-tools</string> <key>LSMinimumSystemVersion</key> <string>$(MACOSX_DEPLOYMENT_TARGET)</string> + <key>LSUIElement</key> + <true/> <key>NSHumanReadableCopyright</key> <string>Copyright © 2018 Dylan Bolger. All rights reserved.</string> <key>NSMainStoryboardFile</key> <string>Main</string> - <key>LSUIElement</key> - <true/> <key>NSPrincipalClass</key> <string>NSApplication</string> </dict> |
