forked from fastlane/fastlane
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump to 2.225.0 (fastlane#26556)
* Version bump to 2.225.0 * Update CHANGELOG.latest.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Josh Holtz <[email protected]>
- Loading branch information
1 parent
4c60226
commit c5f10c2
Showing
21 changed files
with
145 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
* [spaceship] Add support for Enterprise Program API (#22215) via GevaZeichner (@GevaZeichner) | ||
* Make test pass standalone (#22268) via Jerome Lacoste (@lacostej) | ||
* Add missing require 'ostruct' in erb_template_helper.rb to solve uninitialized constant Fastlane::OpenStruct (NameError) (#21950) via Nicolas G (@nicgodoy) | ||
* [Fastlane.Swift] Allow overriding LaneFileProtocol lifecycles when subclassing LaneFile (#20563) via Sven Tiigi (@SvenTiigi) | ||
* [Match][S3] Only download (and decrypt) files in the subfolder of the provided TeamID (#22199) via Olivier Halligon (@AliSoftware) | ||
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. | ||
|
||
* [spaceship] New AppleID Auth with SRP (#26415) via Josh Holtz (@snatchev and @joshdholtz) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,32 +22,32 @@ Gem::Specification.new do |spec| | |
spec.name = "fastlane" | ||
spec.version = Fastlane::VERSION | ||
# list of authors is regenerated and resorted on each release | ||
spec.authors = ["Maksym Grebenets", | ||
spec.authors = ["Andrew McBurney", | ||
"Łukasz Grabowski", | ||
"Jimmy Dee", | ||
"Manish Rathi", | ||
"Aaron Brager", | ||
"Iulian Onofrei", | ||
"Andrew McBurney", | ||
"Daniel Jankowski", | ||
"Manu Wallner", | ||
"Felix Krause", | ||
"Satoshi Namai", | ||
"Danielle Tomlinson", | ||
"Jérôme Lacoste", | ||
"Jorge Revuelta H", | ||
"Helmut Januschka", | ||
"Joshua Liebowitz", | ||
"Felix Krause", | ||
"Stefan Natchev", | ||
"Iulian Onofrei", | ||
"Roger Oba", | ||
"Manu Wallner", | ||
"Max Ott", | ||
"Satoshi Namai", | ||
"Josh Holtz", | ||
"Kohki Miki", | ||
"Manish Rathi", | ||
"Jorge Revuelta H", | ||
"Fumiya Nakamura", | ||
"Łukasz Grabowski", | ||
"Jimmy Dee", | ||
"Olivier Halligon", | ||
"Stefan Natchev", | ||
"Maksym Grebenets", | ||
"Fumiya Nakamura", | ||
"Jan Piotrowski", | ||
"Joshua Liebowitz", | ||
"Luka Mirosevic", | ||
"Josh Holtz", | ||
"Kohki Miki", | ||
"Matthew Ellis", | ||
"Danielle Tomlinson", | ||
"Roger Oba"] | ||
"Daniel Jankowski"] | ||
|
||
spec.email = ["[email protected]"] | ||
spec.summary = Fastlane::SUMMARY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.