#!/bin/bash
clear
echo
cd "$(dirname "$0")"
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.usbmuxd.plist
mv -f 'Enable iOS Device Communication (Active).command' 'Enable iOS Device Communication.command'
mv -f 'Disable iOS Device Communication.command' 'Disable iOS Device Communication (Active).command'
killall Terminal
