-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added bitrise.yml #56
Conversation
bitrise.yml
Outdated
GITHUB_PROJECT_URL: https://github.com/nodes-projects/husl-flutter | ||
- opts: | ||
is_expand: false | ||
ASC_APP_KEY_ISSUER_ID: 476cde6b-6b84-480a-9f9c-afe89b1f3ec7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove husl values and do some dummy ones
- tag | ||
deployTestflight: | ||
steps: | ||
- fastlane-match@0.2: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably look into the new iOS signing, cloud signing or whatever it's called.
Jiri has a guide on it on the iOS slack channel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johsoe i would suggest going with something that we already tested and know that it works flawlessly rather than implementing the cloud signing thing right now on the template, we can re-add it later once we test it in development/production
closes #42