shorebirdtech / docs

The shorebird docs site
https://docs.shorebird.dev
MIT License
9 stars 21 forks source link

Update fastlane guide to reflect plugin update #275

Closed bryanoltman closed 1 month ago

bryanoltman commented 1 month ago

Our new version of the fastlane plugin autodetects the ipa path, so it is no longer necessary to explicitly pass this value.

eseidel commented 1 month ago

I presume our plugin still (optionally) takes an ipa parameter to not break existing users?

bryanoltman commented 1 month ago

I presume our plugin still (optionally) takes an ipa parameter to not break existing users?

upload_to_testflight isn't ours. The update has our plugin pass the IPA path via an env variable instead of making the user specify it.