| Index: ios/third_party/earl_grey/Info.plist
|
| diff --git a/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist b/ios/third_party/earl_grey/Info.plist
|
| similarity index 85%
|
| copy from third_party/protobuf/objectivec/Tests/UnitTests-Info.plist
|
| copy to ios/third_party/earl_grey/Info.plist
|
| index 460a7d931c913f190d419dc934c43af95b179a1b..3506f84ec5169d9fd3f7005b78df53af7b367dc0 100644
|
| --- a/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist
|
| +++ b/ios/third_party/earl_grey/Info.plist
|
| @@ -2,19 +2,19 @@
|
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| <plist version="1.0">
|
| <dict>
|
| - <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| - <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| - <key>CFBundleIdentifier</key>
|
| - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
| - <key>CFBundleInfoDictionaryVersion</key>
|
| - <string>6.0</string>
|
| - <key>CFBundlePackageType</key>
|
| - <string>BNDL</string>
|
| - <key>CFBundleSignature</key>
|
| - <string>????</string>
|
| <key>CFBundleVersion</key>
|
| <string>1.0</string>
|
| + <key>CFBundleSignature</key>
|
| + <string>????</string>
|
| + <key>CFBundlePackageType</key>
|
| + <string>FMWK</string>
|
| + <key>CFBundleInfoDictionaryVersion</key>
|
| + <string>6.0</string>
|
| + <key>CFBundleIdentifier</key>
|
| + <string>org.chromium.test.${EXECUTABLE_NAME:rfc1034identifier}</string>
|
| + <key>CFBundleExecutable</key>
|
| + <string>${EXECUTABLE_NAME}</string>
|
| + <key>CFBundleDevelopmentRegion</key>
|
| + <string>English</string>
|
| </dict>
|
| </plist>
|
|
|