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

Unified Diff: components/cronet/ios/Info.plist

Issue 1947903003: Cronet Dynamic Framework for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Misha's comments. Created 4 years, 7 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
« no previous file with comments | « components/cronet/ios/Cronet.mm ('k') | components/cronet/ios/empty.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « components/cronet/ios/Cronet.mm ('k') | components/cronet/ios/empty.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698