mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-14 20:02:14 +00:00
Requires disabling sandbox for launcher to receive arguments. https://developer.apple.com/documentation/appkit/nsworkspace/openconfiguration/3172708-arguments Refine some minor things about launcher: - Pass invoker to NSApp.terminate() calls - Use legacy version of .openApplication() to drop Concurrency
9 lines
241 B
XML
9 lines
241 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|