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

Side by Side Diff: webrtc/test/ios/Info.plist

Issue 2359863003: Add custom info.plist to modules_unittests (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>${PRODUCT_NAME}</string>
9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleIdentifier</key>
12 <string>com.google.gtest.${BUNDLE_ID_TEST_NAME:rfc1034identifier}</strin g>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>${PRODUCT_NAME}</string>
17 <key>CFBundlePackageType</key>
18 <string>APPL</string>
19 <key>CFBundleSignature</key>
20 <string>????</string>
21 <key>CFBundleVersion</key>
22 <string>1.0</string>
23 <key>LSApplicationQueriesSchemes</key>
24 <array>
25 <string>chromium</string>
26 <string>chromiums</string>
27 <string>comgooglemaps-v2</string>
28 <string>comgooglemaps-x-callback</string>
29 <string>comgooglemaps</string>
30 <string>googleapp</string>
31 <string>googlechrome</string>
32 <string>googlechromes</string>
33 <string>googledocs-v2</string>
34 <string>googledocs-x-callback</string>
35 <string>googledocs</string>
36 <string>googledrive-v1</string>
37 <string>googledrive-x-callback</string>
38 <string>googledrive</string>
39 <string>googlegmail-x-callback</string>
40 <string>googlegmail</string>
41 <string>googlephotos</string>
42 <string>googlephotos-x-callback</string>
43 <string>googlesheets-v2</string>
44 <string>googlesheets-x-callback</string>
45 <string>googlesheets</string>
46 <string>googleslides-v2</string>
47 <string>googleslides-x-callback</string>
48 <string>googleslides</string>
49 <string>gplus-v2</string>
50 <string>gplus-v3</string>
51 <string>gplus</string>
52 <string>vnd.google.calendar</string>
53 <string>vnd.youtube</string>
54 <string>youtube</string>
55 </array>
56 <key>LSRequiresIPhoneOS</key>
57 <true/>
58 <key>NSAppTransportSecurity</key>
59 <dict>
60 <key>NSAllowsArbitraryLoads</key>
61 <true/>
62 </dict>
63 <key>NSMainNibFile</key>
64 <string>${MAIN_NIB_FILE}</string>
65 <key>UIFileSharingEnabled</key>
66 <true/>
67 <key>UILaunchImages</key>
68 <array>
69 <dict>
70 <key>UILaunchImageMinimumOSVersion</key>
71 <string>7.0</string>
72 <key>UILaunchImageName</key>
73 <string>Default</string>
74 <key>UILaunchImageOrientation</key>
75 <string>Portrait</string>
76 <key>UILaunchImageSize</key>
77 <string>{320, 480}</string>
78 </dict>
79 <dict>
80 <key>UILaunchImageMinimumOSVersion</key>
81 <string>7.0</string>
82 <key>UILaunchImageName</key>
83 <string>Default</string>
84 <key>UILaunchImageOrientation</key>
85 <string>Portrait</string>
86 <key>UILaunchImageSize</key>
87 <string>{320, 568}</string>
88 </dict>
89 <dict>
90 <key>UILaunchImageMinimumOSVersion</key>
91 <string>8.0</string>
92 <key>UILaunchImageName</key>
93 <string>Default</string>
94 <key>UILaunchImageOrientation</key>
95 <string>Portrait</string>
96 <key>UILaunchImageSize</key>
97 <string>{375, 667}</string>
98 </dict>
99 <dict>
100 <key>UILaunchImageMinimumOSVersion</key>
101 <string>8.0</string>
102 <key>UILaunchImageName</key>
103 <string>Default</string>
104 <key>UILaunchImageOrientation</key>
105 <string>Portrait</string>
106 <key>UILaunchImageSize</key>
107 <string>{414, 736}</string>
108 </dict>
109 <dict>
110 <key>UILaunchImageMinimumOSVersion</key>
111 <string>8.0</string>
112 <key>UILaunchImageName</key>
113 <string>Default</string>
114 <key>UILaunchImageOrientation</key>
115 <string>Landscape</string>
116 <key>UILaunchImageSize</key>
117 <string>{414, 736}</string>
118 </dict>
119 </array>
120 <key>UILaunchImages~ipad</key>
121 <array>
122 <dict>
123 <key>UILaunchImageMinimumOSVersion</key>
124 <string>7.0</string>
125 <key>UILaunchImageName</key>
126 <string>Default</string>
127 <key>UILaunchImageOrientation</key>
128 <string>Portrait</string>
129 <key>UILaunchImageSize</key>
130 <string>{768, 1024}</string>
131 </dict>
132 <dict>
133 <key>UILaunchImageMinimumOSVersion</key>
134 <string>7.0</string>
135 <key>UILaunchImageName</key>
136 <string>Default</string>
137 <key>UILaunchImageOrientation</key>
138 <string>Landscape</string>
139 <key>UILaunchImageSize</key>
140 <string>{768, 1024}</string>
141 </dict>
142 </array>
143 <key>UISupportedInterfaceOrientation</key>
144 <array>
145 <string>UIInterfaceOrientationPortrait</string>
146 <string>UIInterfaceOrientationLandscapeLeft</string>
147 <string>UIInterfaceOrientationLandscapeRight</string>
148 </array>
149 <key>CFBundleURLTypes</key>
150 <array>
151 <dict>
152 <key>CFBundleURLSchemes</key>
153 <array>
154 <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} .http</string>
155 <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} .https</string>
156 <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} -x-callback</string>
157 <string>com.google.sso.${BUNDLE_ID_TEST_NAME:rfc 1034identifier}</string>
158 </array>
159 </dict>
160 </array>
161 <key>UTImportedTypeDeclarations</key>
162 <array>
163 <dict>
164 <key>UTTypeConformsTo</key>
165 <array>
166 <string>public.url</string>
167 <string>org.appextension.find-login-action</stri ng>
168 </array>
169 <key>UTTypeDescription</key>
170 <string>Chrome Password Fill by App Extension Action</st ring>
171 <key>UTTypeIdentifier</key>
172 <string>org.appextension.chrome-password-action</string>
173 </dict>
174 <dict>
175 <key>UTTypeConformsTo</key>
176 <array>
177 <string>public.url</string>
178 </array>
179 <key>UTTypeDescription</key>
180 <string>1Password Find Login Action</string>
181 <key>UTTypeIdentifier</key>
182 <string>org.appextension.find-login-action</string>
183 </dict>
184 </array>
185 <key>UIBackgroundModes</key>
186 <array>
187 <string>fetch</string>
188 </array>
189 <key>SSOAuthURLScheme</key>
190 <string>com.google.sso.${BUNDLE_ID_TEST_NAME:rfc1034identifier}</string>
191 <key>NSMicrophoneUsageDescription</key>
192 <string>For testing purposes</string>
kthelgason 2016/09/22 13:17:15 This is really the only relevant line here
henrika_webrtc 2016/09/22 13:26:49 Acknowledged.
kjellander_webrtc 2016/09/22 13:38:59 Can we strip down the Info.plist file to only cont
193 </dict>
194 </plist>
OLDNEW
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698