Skip to content

Instantly share code, notes, and snippets.

@dlevi309
Created July 22, 2022 22:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlevi309/6af575e62f4faaa3e5f676bdfcff8bef to your computer and use it in GitHub Desktop.
Save dlevi309/6af575e62f4faaa3e5f676bdfcff8bef to your computer and use it in GitHub Desktop.
#!/bin/sh
defaults write com.apple.iTunesHelper ignore-devices -bool YES
defaults write com.apple.AMPDeviceDiscoveryAgent ignore-devices 1
defaults write com.apple.AMPDeviceDiscoveryAgent reveal-devices 0
defaults write com.apple.MobileDeviceUpdater Disabled -bool YES
defaults write -g ignore-devices -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment