Index: third_party/grpc/examples/objective-c/helloworld/HelloWorld/Info.plist |
diff --git a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist b/third_party/grpc/examples/objective-c/helloworld/HelloWorld/Info.plist |
similarity index 82% |
copy from ios/crnet/crnet_consumer/crnet-consumer-Info.plist |
copy to third_party/grpc/examples/objective-c/helloworld/HelloWorld/Info.plist |
index 57ee6ae8a46cd399b0a16a6d94bda843dd1491e3..1078fff7235608f92015e250f6660e207bfdd254 100644 |
--- a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist |
+++ b/third_party/grpc/examples/objective-c/helloworld/HelloWorld/Info.plist |
@@ -4,16 +4,14 @@ |
<dict> |
<key>CFBundleDevelopmentRegion</key> |
<string>en</string> |
- <key>CFBundleDisplayName</key> |
- <string>${PRODUCT_NAME}</string> |
<key>CFBundleExecutable</key> |
- <string>${EXECUTABLE_NAME}</string> |
+ <string>$(EXECUTABLE_NAME)</string> |
<key>CFBundleIdentifier</key> |
- <string>chromium.${PRODUCT_NAME:rfc1034identifier}</string> |
+ <string>Google.$(PRODUCT_NAME:rfc1034identifier)</string> |
<key>CFBundleInfoDictionaryVersion</key> |
<string>6.0</string> |
<key>CFBundleName</key> |
- <string>${PRODUCT_NAME}</string> |
+ <string>$(PRODUCT_NAME)</string> |
<key>CFBundlePackageType</key> |
<string>APPL</string> |
<key>CFBundleShortVersionString</key> |
@@ -21,9 +19,13 @@ |
<key>CFBundleSignature</key> |
<string>????</string> |
<key>CFBundleVersion</key> |
- <string>1.0</string> |
+ <string>1</string> |
<key>LSRequiresIPhoneOS</key> |
<true/> |
+ <key>UILaunchStoryboardName</key> |
+ <string>Main</string> |
+ <key>UIMainStoryboardFile</key> |
+ <string>Main</string> |
<key>UIRequiredDeviceCapabilities</key> |
<array> |
<string>armv7</string> |