summaryrefslogtreecommitdiff
path: root/build/conf/mac/Contents/_CodeSignature/CodeResources
blob: 54901395f8930f268a2ce1b3c07bf4225fe9486f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>^bin/</key>
          <true/>
          <key>^lib/</key>
          <true/>
          <key>^license/</key>
    	  <true/>
          <key>^MacOS/</key>
          <true/>
  	  <key>^plugins/</key>
      	  <true/>
          <key>^Resources/</key>
 	  <true/>
      </dict>
    </dict>
</plist>