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

Unified Diff: ios/crnet/Info.plist

Issue 1979313002: Added crnet_framework target to build CrNet dynamic framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build rules, update API. 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 | « ios/crnet/CrNet.mm ('k') | ios/crnet/crnet.gyp » ('j') | ios/crnet/crnet.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/Info.plist
diff --git a/components/cronet/ios/Info.plist b/ios/crnet/Info.plist
similarity index 88%
copy from components/cronet/ios/Info.plist
copy to ios/crnet/Info.plist
index 3b48c36b967a98363c9a142e218e0fb4cc8a48d8..c5090813b87f7e8885a697cdce978299e2950ae1 100644
--- a/components/cronet/ios/Info.plist
+++ b/ios/crnet/Info.plist
@@ -5,13 +5,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
- <string>Cronet</string>
+ <string>CrNet</string>
<key>CFBundleIdentifier</key>
- <string>org.chromium.net.Cronet</string>
+ <string>org.chromium.net.CrNet</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>Cronet</string>
+ <string>CrNet</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
« no previous file with comments | « ios/crnet/CrNet.mm ('k') | ios/crnet/crnet.gyp » ('j') | ios/crnet/crnet.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698