зеркало из https://github.com/mozilla/pjs.git
51 строка
1.4 KiB
XML
51 строка
1.4 KiB
XML
<?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>CFBundleAllowMixedLocalizations</key>
|
|
<true/>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>%FEED_HANDLER_CFBUNDLE_NAME%</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>applet</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>%FEED_HANDLER_DISPLAY_NAME% 1.0, © 1998-%CM_COPYRIGHT_YEAR% Contributors</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>applet</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.mozilla.camino.feedhandler.%FEED_HANDLER_CFBUNDLE_NAME%</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>%FEED_HANDLER_CFBUNDLE_NAME%</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>%FEED_HANDLER_CREATOR%</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>feed URL</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>feed</string>
|
|
<string>feeds</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>LSHasLocalizedDisplayName</key>
|
|
<true/>
|
|
<key>LSRequiresCarbon</key>
|
|
<true/>
|
|
<key>LSUIElement</key>
|
|
<string>1</string>
|
|
</dict>
|
|
</plist>
|