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

Unified Diff: testing/gtest_ios/unittest-Info.plist

Issue 1161413003: Unfork upstream unit test Info.plist file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest_ios/unittest-Info.plist
diff --git a/testing/gtest_ios/unittest-Info.plist b/testing/gtest_ios/unittest-Info.plist
index f443580cca2891c817d79439833b5d29ac025595..6b3c09453c559b3778ca2091a75da83cf993d2e1 100644
--- a/testing/gtest_ios/unittest-Info.plist
+++ b/testing/gtest_ios/unittest-Info.plist
@@ -22,6 +22,8 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>NSMainNibFile</key>
+ <string>${MAIN_NIB_FILE}</string>
<key>UILaunchImages</key>
<array>
<dict>
@@ -104,6 +106,42 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>com.google.sso.chrome</string>
+ <string>${BUNDLE_ID_TEST_NAME}.http</string>
+ <string>${BUNDLE_ID_TEST_NAME}.https</string>
+ <string>${BUNDLE_ID_TEST_NAME}-x-callback</string>
+ </array>
+ </dict>
+ </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>UIBackgroundModes</key>
<array>
<string>fetch</string>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698