| Index: testing/gtest_ios/unittest-Info.plist
|
| diff --git a/testing/gtest_ios/unittest-Info.plist b/testing/gtest_ios/unittest-Info.plist
|
| index cb031366c6c5874cf15c774bcb96931f95e3d428..f443580cca2891c817d79439833b5d29ac025595 100644
|
| --- a/testing/gtest_ios/unittest-Info.plist
|
| +++ b/testing/gtest_ios/unittest-Info.plist
|
| @@ -104,5 +104,9 @@
|
| <string>UIInterfaceOrientationLandscapeLeft</string>
|
| <string>UIInterfaceOrientationLandscapeRight</string>
|
| </array>
|
| + <key>UIBackgroundModes</key>
|
| + <array>
|
| + <string>fetch</string>
|
| + </array>
|
| </dict>
|
| </plist>
|
|
|