mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Add local script to unrestrict app
This commit is contained in:
parent
c0cc10ab94
commit
09e4aa1eb6
5
scripts/local/unrestrict-app.sh
Executable file
5
scripts/local/unrestrict-app.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
PLIST_COMMAND="Add :com.algoritmico.Passepartout.config:app_type integer 2"
|
||||
PLIST_PATH="Passepartout/App/Info.plist"
|
||||
/usr/libexec/PlistBuddy -c "$PLIST_COMMAND" "$PLIST_PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user