1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/app/macbuild/Contents/_CodeSignature/CodeResources Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,71 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 1.6 +<plist version="1.0"> 1.7 + <dict> 1.8 + <key>rules</key> 1.9 + <dict> 1.10 + <key>^Info.plist$</key> 1.11 + <true/> 1.12 + <key>^PkgInfo$</key> 1.13 + <true/> 1.14 + <key>^MacOS/</key> 1.15 + <true/> 1.16 + <key>^Resources/</key> 1.17 + <true/> 1.18 + <key>^MacOS/distribution/.*</key><dict> 1.19 + <key>omit</key> 1.20 + <true/> 1.21 + <key>weight</key> 1.22 + <real>10</real> 1.23 + </dict> 1.24 + <key>^MacOS/override.ini</key><dict> 1.25 + <key>omit</key> 1.26 + <true/> 1.27 + <key>weight</key> 1.28 + <real>10</real> 1.29 + </dict> 1.30 + <key>^MacOS/updates/.*</key><dict> 1.31 + <key>omit</key> 1.32 + <true/> 1.33 + <key>weight</key> 1.34 + <real>10</real> 1.35 + </dict> 1.36 + <key>^MacOS/active-update.xml$</key><dict> 1.37 + <key>omit</key> 1.38 + <true/> 1.39 + <key>weight</key> 1.40 + <real>10</real> 1.41 + </dict> 1.42 + <key>^MacOS/defaults/.*</key><dict> 1.43 + <key>omit</key> 1.44 + <true/> 1.45 + <key>weight</key> 1.46 + <real>10</real> 1.47 + </dict> 1.48 + <key>^MacOS/removed-files$</key><dict> 1.49 + <key>omit</key> 1.50 + <true/> 1.51 + <key>weight</key> 1.52 + <real>10</real> 1.53 + </dict> 1.54 + <key>^MacOS/updates.xml$</key><dict> 1.55 + <key>omit</key> 1.56 + <true/> 1.57 + <key>weight</key> 1.58 + <real>10</real> 1.59 + </dict> 1.60 + <key>^Updated.app/.*</key><dict> 1.61 + <key>omit</key> 1.62 + <true/> 1.63 + <key>weight</key> 1.64 + <real>10</real> 1.65 + </dict> 1.66 + <key>^updating/.*</key><dict> 1.67 + <key>omit</key> 1.68 + <true/> 1.69 + <key>weight</key> 1.70 + <real>10</real> 1.71 + </dict> 1.72 + </dict> 1.73 + </dict> 1.74 +</plist>