[package] Ensure xcarchive dir exists

This commit is contained in:
Ben Chatelain 2017-05-26 22:35:03 -06:00
parent 4525cd1368
commit 05f4c8141c

View file

@ -1,6 +1,7 @@
#!/bin/bash -e
echo "==> Moving dSYM to xcarchive"
mkdir -p mas.xcarchive/dSYMs/
mv build/mas.dSYM mas.xcarchive/dSYMs/
echo "==> Compressing mas.xcarchive"