Created
July 22, 2022 22:47
-
-
Save dlevi309/6af575e62f4faaa3e5f676bdfcff8bef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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