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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDisplayName</key>
8 <string>${CHROMIUM_SHORT_NAME}</string>
9 <key>CFBundleDocumentTypes</key>
10 <array>
11 <dict>
12 <key>LSItemContentTypes</key>
13 <array>
14 <string>com.adobe.pdf</string>
15 </array>
16 <key>CFBundleTypeName</key>
17 <string>PDF</string>
18 <key>LSHandlerRank</key>
19 <string>Alternate</string>
20 </dict>
21 </array>
22 <key>CFBundleExecutable</key>
23 <string>${EXECUTABLE_NAME}</string>
24 <key>CFBundleIcons</key>
25 <dict>
26 <key>CFBundlePrimaryIcon</key>
27 <dict>
28 <key>CFBundleIconFiles</key>
29 <array>
30 <string>Icon-120.png</string>
31 <string>Icon-152.png</string>
32 <string>Icon-167.png</string>
33 <string>Icon-180.png</string>
34 <string>Icon-29.png</string>
35 <string>Icon-40.png</string>
36 <string>Icon-58.png</string>
37 <string>Icon-76.png</string>
38 <string>Icon-80.png</string>
39 <string>Icon-87.png</string>
40 </array>
41 <key>UIPrerenderedIcon</key>
42 <true/>
43 </dict>
44 </dict>
45 <key>CFBundleIdentifier</key>
46 <string>${IOS_BUNDLE_ID_PREFIX}.${CHROMIUM_BUNDLE_ID:rfc1034identifier}< /string>
47 <key>CFBundleInfoDictionaryVersion</key>
48 <string>6.0</string>
49 <key>CFBundleName</key>
50 <string>${CHROMIUM_SHORT_NAME}</string>
51 <key>CFBundlePackageType</key>
52 <string>APPL</string>
53 <key>CFBundleSignature</key>
54 <string>????</string>
55 <key>CFBundleURLTypes</key>
56 <array>
57 <dict>
58 <key>CFBundleURLName</key>
59 <string>${IOS_BUNDLE_ID_PREFIX}.${CHROMIUM_BUNDLE_ID:rfc 1034identifier}</string>
60 <key>CFBundleURLSchemes</key>
61 <array>
62 <string>${CHROMIUM_URL_SCHEME_1}</string>
63 <string>${CHROMIUM_URL_SCHEME_2}</string>
64 <string>${CHROMIUM_URL_SCHEME_3}</string>
65 <string>${CHROMIUM_URL_SCHEME_4}</string>
66 <string>${SSOAUTH_URL_SCHEME}</string>
67 </array>
68 </dict>
69 </array>
70 <key>CFBundleVersion</key>
71 <string>0.0.0</string>
72 <key>LSRequiresIPhoneOS</key>
73 <true/>
74 <key>NSAppTransportSecurity</key>
75 <dict>
76 <key>NSAllowsArbitraryLoads</key>
77 <true/>
78 </dict>
79 <key>NSUserActivityTypes</key>
80 <array>
81 <string>${CHROMIUM_HANDOFF_ID}</string>
82 </array>
83 <key>UIBackgroundModes</key>
84 <array>
85 <string>fetch</string>
86 <string>audio</string>
87 </array>
88 <key>UIApplicationShortcutItems</key>
89 <array>
90 <dict>
91 <key>UIApplicationShortcutItemIconFile</key>
92 <string>quick_action_new_tab</string>
93 <key>UIApplicationShortcutItemTitle</key>
94 <string>IDS_IOS_APPLICATION_SHORTCUT_NEWTAB_TITLE</strin g>
95 <key>UIApplicationShortcutItemType</key>
96 <string>OpenNewTab</string>
97 </dict>
98 <dict>
99 <key>UIApplicationShortcutItemIconFile</key>
100 <string>quick_action_new_incognito_tab</string>
101 <key>UIApplicationShortcutItemTitle</key>
102 <string>IDS_IOS_APPLICATION_SHORTCUT_NEWINCOGNITOTAB_TIT LE</string>
103 <key>UIApplicationShortcutItemType</key>
104 <string>OpenIncognitoTab</string>
105 </dict>
106 <dict>
107 <key>UIApplicationShortcutItemIconFile</key>
108 <string>quick_action_voice_search</string>
109 <key>UIApplicationShortcutItemTitle</key>
110 <string>IDS_IOS_APPLICATION_SHORTCUT_VOICE_SEARCH_TITLE< /string>
111 <key>UIApplicationShortcutItemType</key>
112 <string>OpenVoiceSearch</string>
113 </dict>
114 </array>
115 <key>UIPrerenderedIcon</key>
116 <true/>
117 <key>UIRequiresPersistentWiFi</key>
118 <true/>
119 <key>UIStatusBarStyle</key>
120 <string>UIStatusBarStyleLightContent</string>
121 <key>UISupportedInterfaceOrientations</key>
122 <array>
123 <string>UIInterfaceOrientationPortrait</string>
124 <string>UIInterfaceOrientationLandscapeLeft</string>
125 <string>UIInterfaceOrientationLandscapeRight</string>
126 </array>
127 <key>UISupportedInterfaceOrientations~ipad</key>
128 <array>
129 <string>UIInterfaceOrientationPortrait</string>
130 <string>UIInterfaceOrientationPortraitUpsideDown</string>
131 <string>UIInterfaceOrientationLandscapeLeft</string>
132 <string>UIInterfaceOrientationLandscapeRight</string>
133 </array>
134 <key>UTImportedTypeDeclarations</key>
135 <array>
136 <dict>
137 <key>UTTypeConformsTo</key>
138 <array>
139 <string>public.url</string>
140 <string>org.appextension.find-login-action</stri ng>
141 </array>
142 <key>UTTypeDescription</key>
143 <string>Chrome Password Fill by App Extension Action</st ring>
144 <key>UTTypeIdentifier</key>
145 <string>org.appextension.chrome-password-action</string>
146 </dict>
147 <dict>
148 <key>UTTypeConformsTo</key>
149 <array>
150 <string>public.url</string>
151 </array>
152 <key>UTTypeDescription</key>
153 <string>1Password Find Login Action</string>
154 <key>UTTypeIdentifier</key>
155 <string>org.appextension.find-login-action</string>
156 </dict>
157 </array>
158 <key>UILaunchStoryboardName</key>
159 <string>LaunchScreen</string>
160 <key>SSOAuthURLScheme</key>
161 <string>${SSOAUTH_URL_SCHEME}</string>
162 <key>NSCameraUsageDescription</key>
163 <string>IDS_IOS_CAMERA_USAGE_DESCRIPTION</string>
164 <key>NSLocationWhenInUseUsageDescription</key>
165 <string>IDS_IOS_LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION</string>
166 <key>NSMicrophoneUsageDescription</key>
167 <string>IDS_IOS_MICROPHONE_USAGE_DESCRIPTION</string>
168 <key>NSPhotoLibraryUsageDescription</key>
169 <string>IDS_IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
170 <key>NSBluetoothPeripheralUsageDescription</key>
171 <string>IDS_IOS_BLUETOOTH_USAGE_DESCRIPTION</string>
172 </dict>
173 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698