mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

Fix fastlane TestFlight deployment on CI #339

Closed friedbunny closed 5 years ago

friedbunny commented 5 years ago

Fixes #167 (only 16 months later, yay) by disabling automatic code signing on CI. This uses fastlane’s automatic_code_signing command and sets the provisioning profile to the one match downloaded.

In action: https://app.bitrise.io/build/e47c78669711f0e7

Note that I haven’t re-enabled auto-deploy on every commit to master — since we’re publishing to TestFlight for every pre-release build now, we should manually kick off the testflight Bitrise workflow after we bump the ios-v*.*.* branch. (That is, until we come up with a better to initiate these builds.)

/cc @mapbox/maps-ios