Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: ios/chrome/app/resources/Info.plist

Issue 2555233002: [iOS] Upstreaming of Info.plist and entitlements generation. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/app/resources/Info.plist
diff --git a/ios/chrome/app/resources/Info.plist b/ios/chrome/app/resources/Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..3950ccd262d9901cba96d0e8efd712f13a890404
--- /dev/null
+++ b/ios/chrome/app/resources/Info.plist
@@ -0,0 +1,173 @@
+<?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>${CHROMIUM_SHORT_NAME}</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.adobe.pdf</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>PDF</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIcons</key>
+ <dict>
+ <key>CFBundlePrimaryIcon</key>
+ <dict>
+ <key>CFBundleIconFiles</key>
+ <array>
+ <string>Icon-120.png</string>
+ <string>Icon-152.png</string>
+ <string>Icon-167.png</string>
+ <string>Icon-180.png</string>
+ <string>Icon-29.png</string>
+ <string>Icon-40.png</string>
+ <string>Icon-58.png</string>
+ <string>Icon-76.png</string>
+ <string>Icon-80.png</string>
+ <string>Icon-87.png</string>
+ </array>
+ <key>UIPrerenderedIcon</key>
+ <true/>
+ </dict>
+ </dict>
+ <key>CFBundleIdentifier</key>
+ <string>${IOS_BUNDLE_ID_PREFIX}.${CHROMIUM_BUNDLE_ID:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${CHROMIUM_SHORT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>${IOS_BUNDLE_ID_PREFIX}.${CHROMIUM_BUNDLE_ID:rfc1034identifier}</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>${CHROMIUM_URL_SCHEME_1}</string>
+ <string>${CHROMIUM_URL_SCHEME_2}</string>
+ <string>${CHROMIUM_URL_SCHEME_3}</string>
+ <string>${CHROMIUM_URL_SCHEME_4}</string>
+ <string>${SSOAUTH_URL_SCHEME}</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>0.0.0</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSUserActivityTypes</key>
+ <array>
+ <string>${CHROMIUM_HANDOFF_ID}</string>
+ </array>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>fetch</string>
+ <string>audio</string>
+ </array>
+ <key>UIApplicationShortcutItems</key>
+ <array>
+ <dict>
+ <key>UIApplicationShortcutItemIconFile</key>
+ <string>quick_action_new_tab</string>
+ <key>UIApplicationShortcutItemTitle</key>
+ <string>IDS_IOS_APPLICATION_SHORTCUT_NEWTAB_TITLE</string>
+ <key>UIApplicationShortcutItemType</key>
+ <string>OpenNewTab</string>
+ </dict>
+ <dict>
+ <key>UIApplicationShortcutItemIconFile</key>
+ <string>quick_action_new_incognito_tab</string>
+ <key>UIApplicationShortcutItemTitle</key>
+ <string>IDS_IOS_APPLICATION_SHORTCUT_NEWINCOGNITOTAB_TITLE</string>
+ <key>UIApplicationShortcutItemType</key>
+ <string>OpenIncognitoTab</string>
+ </dict>
+ <dict>
+ <key>UIApplicationShortcutItemIconFile</key>
+ <string>quick_action_voice_search</string>
+ <key>UIApplicationShortcutItemTitle</key>
+ <string>IDS_IOS_APPLICATION_SHORTCUT_VOICE_SEARCH_TITLE</string>
+ <key>UIApplicationShortcutItemType</key>
+ <string>OpenVoiceSearch</string>
+ </dict>
+ </array>
+ <key>UIPrerenderedIcon</key>
+ <true/>
+ <key>UIRequiresPersistentWiFi</key>
+ <true/>
+ <key>UIStatusBarStyle</key>
+ <string>UIStatusBarStyleLightContent</string>
+ <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>UTImportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.url</string>
+ <string>org.appextension.find-login-action</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Chrome Password Fill by App Extension Action</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.appextension.chrome-password-action</string>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.url</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>1Password Find Login Action</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.appextension.find-login-action</string>
+ </dict>
+ </array>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
+ <key>SSOAuthURLScheme</key>
+ <string>${SSOAUTH_URL_SCHEME}</string>
+ <key>NSCameraUsageDescription</key>
+ <string>IDS_IOS_CAMERA_USAGE_DESCRIPTION</string>
+ <key>NSLocationWhenInUseUsageDescription</key>
+ <string>IDS_IOS_LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION</string>
+ <key>NSMicrophoneUsageDescription</key>
+ <string>IDS_IOS_MICROPHONE_USAGE_DESCRIPTION</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>IDS_IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
+ <key>NSBluetoothPeripheralUsageDescription</key>
+ <string>IDS_IOS_BLUETOOTH_USAGE_DESCRIPTION</string>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698