mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 17:08:39 +00:00
69 lines
2.7 KiB
Plaintext
69 lines
2.7 KiB
Plaintext
<?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>CFBundleIconFile</key>
|
|
<string></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>
|
|
<string>0.20.1</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>250</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.utilities</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
<string>AppleEvents needed for correct work AppleScript</string>
|
|
<key>NSAppleMusicUsageDescription</key>
|
|
<string>MTMR needs access to Media for work</string>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>MTMR needs access to Bluetooth for work</string>
|
|
<key>NSCalendarsUsageDescription</key>
|
|
<string>MTMR needs access to Calendar for work</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>MTMR needs access to Camera for work</string>
|
|
<key>NSHomeKitUsageDescription</key>
|
|
<string>MTMR needs access to HomeKit for work</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2018 Anton Palgunov. All rights reserved.</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>Weather widget need your location for correct work</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>Weather widget need your location for correct work</string>
|
|
<key>NSLocationUsageDescription</key>
|
|
<string>Weather widget need your location for correct work</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Weather widget need your location for correct work</string>
|
|
<key>NSMainStoryboardFile</key>
|
|
<string>Main</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>MTMR needs access to Photo for work</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSRemindersUsageDescription</key>
|
|
<string>MTMR needs access to Reminders for work</string>
|
|
<key>NSSystemAdministrationUsageDescription</key>
|
|
<string>MTMR needs access to Administation for work</string>
|
|
<key>SUFeedURL</key>
|
|
<string>https://mtmr.app/appcast.xml</string>
|
|
<key>SUPublicDSAKeyFile</key>
|
|
<string>dsa_pub.pem</string>
|
|
<key>kTCCServiceMediaLibrary</key>
|
|
<string>MTMR needs access to Music for work</string>
|
|
</dict>
|
|
</plist>
|