File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ unzip -o ./devproxy.zip -d ./
7171rm ./devproxy.zip
7272echo " Configuring devproxy and its files as executable..."
7373chmod +x ./devproxy ./libe_sqlite3.dylib
74+ echo " Removing quarantine attribute from devproxy and its files..."
75+ xattr -d com.apple.quarantine ./devproxy ./libe_sqlite3.dylib
7476
7577echo " Configuring new version notifications for the beta channel..."
7678sed -i ' ' ' s/"newVersionNotification": "stable"/"newVersionNotification": "beta"/g' ./devproxyrc.json
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ unzip -o ./devproxy.zip -d ./
7070rm ./devproxy.zip
7171echo " Configuring devproxy and its files as executable..."
7272chmod +x ./devproxy ./libe_sqlite3.dylib
73+ echo " Removing quarantine attribute from devproxy and its files..."
74+ xattr -d com.apple.quarantine ./devproxy ./libe_sqlite3.dylib
7375
7476echo " Adding devproxy to the PATH environment variable in your shell profile..."
7577
You can’t perform that action at this time.
0 commit comments