2018-02-05 13:29:46 -08: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>
|
2020-03-22 16:35:03 -05:00
|
|
|
<key>OrganizationIdentifier</key>
|
|
|
|
<string>$(ORGANIZATION_IDENTIFIER)</string>
|
2020-03-25 16:09:01 -05:00
|
|
|
<key>DeveloperEntitlements</key>
|
|
|
|
<string>$(DEVELOPER_ENTITLEMENTS)</string>
|
2019-09-22 16:00:06 -05:00
|
|
|
<key>AppGroup</key>
|
|
|
|
<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS</string>
|
|
|
|
<key>AppIdentifierPrefix</key>
|
|
|
|
<string>$(AppIdentifierPrefix)</string>
|
2019-06-19 23:26:03 +08:00
|
|
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
|
|
<array>
|
|
|
|
<string>com.ranchero.NetNewsWire.FeedRefresh</string>
|
|
|
|
</array>
|
2018-02-05 13:29:46 -08:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</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>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-10-20 17:26:52 -05:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2019-04-22 16:29:02 -05:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>com.ranchero.NetNewsWire-Evergreen.iOS.feed</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>feed</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>com.ranchero.NetNewsWire-Evergreen.iOS</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>netnewswire</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2018-02-05 13:29:46 -08:00
|
|
|
<key>CFBundleVersion</key>
|
2019-10-20 17:26:52 -05:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2018-02-05 13:29:46 -08:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2019-09-18 21:51:21 -07:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2019-10-18 18:31:00 -05:00
|
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
|
<string>Grant permission to save images from the article.</string>
|
2019-08-24 14:57:51 -05:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
2019-11-14 20:11:41 -06:00
|
|
|
<string>AddWebFeedIntent</string>
|
2019-11-14 15:06:32 -06:00
|
|
|
<string>NextUnread</string>
|
|
|
|
<string>ReadArticle</string>
|
2020-02-09 13:08:11 -08:00
|
|
|
<string>Restoration</string>
|
2019-11-14 15:06:32 -06:00
|
|
|
<string>SelectFeed</string>
|
2019-08-24 14:57:51 -05:00
|
|
|
</array>
|
2019-06-28 10:28:02 -05:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
<true/>
|
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
<string>Default Configuration</string>
|
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
<string>NetNewsWire.SceneDelegate</string>
|
|
|
|
<key>UISceneStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2019-04-23 11:27:57 -05:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>fetch</string>
|
2020-03-30 02:48:25 -05:00
|
|
|
<string>processing</string>
|
|
|
|
<string>remote-notification</string>
|
2019-04-23 11:27:57 -05:00
|
|
|
</array>
|
2019-04-16 08:53:22 -05:00
|
|
|
<key>UILaunchStoryboardName</key>
|
2019-09-04 04:46:13 -05:00
|
|
|
<string>LaunchScreenPhone</string>
|
|
|
|
<key>UILaunchStoryboardName~ipad</key>
|
|
|
|
<string>LaunchScreenPad</string>
|
2018-02-05 13:29:46 -08:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>arm64</string>
|
|
|
|
</array>
|
|
|
|
<key>UIStatusBarTintParameters</key>
|
|
|
|
<dict>
|
|
|
|
<key>UINavigationBar</key>
|
|
|
|
<dict>
|
|
|
|
<key>Style</key>
|
|
|
|
<string>UIBarStyleDefault</string>
|
|
|
|
<key>Translucent</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2019-04-16 08:53:22 -05:00
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
<array>
|
|
|
|
<string>public.xml</string>
|
|
|
|
</array>
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
<string>OPML</string>
|
|
|
|
<key>UTTypeIconFiles</key>
|
|
|
|
<array/>
|
|
|
|
<key>UTTypeIdentifier</key>
|
|
|
|
<string>org.opml.opml</string>
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
<dict>
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
<array>
|
|
|
|
<string>opml</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2020-01-10 16:53:57 -07:00
|
|
|
<key>UTImportedTypeDeclarations</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
<array>
|
|
|
|
<string>public.xml</string>
|
|
|
|
</array>
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
<string>OPML</string>
|
|
|
|
<key>UTTypeIconFiles</key>
|
|
|
|
<array/>
|
|
|
|
<key>UTTypeIdentifier</key>
|
|
|
|
<string>org.opml.opml</string>
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
<dict>
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
<array>
|
|
|
|
<string>opml</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2020-03-15 11:48:07 -05:00
|
|
|
<key>UserAgent</key>
|
|
|
|
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
|
2018-02-05 13:29:46 -08:00
|
|
|
</dict>
|
|
|
|
</plist>
|