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

Side by Side Diff: chrome/installer/mac/app_resource_rules.plist.in

Issue 533943003: Update rules2 in app_resource_rules.plist.in to a set of rules that should work on 10.9.5 and 10.10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>rules</key> 5 <key>rules</key>
6 <dict> 6 <dict>
7 <key>^PkgInfo$</key> 7 <key>^PkgInfo$</key>
8 <true/> 8 <true/>
9 <key>^MacOS/</key> 9 <key>^MacOS/</key>
10 <true/> 10 <true/>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <true/> 61 <true/>
62 <key>^Versions/</key> 62 <key>^Versions/</key>
63 <dict> 63 <dict>
64 <key>omit</key> 64 <key>omit</key>
65 <true/> 65 <true/>
66 <key>weight</key> 66 <key>weight</key>
67 <real>10</real> 67 <real>10</real>
68 </dict> 68 </dict>
69 <key>^Versions/@VERSION_REGEX@/</key> 69 <key>^Versions/@VERSION_REGEX@/</key>
70 <dict> 70 <dict>
71 <key>nested</key>
72 <true/>
73 <key>weight</key> 71 <key>weight</key>
74 <real>20</real> 72 <real>20</real>
75 </dict> 73 </dict>
76 <key>^Resources/.+\.lproj/</key> 74 <key>^Resources/.+\.lproj/</key>
77 <dict> 75 <dict>
78 <key>optional</key> 76 <key>optional</key>
79 <true/> 77 <true/>
80 <key>weight</key> 78 <key>weight</key>
81 <real>30</real> 79 <real>30</real>
82 </dict> 80 </dict>
81 <key>^Versions/@VERSION_REGEX@/.+/Resources/.+\.lproj/</key>
82 <dict>
83 <key>optional</key>
84 <true/>
85 <key>weight</key>
86 <real>30</real>
87 </dict>
88 <key>^Versions/@VERSION_REGEX@/.+/Resources Disabled/</key>
89 <dict>
90 <key>omit</key>
91 <true/>
92 <key>weight</key>
93 <real>40</real>
94 </dict>
83 <key>/\.DS_Store$</key> 95 <key>/\.DS_Store$</key>
84 <dict> 96 <dict>
85 <key>omit</key> 97 <key>omit</key>
86 <true/> 98 <true/>
87 <key>weight</key> 99 <key>weight</key>
88 <real>50</real> 100 <real>50</real>
89 </dict> 101 </dict>
90 </dict> 102 </dict>
91 </dict> 103 </dict>
92 </plist> 104 </plist>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698