Add local script to unrestrict app

This commit is contained in:
Davide De Rosa 2022-10-25 00:12:53 +02:00
parent c0cc10ab94
commit 09e4aa1eb6
1 changed files with 5 additions and 0 deletions

View 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"