meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

iOS and Android App build scripts for faster repetitive deployment #377

Open EliArtist opened 4 years ago

EliArtist commented 4 years ago

I'm currently thinking about fully automating app building for Android and iOS (maybe Windows Phone as well?). With Android it should be quite easy, as soon as the necessary tools are installed on the building machine. I kinda failed for iOS last time it tried but need it now for our team, so I'll give it another try. As soon as I got something working I'd like to share the script with you, maybe you got any suggestions on where to look for some help writing the script. Maybe someone already got something like that working. I'd appreciate any help with it. Feel free to share your thoughts on this and if you need the feature as well.

filipenevola commented 4 years ago

Hi @EliArtist did you take a look at https://fastlane.tools/?

I'm going to create a tutorial on how to automatize Meteor build and deploy to stores using Fastlane.