summaryrefslogtreecommitdiff
path: root/build/conf/mac/Contents/_CodeSignature/CodeResources
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/mac/Contents/_CodeSignature/CodeResources')
-rw-r--r--build/conf/mac/Contents/_CodeSignature/CodeResources21
1 files changed, 21 insertions, 0 deletions
diff --git a/build/conf/mac/Contents/_CodeSignature/CodeResources b/build/conf/mac/Contents/_CodeSignature/CodeResources
new file mode 100644
index 000000000000..54901395f893
--- /dev/null
+++ b/build/conf/mac/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,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> \ No newline at end of file