2019-05-29 21:25:14 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>APPL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-09-23 19:45:59 +02:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2019-05-29 21:25:14 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2020-04-06 23:55:29 +02:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2020-06-07 12:22:32 +02:00
|
|
|
<key>Description</key>
|
|
|
|
|
<string>Simple macOS system monitor in your menu bar</string>
|
2019-05-29 21:25:14 +02:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
|
<string>public.app-category.utilities</string>
|
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
2019-05-31 23:10:00 +02:00
|
|
|
<key>LSUIElement</key>
|
|
|
|
|
<true/>
|
2019-05-29 21:25:14 +02:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2020-04-08 15:50:29 +02:00
|
|
|
<string>Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.</string>
|
2019-05-29 21:25:14 +02:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
|
<string>NSApplication</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|