Skip to content

Commit

Permalink
Enables com.apple.security.hypervisor on macOS (obhq#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon authored Mar 10, 2024
1 parent a77f6f1 commit cf8251b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
otool -L "$app"
otool -L "$krn"
- name: Sign kernel
run: codesign -s - --entitlements entitlements.plist dist/Obliteration.app/Contents/MacOS/obkrnl
- name: Create Apple Disk Image
run: hdiutil create -volname Obliteration -srcfolder dist Obliteration.dmg
- name: Upload artifacts
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions entitlements.plist
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit cf8251b

Please sign in to comment.