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

Side by Side Diff: testing/gtest_ios/unittest-Info.plist

Issue 2146483002: Use :rfc1034identifier modifier to remove '_' in BUNDLE_ID_TEST_NAME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@{1}
Patch Set: Created 4 years, 5 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 | « testing/gtest.gyp ('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
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${PRODUCT_NAME}</string> 8 <string>${PRODUCT_NAME}</string>
9 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string> 10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleIdentifier</key> 11 <key>CFBundleIdentifier</key>
12 » <string>com.google.gtest.${BUNDLE_ID_TEST_NAME}</string> 12 » <string>com.google.gtest.${BUNDLE_ID_TEST_NAME:rfc1034identifier}</strin g>
13 <key>CFBundleInfoDictionaryVersion</key> 13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string> 14 <string>6.0</string>
15 <key>CFBundleName</key> 15 <key>CFBundleName</key>
16 <string>${PRODUCT_NAME}</string> 16 <string>${PRODUCT_NAME}</string>
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
18 <string>APPL</string> 18 <string>APPL</string>
19 <key>CFBundleSignature</key> 19 <key>CFBundleSignature</key>
20 <string>????</string> 20 <string>????</string>
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
22 <string>1.0</string> 22 <string>1.0</string>
(...skipping 27 matching lines...) Expand all
50 <string>gplus-v3</string> 50 <string>gplus-v3</string>
51 <string>gplus</string> 51 <string>gplus</string>
52 <string>vnd.google.calendar</string> 52 <string>vnd.google.calendar</string>
53 <string>vnd.youtube</string> 53 <string>vnd.youtube</string>
54 <string>youtube</string> 54 <string>youtube</string>
55 </array> 55 </array>
56 <key>LSRequiresIPhoneOS</key> 56 <key>LSRequiresIPhoneOS</key>
57 <true/> 57 <true/>
58 <key>NSAppTransportSecurity</key> 58 <key>NSAppTransportSecurity</key>
59 <dict> 59 <dict>
60 » <key>NSAllowsArbitraryLoads</key> 60 » <key>NSAllowsArbitraryLoads</key>
61 » <true/> 61 » <true/>
62 </dict> 62 </dict>
63 <key>NSMainNibFile</key> 63 <key>NSMainNibFile</key>
64 <string>${MAIN_NIB_FILE}</string> 64 <string>${MAIN_NIB_FILE}</string>
65 <key>UIFileSharingEnabled</key> 65 <key>UIFileSharingEnabled</key>
66 <true/> 66 <true/>
67 <key>UILaunchImages</key> 67 <key>UILaunchImages</key>
68 <array> 68 <array>
69 <dict> 69 <dict>
70 <key>UILaunchImageMinimumOSVersion</key> 70 <key>UILaunchImageMinimumOSVersion</key>
71 <string>7.0</string> 71 <string>7.0</string>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <array> 144 <array>
145 <string>UIInterfaceOrientationPortrait</string> 145 <string>UIInterfaceOrientationPortrait</string>
146 <string>UIInterfaceOrientationLandscapeLeft</string> 146 <string>UIInterfaceOrientationLandscapeLeft</string>
147 <string>UIInterfaceOrientationLandscapeRight</string> 147 <string>UIInterfaceOrientationLandscapeRight</string>
148 </array> 148 </array>
149 <key>CFBundleURLTypes</key> 149 <key>CFBundleURLTypes</key>
150 <array> 150 <array>
151 <dict> 151 <dict>
152 <key>CFBundleURLSchemes</key> 152 <key>CFBundleURLSchemes</key>
153 <array> 153 <array>
154 » » » » <string>${BUNDLE_ID_TEST_NAME}.http</string> 154 » » » » <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} .http</string>
155 » » » » <string>${BUNDLE_ID_TEST_NAME}.https</string> 155 » » » » <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} .https</string>
156 » » » » <string>${BUNDLE_ID_TEST_NAME}-x-callback</strin g> 156 » » » » <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} -x-callback</string>
157 <string>com.google.sso.${BUNDLE_ID_TEST_NAME}</s tring> 157 » » » » <string>com.google.sso.${BUNDLE_ID_TEST_NAME:rfc 1034identifier}</string>
158 </array> 158 </array>
159 </dict> 159 </dict>
160 </array> 160 </array>
161 <key>UTImportedTypeDeclarations</key> 161 <key>UTImportedTypeDeclarations</key>
162 <array> 162 <array>
163 <dict> 163 <dict>
164 <key>UTTypeConformsTo</key> 164 <key>UTTypeConformsTo</key>
165 <array> 165 <array>
166 <string>public.url</string> 166 <string>public.url</string>
167 <string>org.appextension.find-login-action</stri ng> 167 <string>org.appextension.find-login-action</stri ng>
(...skipping 11 matching lines...) Expand all
179 <key>UTTypeDescription</key> 179 <key>UTTypeDescription</key>
180 <string>1Password Find Login Action</string> 180 <string>1Password Find Login Action</string>
181 <key>UTTypeIdentifier</key> 181 <key>UTTypeIdentifier</key>
182 <string>org.appextension.find-login-action</string> 182 <string>org.appextension.find-login-action</string>
183 </dict> 183 </dict>
184 </array> 184 </array>
185 <key>UIBackgroundModes</key> 185 <key>UIBackgroundModes</key>
186 <array> 186 <array>
187 <string>fetch</string> 187 <string>fetch</string>
188 </array> 188 </array>
189 <key>SSOAuthURLScheme</key> 189 » <key>SSOAuthURLScheme</key>
190 <string>com.google.sso.${BUNDLE_ID_TEST_NAME}</string> 190 » <string>com.google.sso.${BUNDLE_ID_TEST_NAME:rfc1034identifier}</string>
191 </dict> 191 </dict>
192 </plist> 192 </plist>
OLDNEW
« no previous file with comments | « testing/gtest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698