2017-05-22 22:00:45 +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>en</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
2017-11-16 23:46:04 +01:00
|
|
|
<string>AppIcon</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<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>
|
2019-09-06 20:52:03 +02:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2018-08-29 06:50:53 +02:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>RSS Feed</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>feed</string>
|
2018-09-04 03:15:19 +02:00
|
|
|
<string>feeds</string>
|
2018-08-29 06:50:53 +02:00
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2019-09-06 20:52:03 +02:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2018-08-29 06:50:53 +02:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.news</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
2018-08-29 06:50:53 +02:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2019-10-03 22:49:27 +02:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
2019-11-14 22:35:19 +01:00
|
|
|
<string>ReadArticle</string>
|
2019-10-03 22:49:27 +02:00
|
|
|
</array>
|
2018-09-05 17:32:28 +02:00
|
|
|
<key>NSAppleEventsUsageDescription</key>
|
2019-08-29 06:40:56 +02:00
|
|
|
<string>NetNewsWire communicates with other apps on your Mac when you choose to share an article.</string>
|
2018-08-29 06:50:53 +02:00
|
|
|
<key>NSAppleScriptEnabled</key>
|
|
|
|
<true/>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2019-05-25 19:33:23 +02:00
|
|
|
<string>Copyright © 2002-2019 Brent Simmons. All rights reserved.</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>NSMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2018-08-29 06:50:53 +02:00
|
|
|
<key>OSAScriptingDefinition</key>
|
|
|
|
<string>NetNewsWire.sdef</string>
|
2017-05-29 21:08:22 +02:00
|
|
|
<key>SUFeedURL</key>
|
2019-10-27 04:58:40 +01:00
|
|
|
<string>https://ranchero.com/downloads/netnewswire-5.1-beta.xml</string>
|
2019-08-17 20:04:54 +02:00
|
|
|
<key>FeedURLForTestBuilds</key>
|
2019-10-27 04:58:40 +01:00
|
|
|
<string>https://ranchero.com/downloads/netnewswire-5.1-beta.xml</string>
|
2017-05-29 21:08:22 +02:00
|
|
|
<key>UserAgent</key>
|
2019-02-03 21:11:47 +01:00
|
|
|
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
|
2020-03-22 22:35:03 +01:00
|
|
|
<key>OrganizationIdentifier</key>
|
|
|
|
<string>$(ORGANIZATION_IDENTIFIER)</string>
|
2020-03-25 22:09:01 +01:00
|
|
|
<key>DeveloperEntitlements</key>
|
|
|
|
<string>$(DEVELOPER_ENTITLEMENTS)</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|