Skip to content

Commit

Permalink
remove quarantine file
Browse files Browse the repository at this point in the history
  • Loading branch information
perevalovds committed Nov 16, 2018
1 parent d43f1b0 commit 6b820c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions remove_qurantine.sh
@@ -0,0 +1,14 @@
#!/bin/sh

# remove_qurantine.sh
# Created by Denis Perevalov on 16/11/2018.
# This file removes "quarantine flag", which OS sets after downloading an app.
# You need to remove, else app will crash at start.
# See more info here:
# https://fabianmoronzirfas.me/application/2018/04/06/of-app-crash.html

#
BASEDIR=$(dirname "$0")
#echo "$BASEDIR"
xattr -dr com.apple.quarantine "$BASEDIR"
echo "Quarantine flag for apps in this folder was removed"

0 comments on commit 6b820c5

Please sign in to comment.