Removed platforms. Adding to specific builds

pull/937/head
Marcelo Schmidt 10 years ago
parent e8919e9107
commit 5bcd313420
  1. 2
      .meteor/platforms
  2. 1
      build-android.sh
  3. 3
      build-ios.sh

@ -1,4 +1,2 @@
android
browser
ios
server

@ -1,5 +1,6 @@
#!/bin/bash
meteor add-platform android
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
jarsigner -digestalg SHA1 .meteor/local/cordova-build/platforms/android/ant-build/CordovaApp-release-unsigned.apk RocketChat
~/.meteor/android_bundle/android-sdk/build-tools/21.0.0/zipalign 4 .meteor/local/cordova-build/platforms/android/ant-build/CordovaApp-release-unsigned.apk .meteor/local/cordova-build/platforms/android/ant-build/RocketChat-release-signed.apk

@ -1,5 +1,6 @@
#!/bin/bash
meteor add-platform ios
rm -rf .meteor/local/cordova-build
rm -rf ../Rocket.Chat-build
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
@ -19,4 +20,4 @@ open .meteor/local/cordova-build/platforms/ios/Rocket.Chat.xcodeproj
echo '- Change provisioning profiles'
echo '- Convert icons to use Asset Catalog'
echo '- Add more icons'
echo '- Add more splashs'
echo '- Add more splashs'

Loading…
Cancel
Save