Skip to content
Snippets Groups Projects
UnloadAmfi.plist 428 B
Newer Older
<?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>Label</key>
	<string>UnloadAmfi</string>
	<key>ProgramArguments</key>
	<array>
		<string>/bin/launchctl</string>
		<string>unload</string>
		<string>/System/Library/LaunchDaemons/com.apple.MobileFileIntegrity.plist</string>
	</array>
</dict>
</plist>