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> | |
8 <true/> | |
9 <key>^MacOS/</key> | |
10 <true/> | |
11 <key>^Resources/</key> | 7 <key>^Resources/</key> |
12 <true/> | 8 <true/> |
13 » » <key>^Versions/</key> | 9 <key>^Frameworks</key> |
10 <true/> | |
11 » » <key>^Resources/.*\.lproj/</key> | |
12 » » <dict> | |
13 » » » <key>optional</key> | |
14 » » » <true/> | |
15 » » » <key>weight</key> | |
16 » » » <real>1000</real> | |
17 » » </dict> | |
18 » » <key>^Resources/.*\.lproj/locversion.plist$</key> | |
14 <dict> | 19 <dict> |
15 <key>omit</key> | 20 <key>omit</key> |
16 <true/> | 21 <true/> |
17 <key>weight</key> | 22 <key>weight</key> |
23 <real>1100</real> | |
Robert Sesek
2015/10/05 22:19:07
Mixed tabs and spaces?
Greg K
2015/10/07 22:54:30
Done.
| |
24 </dict> | |
25 <key>^version.plist$</key> | |
26 <true/> | |
27 </dict> | |
28 <key>rules2</key> | |
29 <dict> | |
30 <key>.*\.dSYM($|/)</key> | |
31 <dict> | |
32 <key>weight</key> | |
33 <real>11</real> | |
34 </dict> | |
35 <key>^(.*/)?\.DS_Store$</key> | |
36 <dict> | |
37 <key>omit</key> | |
38 <true/> | |
39 <key>weight</key> | |
40 <real>2000</real> | |
41 </dict> | |
42 <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices| Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> | |
43 <dict> | |
44 <key>weight</key> | |
18 <real>10</real> | 45 <real>10</real> |
19 </dict> | 46 </dict> |
20 » » <key>^Versions/@VERSION_REGEX@/</key> | 47 » » <key>^.*</key> |
48 » » <true/> | |
49 » » <key>^Info\.plist$</key> | |
50 » » <dict> | |
51 » » » <key>omit</key> | |
52 » » » <true/> | |
53 » » » <key>weight</key> | |
54 » » » <real>20</real> | |
55 » » </dict> | |
56 » » <key>^PkgInfo$</key> | |
57 » » <dict> | |
58 » » » <key>omit</key> | |
59 » » » <true/> | |
60 » » » <key>weight</key> | |
61 » » » <real>20</real> | |
62 » » </dict> | |
63 » » <key>^Resources/</key> | |
21 <dict> | 64 <dict> |
22 <key>weight</key> | 65 <key>weight</key> |
23 <real>20</real> | 66 <real>20</real> |
24 </dict> | 67 </dict> |
25 » » <key>^Resources/.+\.lproj/</key> | 68 » » <key>^Resources/.*\.lproj/</key> |
26 <dict> | 69 <dict> |
27 <key>optional</key> | 70 <key>optional</key> |
28 <true/> | 71 <true/> |
29 <key>weight</key> | 72 <key>weight</key> |
30 » » » <real>30</real> | 73 » » » <real>1000</real> |
31 </dict> | 74 </dict> |
32 » » <key>^Versions/@VERSION_REGEX@/.+/Resources/.+\.lproj/</key> | 75 » » <key>^Resources/.*\.lproj/locversion.plist$</key> |
33 » » <dict> | |
34 » » » <key>optional</key> | |
35 » » » <true/> | |
36 » » » <key>weight</key> | |
37 » » » <real>30</real> | |
38 » » </dict> | |
39 » » <key>^Versions/@VERSION_REGEX@/.+/Resources Disabled/</key> | |
40 <dict> | 76 <dict> |
41 <key>omit</key> | 77 <key>omit</key> |
42 <true/> | 78 <true/> |
43 <key>weight</key> | 79 <key>weight</key> |
44 » » » <real>40</real> | 80 » » » <real>1100</real> |
45 </dict> | 81 </dict> |
46 » » <key>/\.DS_Store$</key> | 82 » » <key>^[^/]+$</key> |
47 <dict> | 83 <dict> |
48 <key>omit</key> | |
49 <true/> | |
50 <key>weight</key> | |
51 <real>50</real> | |
52 </dict> | |
53 </dict> | |
54 <key>rules2</key> | |
55 <dict> | |
56 <key>^PkgInfo$</key> | |
57 <true/> | |
58 <key>^MacOS/</key> | |
59 <true/> | |
60 <key>^Resources/</key> | |
61 <true/> | |
62 <key>^Versions/</key> | |
63 <dict> | |
64 <key>omit</key> | |
65 <true/> | |
66 <key>weight</key> | 84 <key>weight</key> |
67 <real>10</real> | 85 <real>10</real> |
68 </dict> | 86 </dict> |
69 » » <key>^Versions/@VERSION_REGEX@/</key> | 87 » » <key>^embedded\.provisionprofile$</key> |
70 <dict> | 88 <dict> |
71 <key>weight</key> | 89 <key>weight</key> |
72 <real>20</real> | 90 <real>20</real> |
73 </dict> | 91 </dict> |
74 » » <key>^Resources/.+\.lproj/</key> | 92 » » <key>^version\.plist$</key> |
75 <dict> | 93 <dict> |
76 <key>optional</key> | |
77 <true/> | |
78 <key>weight</key> | 94 <key>weight</key> |
79 » » » <real>30</real> | 95 » » » <real>20</real> |
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> | |
95 » » <key>/\.DS_Store$</key> | |
96 » » <dict> | |
97 » » » <key>omit</key> | |
98 » » » <true/> | |
99 » » » <key>weight</key> | |
100 » » » <real>50</real> | |
101 </dict> | 96 </dict> |
102 </dict> | 97 </dict> |
103 </dict> | 98 </dict> |
104 </plist> | 99 </plist> |
OLD | NEW |