diff options
Diffstat (limited to 'DWA140Menu')
| -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> |
