/ Developer / Platforms / MacOSX.platform / ResourceRules.plist
ResourceRules.plist
 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  		<!-- Make this a blacklist -->
 8  		<key>.*</key>
 9  		<true/>
10  		<!-- ResourceRules.plist -->
11  		<key>ResourceRules.plist</key>
12  		<dict>
13  			<key>omit</key>
14  			<true/>
15  			<key>weight</key>
16  			<real>100</real>
17  		</dict>
18  		<!-- Info.plist -->
19  		<key>Info.plist</key>
20  		<dict>
21  			<key>omit</key>
22  			<true/>
23  			<key>weight</key>
24  			<real>10</real>
25  		</dict>
26  	</dict>
27  </dict>
28  </plist>