2018-06-19 19:18:36 +02:00
|
|
|
<?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>CFBundleDisplayName</key>
|
|
|
|
<string>Subscribe to Feed</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>XPC!</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2018-09-03 00:10:27 +02:00
|
|
|
<string>2</string>
|
2018-06-19 19:18:36 +02:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.Safari.extension</string>
|
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).SafariExtensionHandler</string>
|
|
|
|
<key>SFSafariContentScript</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>Script</key>
|
2018-08-29 07:18:24 +02:00
|
|
|
<string>netnewswire-subscribe-to-feed.js</string>
|
2018-06-19 19:18:36 +02:00
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>SFSafariToolbarItem</key>
|
|
|
|
<dict>
|
|
|
|
<key>Action</key>
|
|
|
|
<string>Command</string>
|
|
|
|
<key>Identifier</key>
|
|
|
|
<string>Button</string>
|
|
|
|
<key>Image</key>
|
|
|
|
<string>ToolbarItemIcon.pdf</string>
|
|
|
|
<key>Label</key>
|
|
|
|
<string>Subscribe to Feed</string>
|
|
|
|
</dict>
|
|
|
|
<key>SFSafariWebsiteAccess</key>
|
|
|
|
<dict>
|
|
|
|
<key>Allowed Domains</key>
|
|
|
|
<array>
|
|
|
|
<string>*.*</string>
|
|
|
|
</array>
|
|
|
|
<key>Level</key>
|
|
|
|
<string>All</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
2019-01-30 05:22:17 +01:00
|
|
|
<string>Copyright © 2019 Ranchero Software. All rights reserved.</string>
|
2018-06-19 19:18:36 +02:00
|
|
|
<key>NSHumanReadableDescription</key>
|
|
|
|
<string>This extension adds a Safari toolbar button for easily subscribing to the syndication feed for the current page.</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|