| Index: third_party/grpc/src/objective-c/examples/Sample/Sample/Info.plist
|
| diff --git a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist b/third_party/grpc/src/objective-c/examples/Sample/Sample/Info.plist
|
| similarity index 82%
|
| copy from ios/crnet/crnet_consumer/crnet-consumer-Info.plist
|
| copy to third_party/grpc/src/objective-c/examples/Sample/Sample/Info.plist
|
| index 57ee6ae8a46cd399b0a16a6d94bda843dd1491e3..4436635ab4e1f21cabc02acf501fd499342b4419 100644
|
| --- a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist
|
| +++ b/third_party/grpc/src/objective-c/examples/Sample/Sample/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>org.grpc.$(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>
|
|
|