git clone https://github.com/commaai/connect.git
cd connect
bundle install
yarn
cd ios && bundle install && pod install
cd ..
yarn ios
yarn android
KEYSTORE_PASSWORD=*** bundle exec fastlane android internal_beta
- visit play store releases dashboard to finalize release (only if gradle versionName changes)
bundle exec fastlane ios beta
KEYSTORE_PASSWORD=*** bundle exec fastlane android production
- visit play store releases dashboard to finalize release
bundle exec fastlane ios production
- visit https://appstoreconnect.apple.com/ to finalize release