Originally published in my 100 days of code log
I had seen several apps in the app store with cool screenshots with frames and titles, and I reall...
For further actions, you may consider blocking this person and/or reporting abuse
Very good article, gonna stash it for my next project :D
Sadly I had to switch back to "regular" Xcode builds today.
Somehow I couldn't get HealthKit capability working with fastlane/match.
I haven't used HealthKit, but I was facing a little difficulty when fastlane kept originally thinking my project was my first pod. Fixing the Appfile made mine magically work. I wish you good luck in future!!
@maestromac definitely sending you to this post if we ever get into native-mobile world.
This is awesome @jessachandler ! ππΌπ Fastlane has saved me so much time and energy and once you set it up you can let CI do it's job and never have to think about it.
I also have mine setup to handle .env to keep keys and sensitive data out of the repo and it works like a charm.
For instance using Match to load certificates:
Thanks for the props. I :greenheart: Fastlane :rocket: !