Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: third_party/grpc/src/objective-c/tests/Info.plist

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « third_party/grpc/src/objective-c/tests/GRPCClientTests.m ('k') | third_party/grpc/src/objective-c/tests/InteropTests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698