mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-13 12:09:10 +00:00
6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/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"
|
|
|