| Index: test/ios/xctests/AppTests/Info.plist
|
| diff --git a/test/mac/depend-on-bundle/Info.plist b/test/ios/xctests/AppTests/Info.plist
|
| similarity index 76%
|
| copy from test/mac/depend-on-bundle/Info.plist
|
| copy to test/ios/xctests/AppTests/Info.plist
|
| index 5e05a5190c89319f64f3b900f19dc1473bb7fdfc..d43ff4ba8d1ad9f4d18cac73a4f5660168e6abcf 100644
|
| --- a/test/mac/depend-on-bundle/Info.plist
|
| +++ b/test/ios/xctests/AppTests/Info.plist
|
| @@ -3,26 +3,22 @@
|
| <plist version="1.0">
|
| <dict>
|
| <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| + <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| <string>${EXECUTABLE_NAME}</string>
|
| - <key>CFBundleIconFile</key>
|
| - <string></string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>com.yourcompany.${PRODUCT_NAME}</string>
|
| + <string>com.google.gyptest.AppTests</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| <string>${PRODUCT_NAME}</string>
|
| <key>CFBundlePackageType</key>
|
| - <string>FMWK</string>
|
| + <string>BNDL</string>
|
| <key>CFBundleShortVersionString</key>
|
| <string>1.0</string>
|
| <key>CFBundleSignature</key>
|
| <string>????</string>
|
| <key>CFBundleVersion</key>
|
| <string>1</string>
|
| - <key>NSPrincipalClass</key>
|
| - <string></string>
|
| </dict>
|
| </plist>
|
|
|