pookjw / SidecarPatcher

Enables Sidecar on old Mac and iPad for macOS 10.15
GNU General Public License v3.0
666 stars 53 forks source link

Troubles on Hackintosh #84

Open Petapton opened 4 years ago

Petapton commented 4 years ago

Hello, consider changing sudo nvram boot-args="amfi_get_out_of_my_way=0x1" to sudo defaults write /Library/Preferences/com.apple.security.libraryvalidation.plist DisableLibraryValidation -bool true to act in a less invasive way. As per title, I'm using your patch on Hackintosh (OpenCore boot loader) and overriding boot args in such a way could lead to boot fails. Opencore rewrites boot-args at startup, so I didn't get that problem, but I got crashes and misbehaviors in the whole system because of library validation still on. With this workaround I got it to work flawlessly. Alternatively I'd prefer signing the binary in such a way that also passes library validation (to make unnecessary these kind of operation), but, as far as I understood, it's not possible without apple signing certificate, RIP. (Source https://github.com/MacEnhance/MacForge/issues/30)