Skip to content
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

Implement Fastlane #1130

Merged
merged 21 commits into from
Oct 10, 2023
Merged

Implement Fastlane #1130

merged 21 commits into from
Oct 10, 2023

Conversation

kimar
Copy link
Member

@kimar kimar commented Oct 5, 2023

Rationale

This PR adds Fastlane and is handling Codesigning and Provisioningprofile management via Match.

On build numbers

With our previous build scripts we sometimes ran into race conditions where build numbers where assigned non-deterministically due to asynchroneously fetching them from existing builds on App Store Connect. This will be resolved as builds numbers are now determined by the git commit count.

Sideeffects

  • Upgrades CocoaPods to v1.13.0
  • Upgrades various Gems

@kimar kimar self-assigned this Oct 5, 2023
@kimar kimar marked this pull request as ready for review October 6, 2023 11:05
@kimar kimar requested a review from zeitschlag October 6, 2023 11:05
Copy link
Member

@zeitschlag zeitschlag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Feel free to ignore the suggestions :)

.github/workflows/develop-build.yml.inactive Outdated Show resolved Hide resolved
Documentation/Deployment.md Show resolved Hide resolved
fastlane/devices.txt Outdated Show resolved Hide resolved
@kimar kimar merged commit dff4c44 into develop Oct 10, 2023
2 checks passed
@kimar kimar deleted the fastlane branch October 10, 2023 10:48
@zeitschlag zeitschlag added this to the 2023.14 milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants