From 09e4aa1eb6fd134ee917b9f3d3b8ac56a6ca9c40 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 25 Oct 2022 00:12:53 +0200 Subject: [PATCH] Add local script to unrestrict app --- scripts/local/unrestrict-app.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/local/unrestrict-app.sh diff --git a/scripts/local/unrestrict-app.sh b/scripts/local/unrestrict-app.sh new file mode 100755 index 00000000..f56e414b --- /dev/null +++ b/scripts/local/unrestrict-app.sh @@ -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" +