diff --git a/Scripts/MacOSX/DisablePushNotificationService.sh b/Scripts/MacOSX/DisablePushNotificationService.sh new file mode 100755 index 0000000..e4a18be --- /dev/null +++ b/Scripts/MacOSX/DisablePushNotificationService.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.apsd.plist + + diff --git a/Scripts/MacOSX/DisablePushNotificationService.sh b/Scripts/MacOSX/DisablePushNotificationService.sh new file mode 100755 index 0000000..e4a18be --- /dev/null +++ b/Scripts/MacOSX/DisablePushNotificationService.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.apsd.plist + + diff --git a/Scripts/MacOSX/EnablePushNotificationService.sh b/Scripts/MacOSX/EnablePushNotificationService.sh new file mode 100755 index 0000000..5fc1033 --- /dev/null +++ b/Scripts/MacOSX/EnablePushNotificationService.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.apsd.plist + +