| 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>
|
|
|