普通文本  |  35行  |  1.25 KB

<?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>en</string>
       <key>CFBundleSignature</key>
       <string>????</string>
       <key>CFBundleExecutable</key>
       <string>${EXECUTABLE_NAME}</string>
       <key>CFBundleIconFile</key>
       <string>app.icns</string>
       <key>CFBundleIdentifier</key>
       <string>${APP_MODE_APP_BUNDLE_ID}</string>
       <key>CFBundleInfoDictionaryVersion</key>
       <string>6.0</string>
       <key>CFBundleName</key>
       <string>@APP_MODE_SHORTCUT_ID@</string>
       <key>CFBundlePackageType</key>
       <string>APPL</string>
       <key>CrAppModeShortcutID</key>
       <string>@APP_MODE_SHORTCUT_ID@</string>
       <key>CrAppModeShortcutName</key>
       <string>@APP_MODE_SHORTCUT_NAME@</string>
       <key>CrAppModeShortcutURL</key>
       <string>@APP_MODE_SHORTCUT_URL@</string>
       <key>CrBundleIdentifier</key>
       <string>@APP_MODE_BROWSER_BUNDLE_ID@</string>
       <key>LSMinimumSystemVersion</key>
       <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
       <key>NSAppleScriptEnabled</key>
       <true/>
</dict>
</plist>