You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.1 KiB
51 lines
2.1 KiB
<?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>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> |
|
<string>$(MARKETING_VERSION)</string> |
|
<key>CFBundleSignature</key> |
|
<string>????</string> |
|
<key>CFBundleVersion</key> |
|
<string>$(CURRENT_PROJECT_VERSION)</string> |
|
<key>LSApplicationCategoryType</key> |
|
<string>public.app-category.utilities</string> |
|
<key>LSMinimumSystemVersion</key> |
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string> |
|
<key>LSUIElement</key> |
|
<true/> |
|
<key>NSAppTransportSecurity</key> |
|
<dict> |
|
<key>NSAllowsArbitraryLoads</key> |
|
<true/> |
|
</dict> |
|
<key>NSCalendarsUsageDescription</key> |
|
<string>Clocker can be more useful when it can display upcoming events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy</string> |
|
<key>NSHumanReadableCopyright</key> |
|
<string>Copyright © 2016, Abhishek Banthia</string> |
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> |
|
<string>Clocker can be more useful when it can use your location to determine your current timezone.</string> |
|
<key>NSLocationUsageDescription</key> |
|
<string>Clocker can be more useful when it can use your location to determine your current timezone.</string> |
|
<key>NSMainNibFile</key> |
|
<string>MainMenu</string> |
|
<key>NSPrincipalClass</key> |
|
<string>NSApplication</string> |
|
<key>NSRemindersUsageDescription</key> |
|
<string>Clocker can be more useful when it can set reminders for your selected timezone(s). You can change this setting in System Preferences › Security & Privacy › Privacy.</string> |
|
<key>NSSupportsAutomaticGraphicsSwitching</key> |
|
<true/> |
|
<key>RequestsOpenAccess</key> |
|
<string>YES</string> |
|
</dict> |
|
</plist>
|
|
|