<?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>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>com.ranchero.NetNewsWire.FeedRefresh</string> </array> <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> <string>5.0</string> <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> <key>CFBundleVersion</key> <string>1</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSUserActivityTypes</key> <array> <string>com.ranchero.NetNewsWire.NextUnread</string> <string>com.ranchero.NetNewsWire.SelectFeed</string> <string>com.ranchero.NetNewsWire.SelectFolder</string> <string>com.ranchero.NetNewsWire.SelectAllUnread</string> <string>com.ranchero.NetNewsWire.SelectStarred</string> <string>com.ranchero.NetNewsWire.SelectToday</string> <string>com.ranchero.NetNewsWire.ReadArticle</string> </array> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <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> <key>UIBackgroundModes</key> <array> <string>fetch</string> </array> <key>UILaunchStoryboardName</key> <string>LaunchScreenPhone</string> <key>UILaunchStoryboardName~ipad</key> <string>LaunchScreenPad</string> <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> <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> </dict> </plist>