Skip to content

Commit 5bcd313

Browse files
Removed platforms. Adding to specific builds
1 parent e8919e9 commit 5bcd313

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.meteor/platforms

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
android
21
browser
3-
ios
42
server

build-android.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
meteor add-platform android
34
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
45
jarsigner -digestalg SHA1 .meteor/local/cordova-build/platforms/android/ant-build/CordovaApp-release-unsigned.apk RocketChat
56
~/.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

build-ios.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
meteor add-platform ios
34
rm -rf .meteor/local/cordova-build
45
rm -rf ../Rocket.Chat-build
56
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
@@ -19,4 +20,4 @@ open .meteor/local/cordova-build/platforms/ios/Rocket.Chat.xcodeproj
1920
echo '- Change provisioning profiles'
2021
echo '- Convert icons to use Asset Catalog'
2122
echo '- Add more icons'
22-
echo '- Add more splashs'
23+
echo '- Add more splashs'

0 commit comments

Comments
 (0)