knocknarea / fastlane-plugin-ionic_integration

Integrating Fastlane and Ionic or Cordova Generated Projects
MIT License
26 stars 15 forks source link

Future development? #8

Open janpio opened 7 years ago

janpio commented 7 years ago

Are you planning on any future development of this plugin? Adding screengrab for Android? Other Ionic/Cordova specific behaviour?

knocknarea commented 7 years ago

@janpio Absolutely. Would you be up to the challenge of adding android screen grab? Also, while it says that it uses Ionic/Cordova it can also be used with any JS mobile framework that produces an Xcode project

janpio commented 7 years ago

I am currently fighting my way through getting screengrab to work with the Cordova Android project. It is painful. Let's see if something comes of it.

janpio commented 7 years ago

It's working, so I am looking into how to automate this similar to what you did. I might have some questions and create new issues for them ;)

Re the future development: Did you have any functionality in mind besides the screengrab support for Android? What else is needed to make fastlane work with Ionic/Cordova?

knocknarea commented 7 years ago

@janpio Excellent. Welcome on board :-) I would be really good to get it working with android. I'd like to think it could be used as a one stop shop of ionic/cordova or other javascript framework working with fastlane.

janpio commented 7 years ago

That sure would be nice. But what else is missing that is Cordova/Ionic specific?

brad commented 6 years ago

@janpio Do you still have that working screengrab code tucked away somewhere? I could really use it right now

janpio commented 6 years ago

I still have these folders and plan to work on it in the future, but this is spread over multiple repositories that were not meant for public, so commit messages are crap (just needed 20 minutes to understand if what I am looking at really is what I thought it was). So I would have to invest a day or two before anyone could actually use it, especially as the newer cordova-android versions have quite a different folder structure :/

If you have specific questions, feel free to ask them as issues at https://github.com/janpio/fastlane-plugin-cordova_screenshots/ (which is the planned fork/repo for these changes)

(Sorry)

brad commented 6 years ago

Thanks for the update @janpio