mirror of
https://github.com/obhq/obliteration.git
synced 2024-11-23 03:09:52 +00:00
Enables com.apple.security.hypervisor on macOS (#737)
This commit is contained in:
parent
a77f6f187d
commit
cf8251bf6c
2
.github/workflows/ci-mac.yml
vendored
2
.github/workflows/ci-mac.yml
vendored
@ -129,6 +129,8 @@ jobs:
|
|||||||
|
|
||||||
otool -L "$app"
|
otool -L "$app"
|
||||||
otool -L "$krn"
|
otool -L "$krn"
|
||||||
|
- name: Sign kernel
|
||||||
|
run: codesign -s - --entitlements entitlements.plist dist/Obliteration.app/Contents/MacOS/obkrnl
|
||||||
- name: Create Apple Disk Image
|
- name: Create Apple Disk Image
|
||||||
run: hdiutil create -volname Obliteration -srcfolder dist Obliteration.dmg
|
run: hdiutil create -volname Obliteration -srcfolder dist Obliteration.dmg
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
8
entitlements.plist
Normal file
8
entitlements.plist
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>com.apple.security.hypervisor</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
Reference in New Issue
Block a user