From 0b8fb177c44d04ed6328280a28fdc76e122dfc57 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 16 Sep 2020 16:04:57 -0400 Subject: [PATCH] Update osx-install.sh --- src/travis/osx-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/travis/osx-install.sh b/src/travis/osx-install.sh index 980feef5..53067f03 100755 --- a/src/travis/osx-install.sh +++ b/src/travis/osx-install.sh @@ -1,6 +1,8 @@ cd src echo "MacOS Version Info According to Python:" python -c "import platform; print(platform.mac_ver())" +echo "Xcode versionn:" +xcodebuild -version export gampath=dist/gam rm -rf $gampath $python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec