82 lines
2.7 KiB
Plaintext
82 lines
2.7 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>$(PRODUCT_NAME)</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>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).url.right-click</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>$(MACTOOLS_URL_SCHEME)</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<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>MTPluginCatalogPublicKey</key>
|
|
<string>$(PLUGIN_CATALOG_PUBLIC_KEY)</string>
|
|
<key>MTRightClickConfigurationHomeRelativePath</key>
|
|
<string>$(RIGHT_CLICK_CONFIGURATION_HOME_RELATIVE_PATH)</string>
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
<string>点击日历日期时需要控制系统日历应用并定位到对应日期。</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>读取蓝牙外设电量,用于在设备电量组件中显示鼠标、键盘和耳机状态。</string>
|
|
<key>NSCalendarsUsageDescription</key>
|
|
<string>读取系统日历事件,用于在右键日历组件中显示当天日程。</string>
|
|
<key>NSCalendarsFullAccessUsageDescription</key>
|
|
<string>读取系统日历事件,用于在右键日历组件中显示当天日程。</string>
|
|
<key>SUAllowsAutomaticUpdates</key>
|
|
<false/>
|
|
<key>SUEnableAutomaticChecks</key>
|
|
<false/>
|
|
<key>SUFeedURL</key>
|
|
<string>https://mactools.ggbond.app/appcast.xml</string>
|
|
<key>SUPublicEDKey</key>
|
|
<string>$(SPARKLE_PUBLIC_ED_KEY)</string>
|
|
<key>UTImportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.directory</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>MacTools Plugin</string>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>com.ggbond.mactools.plugin-package</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>mactoolsplugin</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|