From cba20cf587297a8d404ee54499bcbab3521c2937 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Thu, 13 Aug 2015 23:50:39 -0300 Subject: [PATCH] Fix build-ios.sh --- build-ios.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-ios.sh b/build-ios.sh index 2a88f570498..8f8e8f838a2 100644 --- a/build-ios.sh +++ b/build-ios.sh @@ -1,10 +1,6 @@ #!/bin/bash -rm -rf .meteor/local/cordova-build/config.xml -rm -rf .meteor/local/cordova-build/hooks -rm -rf .meteor/local/cordova-build/platforms -rm -rf .meteor/local/cordova-build/resources -rm -rf .meteor/local/cordova-build/www +rm -rf .meteor/local/cordova-build rm -rf ../Rocket.Chat-build meteor build ../Rocket.Chat-build --server https://demo.rocket.chat sed -i '' 's/IPHONEOS_DEPLOYMENT_TARGET[[:space:]]=[[:space:]]6\.0/IPHONEOS_DEPLOYMENT_TARGET = 8\.0/g' .meteor/local/cordova-build/platforms/ios/Rocket.Chat.xcodeproj/project.pbxproj