NewsBlur/clients/ios/NewsBlur-iPhone-Info.plist

109 lines
3.1 KiB
Text

<?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>English</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>logo_57.png</string>
<key>CFBundleIconFiles</key>
<array>
<string>logo_144.png</string>
<string>logo_72.png</string>
<string>logo_57.png</string>
<string>logo_114.png</string>
<string>Default-Portrait@2x~ipad.png</string>
<string>Default-Landscape@2x~ipad.png</string>
<string>Default-Portrait~ipad.png</string>
<string>Default-Landscape~ipad.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>logo_144.png</string>
<string>logo_72.png</string>
<string>logo_57.png</string>
<string>logo_114.png</string>
<string>Default-Portrait@2x~ipad.png</string>
<string>Default-Landscape@2x~ipad.png</string>
<string>Default-Portrait~ipad.png</string>
<string>Default-Landscape~ipad.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.newsblur.NewsBlur</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>NewsBlur</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.newsblur.NewsBlur</string>
<key>CFBundleURLSchemes</key>
<array>
<string>newsblur</string>
</array>
</dict>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb230426707030569newsblur</string>
</array>
</dict>
<dict>
<key>CFBundleURLName</key>
<string>com.getpocket.sdk</string>
<key>CFBundleURLSchemes</key>
<array>
<string>pocketapp16638</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.4.4</string>
<key>FacebookAppID</key>
<string>230426707030569</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>NSMainNibFile~ipad</key>
<string>MainWindow~ipad</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>