forked from fastlane/fastlane
-
Notifications
You must be signed in to change notification settings - Fork 0
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.222.0 (fastlane#22159)
* Version bump to 2.222.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
4f87bef
commit e1ab951
Showing
21 changed files
with
160 additions
and
154 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 +1,7 @@ | ||
* [deliver][spaceship] remove IDFA declarations for Apple App Store submission process (#22003) via Vyacheslav Frolov (@fr0l) | ||
* [action][sh] fastlane sh with log set to false should respect a step name (#22151) via Daniel Jankowski (@mollyIV) | ||
* [scan][trainer] hotfix for float-type version acquisition of `xcresulttool version` fails (#22157) via David Dongkyu Kim (@dokimyj) | ||
* [gym] fix default result bundle path name (#22154) via Ignacio Calderon (@kronenthaler) | ||
* [scan][trainer] hotfix for xcresulttool spec changes >= XC16b3 (#22147) via David Dongkyu Kim (@dokimyj) | ||
* [action][ensure_git_status_clean] support empty spaces in `ignore_files` file paths (#21566) via Daniel Jankowski (@mollyIV) | ||
* [spaceship] add visionOS support for Connect API (#22032) via Frederik Seiffert (@triplef) | ||
* [spaceship] Add get app availabilities v2 request (#21901) via Lukasz Grabowski (@lucgrabowski) |
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,31 +22,31 @@ Gem::Specification.new do |spec| | |
spec.name = "fastlane" | ||
spec.version = Fastlane::VERSION | ||
# list of authors is regenerated and resorted on each release | ||
spec.authors = ["Aaron Brager", | ||
"Jan Piotrowski", | ||
"Roger Oba", | ||
spec.authors = ["Olivier Halligon", | ||
"Manu Wallner", | ||
"Max Ott", | ||
"Luka Mirosevic", | ||
"Jérôme Lacoste", | ||
"Andrew McBurney", | ||
"Helmut Januschka", | ||
"Joshua Liebowitz", | ||
"Maksym Grebenets", | ||
"Iulian Onofrei", | ||
"Łukasz Grabowski", | ||
"Manish Rathi", | ||
"Jimmy Dee", | ||
"Jan Piotrowski", | ||
"Aaron Brager", | ||
"Matthew Ellis", | ||
"Josh Holtz", | ||
"Jérôme Lacoste", | ||
"Satoshi Namai", | ||
"Jimmy Dee", | ||
"Iulian Onofrei", | ||
"Olivier Halligon", | ||
"Jorge Revuelta H", | ||
"Andrew McBurney", | ||
"Maksym Grebenets", | ||
"Fumiya Nakamura", | ||
"Manu Wallner", | ||
"Danielle Tomlinson", | ||
"Felix Krause", | ||
"Stefan Natchev", | ||
"Kohki Miki", | ||
"Jorge Revuelta H", | ||
"Max Ott", | ||
"Manish Rathi", | ||
"Stefan Natchev", | ||
"Josh Holtz", | ||
"Helmut Januschka", | ||
"Roger Oba", | ||
"Daniel Jankowski"] | ||
|
||
spec.email = ["[email protected]"] | ||
|
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.