More visionable convenience - separating out debug launcher

This commit is contained in:
2021-02-11 13:48:39 -05:00
parent e15754c83a
commit b59f50c7db
2 changed files with 6 additions and 4 deletions

5
bin/visionable-debug Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
export IGVERBOSE=3
rm -rf ~/Library/Application\ Support/IOCOM/visionable/dswan.iocom.com
rm -rf ~/Library/Application\ Support/IOCOM/visionable/devbranch.visionable.io
[ -s /Applications/Visionable.app/Contents/MacOS/visionable ] && /Applications/Visionable.app/Contents/MacOS/visionable --nologin --remote-debugging-port=1234 &