Skip to content
Snippets Groups Projects
Commit c9d30822 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Merge branch 'master' of github.com:RocketChat/Rocket.Chat

parents 4f39d203 cba20cf5
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment