Set Safari extension LSMinimumSystemVersion to Mojave for betas
This commit is contained in:
parent
f86d1e1d07
commit
e1411982b2
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ CHANNEL="beta"
|
||||||
BRANCH="main"
|
BRANCH="main"
|
||||||
export SAFARI_APPEX="$ROOT_DIR/../safari-app-extension-builds/beta/ZoteroSafariExtension.appex"
|
export SAFARI_APPEX="$ROOT_DIR/../safari-app-extension-builds/beta/ZoteroSafariExtension.appex"
|
||||||
|
|
||||||
|
# Set Safari extension LSMinimumSystemVersion to Mojave for betas
|
||||||
|
perl -pi -e 's/<string>11\.0<\/string>/<string>10.14<\/string>/' "$SAFARI_APPEX"/Contents/Info.plist
|
||||||
|
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
./check_requirements
|
./check_requirements
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue