| Index: third_party/grpc/src/objective-c/tests/Info.plist
|
| diff --git a/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist b/third_party/grpc/src/objective-c/tests/Info.plist
|
| similarity index 68%
|
| copy from third_party/protobuf/objectivec/Tests/UnitTests-Info.plist
|
| copy to third_party/grpc/src/objective-c/tests/Info.plist
|
| index 460a7d931c913f190d419dc934c43af95b179a1b..fbeeb96ba6cb24080092b014db710833e4c62b62 100644
|
| --- a/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist
|
| +++ b/third_party/grpc/src/objective-c/tests/Info.plist
|
| @@ -3,18 +3,22 @@
|
| <plist version="1.0">
|
| <dict>
|
| <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| + <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| + <string>$(EXECUTABLE_NAME)</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
| + <string>gRPC.$(PRODUCT_NAME:rfc1034identifier)</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| + <key>CFBundleName</key>
|
| + <string>$(PRODUCT_NAME)</string>
|
| <key>CFBundlePackageType</key>
|
| <string>BNDL</string>
|
| + <key>CFBundleShortVersionString</key>
|
| + <string>1.0</string>
|
| <key>CFBundleSignature</key>
|
| <string>????</string>
|
| <key>CFBundleVersion</key>
|
| - <string>1.0</string>
|
| + <string>1</string>
|
| </dict>
|
| </plist>
|
|
|