Index: third_party/protobuf/objectivec/Tests/iOSTestHarness/Info.plist |
diff --git a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist b/third_party/protobuf/objectivec/Tests/iOSTestHarness/Info.plist |
similarity index 89% |
copy from ios/crnet/crnet_consumer/crnet-consumer-Info.plist |
copy to third_party/protobuf/objectivec/Tests/iOSTestHarness/Info.plist |
index 57ee6ae8a46cd399b0a16a6d94bda843dd1491e3..24bd333d0b8b0a93ac4ffce6590b4e5bd312ad3e 100644 |
--- a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist |
+++ b/third_party/protobuf/objectivec/Tests/iOSTestHarness/Info.plist |
@@ -9,7 +9,7 @@ |
<key>CFBundleExecutable</key> |
<string>${EXECUTABLE_NAME}</string> |
<key>CFBundleIdentifier</key> |
- <string>chromium.${PRODUCT_NAME:rfc1034identifier}</string> |
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
<key>CFBundleInfoDictionaryVersion</key> |
<string>6.0</string> |
<key>CFBundleName</key> |
@@ -24,10 +24,8 @@ |
<string>1.0</string> |
<key>LSRequiresIPhoneOS</key> |
<true/> |
- <key>UIRequiredDeviceCapabilities</key> |
- <array> |
- <string>armv7</string> |
- </array> |
+ <key>UILaunchStoryboardName</key> |
+ <string>LaunchScreen</string> |
<key>UISupportedInterfaceOrientations</key> |
<array> |
<string>UIInterfaceOrientationPortrait</string> |
@@ -37,9 +35,9 @@ |
<key>UISupportedInterfaceOrientations~ipad</key> |
<array> |
<string>UIInterfaceOrientationPortrait</string> |
- <string>UIInterfaceOrientationPortraitUpsideDown</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
+ <string>UIInterfaceOrientationPortraitUpsideDown</string> |
</array> |
</dict> |
</plist> |