summaryrefslogtreecommitdiffstats
path: root/contrib/local
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-23 12:47:59 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-23 12:47:59 (GMT)
commitb08be73e8d7547b53b9e52fdb966fe110badf5dd (patch)
treec6ab03f271f1079605a29f7df5823f019bf19625 /contrib/local
parent0192f99e8ad75bab4041cca11d94d32503cc9666 (diff)
downloaduscxml-b08be73e8d7547b53b9e52fdb966fe110badf5dd.zip
uscxml-b08be73e8d7547b53b9e52fdb966fe110badf5dd.tar.gz
uscxml-b08be73e8d7547b53b9e52fdb966fe110badf5dd.tar.bz2
Builds for iOS now
Diffstat (limited to 'contrib/local')
-rwxr-xr-xcontrib/local/compress_and_upload_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/local/compress_and_upload_deps.sh b/contrib/local/compress_and_upload_deps.sh
index 3cc9684..4ab1918 100755
--- a/contrib/local/compress_and_upload_deps.sh
+++ b/contrib/local/compress_and_upload_deps.sh
@@ -31,6 +31,7 @@ cd ../prebuilt
ssh ${USCXML_PREBUILT_HOST} mkdir -p ${USCXML_PREBUILT_PATH}/${VERSION}
PLATFORMS=`find . -maxdepth 1 -type d -regex ./[^\.].*`
+PLATFORMS="ios"
for FILE in ${PLATFORMS}; do
PLATFORM=`basename $FILE`
if [ "$PLATFORM" != "include" ]; then