OLD | NEW |
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 Loading... |
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> |
OLD | NEW |