Add local script to unrestrict app
This commit is contained in:
parent
c0cc10ab94
commit
09e4aa1eb6
|
@ -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