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

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

Issue 2441793002: Use "Organization Identifier" as prefix for gtest CFBundleIdentifier. (Closed)
Patch Set: Fix ios_chrome_unittests Created 4 years, 2 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 | « build/config/ios/rules.gni ('k') | testing/test.gni » ('j') | 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:rfc1034identifier}</strin g> 12 » <string>${IOS_BUNDLE_ID_PREFIX}.gtest.${GTEST_BUNDLE_ID_SUFFIX:rfc1034id entifier}</string>
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 121 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:rfc1034identifier} .http</string> 154 » » » » <string>${PRODUCT_NAME:rfc1034identifier}.http</ string>
155 » » » » <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} .https</string> 155 » » » » <string>${PRODUCT_NAME:rfc1034identifier}.https< /string>
156 » » » » <string>${BUNDLE_ID_TEST_NAME:rfc1034identifier} -x-callback</string> 156 » » » » <string>${PRODUCT_NAME:rfc1034identifier}-x-call back</string>
157 » » » » <string>com.google.sso.${BUNDLE_ID_TEST_NAME:rfc 1034identifier}</string> 157 » » » » <string>${IOS_BUNDLE_ID_PREFIX}.sso.${PRODUCT_NA ME:rfc1034identifier}</string>
justincohen 2016/10/21 19:53:33 I'm not sure how this will work with different pre
sdefresne 2016/10/24 12:29:23 I you need to have entitlement for org.chromium.ss
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 12 matching lines...) Expand all
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:rfc1034identifier}</string> 190 » <string>${IOS_BUNDLE_ID_PREFIX}.sso.${PRODUCT_NAME:rfc1034identifier}</s tring>
justincohen 2016/10/21 19:53:33 ditto
191 </dict> 191 </dict>
192 </plist> 192 </plist>
OLDNEW
« no previous file with comments | « build/config/ios/rules.gni ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698