Shazron Abdullah | 5d2166f | 2015-10-06 22:23:59 -0700 | [diff] [blame] | 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"> | ||||
3 | <plist version="1.0"> | ||||
4 | <dict> | ||||
5 | <key>rules</key> | ||||
6 | <dict> | ||||
7 | <key>.*</key> | ||||
8 | <true/> | ||||
9 | <key>Info.plist</key> | ||||
10 | <dict> | ||||
11 | <key>omit</key> | ||||
12 | <true/> | ||||
13 | <key>weight</key> | ||||
14 | <real>10</real> | ||||
15 | </dict> | ||||
16 | <key>ResourceRules.plist</key> | ||||
17 | <dict> | ||||
18 | <key>omit</key> | ||||
19 | <true/> | ||||
20 | <key>weight</key> | ||||
21 | <real>100</real> | ||||
22 | </dict> | ||||
23 | </dict> | ||||
24 | </dict> | ||||
25 | </plist> |