diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-12-14 14:37:24 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-12-14 14:37:24 -0500 |
commit | 4e34c57467a8d38d593c6fbb7c0d63c3257e99f0 (patch) | |
tree | ff5ee62f90cebe34f23f734669e2c526d783caf0 /application/palemoon/app/macbuild/Contents/_CodeSignature | |
parent | dacb3da00bd17e69f1a8f1080668808a5f3fe431 (diff) | |
download | UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.gz UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.lz UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.xz UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.zip |
Remove Pale Moon from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
Diffstat (limited to 'application/palemoon/app/macbuild/Contents/_CodeSignature')
-rw-r--r-- | application/palemoon/app/macbuild/Contents/_CodeSignature/CodeResources | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/application/palemoon/app/macbuild/Contents/_CodeSignature/CodeResources b/application/palemoon/app/macbuild/Contents/_CodeSignature/CodeResources deleted file mode 100644 index 6f6e20eff..000000000 --- a/application/palemoon/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> |