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

Side by Side Diff: components/cronet/ios/cronet_consumer/cronet-consumer-Info.plist

Issue 2859693005: Cronet iOS: Move crnet_consumer sample app to Cronet (Closed)
Patch Set: Added explicit dependencies Created 3 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string> 6 <string>en</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${PRODUCT_NAME}</string> 8 <string>${PRODUCT_NAME}</string>
9 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string> 10 <string>${EXECUTABLE_NAME}</string>
(...skipping 25 matching lines...) Expand all
36 </array> 36 </array>
37 <key>UISupportedInterfaceOrientations~ipad</key> 37 <key>UISupportedInterfaceOrientations~ipad</key>
38 <array> 38 <array>
39 <string>UIInterfaceOrientationPortrait</string> 39 <string>UIInterfaceOrientationPortrait</string>
40 <string>UIInterfaceOrientationPortraitUpsideDown</string> 40 <string>UIInterfaceOrientationPortraitUpsideDown</string>
41 <string>UIInterfaceOrientationLandscapeLeft</string> 41 <string>UIInterfaceOrientationLandscapeLeft</string>
42 <string>UIInterfaceOrientationLandscapeRight</string> 42 <string>UIInterfaceOrientationLandscapeRight</string>
43 </array> 43 </array>
44 </dict> 44 </dict>
45 </plist> 45 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698