1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

remove useless __MACOSX folder after downloading dependencies on OS X

This commit is contained in:
stopiccot 2014-06-04 16:36:00 +03:00
parent a94b7e0986
commit e425c319c3

View File

@ -5,6 +5,7 @@ else
# Download and unpack OS X prebuilt dependencies # Download and unpack OS X prebuilt dependencies
curl -o ../xcode-pack.zip -L http://download.vcmi.eu/xcode-pack.zip curl -o ../xcode-pack.zip -L http://download.vcmi.eu/xcode-pack.zip
unzip ../xcode-pack.zip -d ../ unzip ../xcode-pack.zip -d ../
rm -rf ../__MACOSX
# Build vcmibuilder # Build vcmibuilder
xcodebuild -project osx/osx-vcmibuilder/vcmibuilder.xcodeproj/ -configuration Release xcodebuild -project osx/osx-vcmibuilder/vcmibuilder.xcodeproj/ -configuration Release