diff options
Diffstat (limited to 'app/macbuild/Contents/_CodeSignature')
-rw-r--r-- | app/macbuild/Contents/_CodeSignature/CodeResources | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/app/macbuild/Contents/_CodeSignature/CodeResources b/app/macbuild/Contents/_CodeSignature/CodeResources deleted file mode 100644 index 6f6e20e..0000000 --- a/app/macbuild/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,71 +0,0 @@ -<?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> |