summaryrefslogtreecommitdiffstats
path: root/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources
blob: 6f6e20efffeec8638cecf61f4961424d8d71f7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>rules</key>
        <dict>
            <key>^Info.plist$</key>
            <true/>
            <key>^PkgInfo$</key>
            <true/>
            <key>^MacOS/</key>
            <true/>
            <key>^Resources/</key>
            <true/>
            <key>^MacOS/distribution/.*</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^MacOS/override.ini</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^MacOS/updates/.*</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^MacOS/active-update.xml$</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^MacOS/defaults/.*</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^MacOS/removed-files$</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^MacOS/updates.xml$</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^Updated.app/.*</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
            <key>^updating/.*</key><dict>
                <key>omit</key>
                <true/>
                <key>weight</key>
                <real>10</real>
            </dict>
        </dict>
    </dict>
</plist>