From cadb167e0c93b4b8e9c281c6d7924dab468bff29 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 21 May 2014 03:26:43 +1000 Subject: Signed the OS X codeless kext. --- .../Contents/_CodeSignature/CodeResources | 105 +++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 OSX/heimdall.kext/Contents/_CodeSignature/CodeResources (limited to 'OSX/heimdall.kext/Contents/_CodeSignature/CodeResources') diff --git a/OSX/heimdall.kext/Contents/_CodeSignature/CodeResources b/OSX/heimdall.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..0710b40 --- /dev/null +++ b/OSX/heimdall.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,105 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + -- cgit v1.1