| Index: components/cronet/ios/Info.plist
|
| diff --git a/ios/web/shell/test/Module-Info.plist b/components/cronet/ios/Info.plist
|
| similarity index 64%
|
| copy from ios/web/shell/test/Module-Info.plist
|
| copy to components/cronet/ios/Info.plist
|
| index 6131774765c43f8d1da1f4eb1ca3208df688590b..3b48c36b967a98363c9a142e218e0fb4cc8a48d8 100644
|
| --- a/ios/web/shell/test/Module-Info.plist
|
| +++ b/components/cronet/ios/Info.plist
|
| @@ -5,20 +5,24 @@
|
| <key>CFBundleDevelopmentRegion</key>
|
| <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| + <string>Cronet</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>org.chromium.test.ios_web_shell_test_host.ios_web_shell_test</string>
|
| + <string>org.chromium.net.Cronet</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| - <string>${PRODUCT_NAME}</string>
|
| + <string>Cronet</string>
|
| <key>CFBundlePackageType</key>
|
| - <string>BNDL</string>
|
| + <string>FMWK</string>
|
| <key>CFBundleShortVersionString</key>
|
| <string>1.0</string>
|
| <key>CFBundleSignature</key>
|
| <string>????</string>
|
| <key>CFBundleVersion</key>
|
| - <string>1</string>
|
| + <string>1.0</string>
|
| + <key>NSHumanReadableCopyright</key>
|
| + <string>Copyright 2016 The Chromium Authors. All rights reserved.</string>
|
| + <key>NSPrincipalClass</key>
|
| + <string></string>
|
| </dict>
|
| -</plist>
|
| +</plist>
|
|
|