Skip to content

Commit

Permalink
OSX build script shows min version
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Apr 23, 2019
1 parent cdb8b72 commit 44b85e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/osx/build_installable_package
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
# 10.13 2017
# 10.14 2018
TARGETVER=`awk 'f{print;f=0} /LSMinimumSystemVersion/{f=1}' dev/osx/Info_valid.plist | sed 's/[[:space:]]<string>//' | sed 's/<\/string>//'`
echo "BuildSystemVersion: $TARGETVER"
echo "MinimumSystemVersion: $TARGETVER"
sw_vers | grep ProductVersion | sed 's/Product/BuildSystem/'
read -p "Press any key to continue"

Expand Down

0 comments on commit 44b85e7

Please sign in to comment.