File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- android
2
1
browser
3
- ios
4
2
server
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ meteor add-platform android
3
4
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
4
5
jarsigner -digestalg SHA1 .meteor/local/cordova-build/platforms/android/ant-build/CordovaApp-release-unsigned.apk RocketChat
5
6
~ /.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
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ meteor add-platform ios
3
4
rm -rf .meteor/local/cordova-build
4
5
rm -rf ../Rocket.Chat-build
5
6
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
@@ -19,4 +20,4 @@ open .meteor/local/cordova-build/platforms/ios/Rocket.Chat.xcodeproj
19
20
echo ' - Change provisioning profiles'
20
21
echo ' - Convert icons to use Asset Catalog'
21
22
echo ' - Add more icons'
22
- echo ' - Add more splashs'
23
+ echo ' - Add more splashs'
You can’t perform that action at this time.
0 commit comments