Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: AdBlockBrowser/Info.plist

Issue 29743618: Issue 6608 - Removed CI refs from Target settings for ABB and Share Extension (Closed)
Left Patch Set: Noissue - Removed CI refs from Target settings for ABB and Share ext Created April 6, 2018, 9:56 a.m.
Right Patch Set: Issue 6608 - Remove CI refs from ABB. Added BUILD_NUMBER and made issue number also. Created April 23, 2018, 8:35 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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>CFBundleAllowMixedLocalizations</key> 5 <key>CFBundleAllowMixedLocalizations</key>
6 <true/> 6 <true/>
7 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string> 8 <string>en</string>
9 <key>CFBundleDisplayName</key> 9 <key>CFBundleDisplayName</key>
10 <string>Adblock Browser</string> 10 <string>Adblock Browser</string>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <key>CFBundleURLSchemes</key> 44 <key>CFBundleURLSchemes</key>
45 <array> 45 <array>
46 <string>http</string> 46 <string>http</string>
47 <string>https</string> 47 <string>https</string>
48 <string>adblockbrowser</string> 48 <string>adblockbrowser</string>
49 <string>adblockbrowsers</string> 49 <string>adblockbrowsers</string>
50 </array> 50 </array>
51 </dict> 51 </dict>
52 </array> 52 </array>
53 <key>CFBundleVersion</key> 53 <key>CFBundleVersion</key>
54 <string>2.0.0</string> 54 <string>$(BUILD_NUMBER)</string>
d108 2018/04/06 23:23:58 I suggest reverting CFBundleVersion to be the buil
55 <key>LSApplicationQueriesSchemes</key> 55 <key>LSApplicationQueriesSchemes</key>
56 <array> 56 <array>
57 <string>org-appextension-feature-password-management</string> 57 <string>org-appextension-feature-password-management</string>
58 </array> 58 </array>
59 <key>LSRequiresIPhoneOS</key> 59 <key>LSRequiresIPhoneOS</key>
60 <true/> 60 <true/>
61 <key>NSAppTransportSecurity</key> 61 <key>NSAppTransportSecurity</key>
62 <dict> 62 <dict>
63 <key>NSAllowsArbitraryLoads</key> 63 <key>NSAllowsArbitraryLoads</key>
64 <true/> 64 <true/>
(...skipping 17 matching lines...) Expand all
82 <key>UISupportedInterfaceOrientations</key> 82 <key>UISupportedInterfaceOrientations</key>
83 <array> 83 <array>
84 <string>UIInterfaceOrientationPortrait</string> 84 <string>UIInterfaceOrientationPortrait</string>
85 <string>UIInterfaceOrientationLandscapeLeft</string> 85 <string>UIInterfaceOrientationLandscapeLeft</string>
86 <string>UIInterfaceOrientationLandscapeRight</string> 86 <string>UIInterfaceOrientationLandscapeRight</string>
87 </array> 87 </array>
88 <key>UIViewControllerBasedStatusBarAppearance</key> 88 <key>UIViewControllerBasedStatusBarAppearance</key>
89 <true/> 89 <true/>
90 </dict> 90 </dict>
91 </plist> 91 </plist>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld