NetNewsWire/Mac/Resources/Info.plist

72 lines
2.2 KiB
Plaintext
Raw Normal View History

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>
<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>
<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>
<key>NSUserActivityTypes</key>
<array>
<string>ReadArticle</string>
</array>
<key>NSAppleEventsUsageDescription</key>
<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>
<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>
<key>SUFeedURL</key>
<string>https://ranchero.com/downloads/netnewswire-5.1-beta.xml</string>
<key>FeedURLForTestBuilds</key>
<string>https://ranchero.com/downloads/netnewswire-5.1-beta.xml</string>
<key>UserAgent</key>
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
<key>OrganizationIdentifier</key>
<string>$(ORGANIZATION_IDENTIFIER)</string>
2017-05-22 22:00:45 +02:00
</dict>
</plist>