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

Update fastlane version (required by Apple) #205

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Conversation

sboh1214
Copy link
Contributor

@sboh1214 sboh1214 commented Oct 30, 2024

Changelog

  • update fastlane version to 2.225.0 (from 2.224.0)
  • update cocoapods 1.16.1 (from 1.15.2)
  • upgrade Android Gradle Plugin 8.7.1 (from 8.7.0)

Description

https://github.com/fastlane/fastlane/releases/tag/2.225.0

This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.

@sboh1214 sboh1214 self-assigned this Oct 30, 2024
@sboh1214 sboh1214 added the chore label Oct 30, 2024
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.03%. Comparing base (44d3d9a) to head (8cb0e7b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   31.03%   31.03%           
=======================================
  Files          80       80           
  Lines        4865     4865           
=======================================
  Hits         1510     1510           
  Misses       3355     3355           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sboh1214 sboh1214 merged commit 55c372f into main Oct 31, 2024
6 checks passed
@sboh1214 sboh1214 deleted the chore@fix-fastlane branch October 31, 2024 06:05
@sboh1214 sboh1214 changed the title Update fastlane version Update fastlane version (required by Apple) Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant