<?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>AppGroup</key>
	<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen</string>
	<key>AppIdentifierPrefix</key>
	<string>$(AppIdentifierPrefix)</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIconFile</key>
	<string>AppIcon</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>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>$(MARKETING_VERSION)</string>
	<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>
				<string>feeds</string>
			</array>
		</dict>
	</array>
	<key>CFBundleVersion</key>
	<string>$(CURRENT_PROJECT_VERSION)</string>
	<key>DeveloperEntitlements</key>
	<string>$(DEVELOPER_ENTITLEMENTS)</string>
	<key>FeedURLForTestBuilds</key>
	<string>https://ranchero.com/downloads/netnewswire6-beta.xml</string>
	<key>LSApplicationCategoryType</key>
	<string>public.app-category.news</string>
	<key>LSMinimumSystemVersion</key>
	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
	<key>NSAppleEventsUsageDescription</key>
	<string>NetNewsWire communicates with other apps on your Mac when you choose to share an article.</string>
	<key>NSAppleScriptEnabled</key>
	<true/>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2002-2021 Brent Simmons. All rights reserved.</string>
	<key>NSMainStoryboardFile</key>
	<string>Main</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>NSUserActivityTypes</key>
	<array>
		<string>ReadArticle</string>
	</array>
	<key>OSAScriptingDefinition</key>
	<string>NetNewsWire.sdef</string>
	<key>OrganizationIdentifier</key>
	<string>$(ORGANIZATION_IDENTIFIER)</string>
	<key>SUFeedURL</key>
	<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
	<key>UserAgent</key>
	<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
</dict>
</plist>