OLD | NEW |
(Empty) | |
| 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>^Resources/</key> |
| 8 <true/> |
| 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> |
| 19 <dict> |
| 20 <key>omit</key> |
| 21 <true/> |
| 22 <key>weight</key> |
| 23 <real>1100</real> |
| 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|MacO
S|Library/(Automator|Spotlight|LoginItems))/</key> |
| 43 <dict> |
| 44 <key>weight</key> |
| 45 <real>10</real> |
| 46 </dict> |
| 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> |
| 64 <dict> |
| 65 <key>weight</key> |
| 66 <real>20</real> |
| 67 </dict> |
| 68 <key>^Resources/.*\.lproj/</key> |
| 69 <dict> |
| 70 <key>optional</key> |
| 71 <true/> |
| 72 <key>weight</key> |
| 73 <real>1000</real> |
| 74 </dict> |
| 75 <key>^Resources/.*\.lproj/locversion.plist$</key> |
| 76 <dict> |
| 77 <key>omit</key> |
| 78 <true/> |
| 79 <key>weight</key> |
| 80 <real>1100</real> |
| 81 </dict> |
| 82 <key>^[^/]+$</key> |
| 83 <dict> |
| 84 <key>weight</key> |
| 85 <real>10</real> |
| 86 </dict> |
| 87 <key>^embedded\.provisionprofile$</key> |
| 88 <dict> |
| 89 <key>weight</key> |
| 90 <real>20</real> |
| 91 </dict> |
| 92 <key>^version\.plist$</key> |
| 93 <dict> |
| 94 <key>weight</key> |
| 95 <real>20</real> |
| 96 </dict> |
| 97 </dict> |
| 98 </dict> |
| 99 </plist> |
OLD | NEW |