Skip to content

Tags: Guoxiawei/fastlane

Tags

2.131.0

Toggle 2.131.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.131.0 (fastlane#15298)

fastlane/2.131.0

Toggle fastlane/2.131.0's commit message
Improvements

* [cert/resign] Fix simple typo: provisiong -> provisioning (fastlane#15293) via Tim Gates
* [Fastlane.swift] fix support for rendering single line description of plugin actions on docs (fastlane#15266) via Daniel Jankowski
* [action] app_store_build_number: Changed the sort value for when returning the list of builds from the Connect API for TestFlight builds (fastlane#14872) via Vladimir Zdravkovic
* [gym] provide bcsymbolmap path to dsymutil for each architecture (fastlane#15243) via Lev Sokolov
* [match] add option to  skip provisioning profiles (fastlane#15223) via Addison Brickey
* [action] is_ci also looks at GITHUB_ACTIONS (fastlane#15232) via Koen Punt
* [action] gradle: Add support for GRADLE_OUTPUT_JSON_OUTPUT_PATH and GRADLE_ALL_OUTPUT_JSON_OUTPUT_PATHS (fastlane#15238) via IKEDA Sho
* [Fastlane.swift] remove puts in swift_fastlane_api_generator.rb (fastlane#15263) via Josh Holtz
* [Fastlane.swift] Ignore files that don't contain FastlaneRunnerAPIVersion (fastlane#15262) via Jean Mainguy
* [match/crashlytics] fix unknown method error (fastlane#15256) via Piet Brauer
* [Fastlane.swift] add missing FastlaneRunnerAPIVersion comment (fastlane#15258) via Jean Mainguy
* [action] download_dsyms - do not attempt to download Dsyms if the dsym_url is missing. (fastlane#15260) via George Tsifrikas
* [action] download_dsyms - replace error with message when no dSYM found (fastlane#15259) via Jean Mainguy

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

2.130.0

Toggle 2.130.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.130.0 (fastlane#15248)

fastlane/2.130.0

Toggle fastlane/2.130.0's commit message
Fastlane.swift for plugins and other improvements

* [Fastlane.swift] generate Swift API for third party plugins and local actions (fastlane#15203) via Josh Holtz
* [action] register_devices: Update file format (fastlane#15176) via Matěj Kašpar Jirásek
* [spaceship] adding support for DEP_ID (fastlane#14852) via heartofagoof
* [action] `is_ci` - added support for Github Actions CI (fastlane#15227) via Rishabh Tayal
* [gym] remove is_string option on skip_codesigning (fastlane#15225) via Josh Holtz
* [sigh] allow download_all to support the platform option (fastlane#15175) via nanci
* [gym] add skip codesign option to build_ios_app (fastlane#15189) via Cameron Lowell Palmer
* [action] plugin_scores: Add support for rendering multiline description of plugin actions on docs (fastlane#15212) via Daniel Jankowski
* [download_dsyms] ix wait for dSYM file to appear on App Store Connect (fastlane#15049) via Jean Mainguy
* [action] slather: Add :binary_file support for handling multiple input files (fastlane#15220) via Rob Nadin
* [action] danger: Support for remove-previous-comments option (fastlane#15206) via Eric Jensen
* [spaceship] changed body['resultString'] to body['userString'] as only userString contains the phrase 'Program License Agreement' whose inclusivity we are checking (fastlane#15193) via Ali Fawad
* [snapshot] added --force option to fastlane snapshot update (fastlane#15187) via Josh Landry
* [action] only add derived data parameter if it's set, and command is update, build… (fastlane#15166) via Jesper Westervig Nielsen
* [core] chomp, not strip output in CommandExecutor (fastlane#15132) via Artem Sheremet
* [CI] Run tests with Xcode 11 (and ruby 2.5) on Circle CI (fastlane#15142) via Jan Piotrowski

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

2.129.0

Toggle 2.129.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.129.0 (fastlane#15174)

fastlane/2.129.0

Toggle fastlane/2.129.0's commit message
Improvements

* [spaceship/cert] add Apple Development and Apple Distribution certificate type (fastlane#15130) via Yoshimasa Niwa
* [action] add SonarQube pull request parameters to sonar (fastlane#15069) via Damien R
* [spaceship] add option to upload and view merch_screenshot (fastlane#15080) via Max Ott
* [action] add environment variables for pod push (fastlane#15127) via bouldering-machine
* [action] fix for Xcode 11 when using `$(MARKETING_VERSION)` in `get_version_number` (fastlane#15139) via Florent Morin
* [spaceship] add invited state for TestFlight beta testers. (fastlane#15126) via Hugo Sousa
* [gym/scan] fix suppress_xcode_output parameter type (fastlane#15152) via Jean Mainguy
* [Fastlane.swift] options of `is_string: false` should be Any and not String (fastlane#15165) via Josh Holtz
* [match] fix match not making new profiles for force_for_new_devices (fastlane#15164) via Josh Holtz
* [snapshot] replace Objective-C-style NSMakeRange with Swift-style NSRange.init (fastlane#15128) via Roman Podymov
* [spaceship] map additional build details (fastlane#15094) via Max Ott
* [action] update_fastlane: Fix broken link (fastlane#15086) via Stefan Painhapp
* [fastlane] allow Crashlytics devtools.jar to be auto updated (fastlane#15095) via Jeremy Durham

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

2.128.1

Toggle 2.128.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.128.1 (fastlane#15079)

fastlane/2.128.1

Toggle fastlane/2.128.1's commit message
Hotfix for match readonly bug

* [match] fix for match username not found if readonly (fastlane#15073) via Josh Holtz

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

2.128.0

Toggle 2.128.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 2.128.0 (fastlane#15067)

fastlane/2.128.0

Toggle fastlane/2.128.0's commit message
Improvements

* [match] import certs and p12 files into match repo (fastlane#15023) via Josh Holtz
* [spaceship] fix `Spaceship::Portal.provisioning_profile.all` not reporting expired profiles (fastlane#14904) via Radek Pietruszewski
* [snapshot] fix warning about unused variable in SnapshotHelper.swift (fastlane#15045) via Morten Bjerg Gregersen
* [actions] fix variable usage in `increment_build_number` call (fastlane#15032) via Ram Nadella
* [spaceship] fix typo in `ready_for_beta_submission?` error mes… (fastlane#15054) via Steven Sherry

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