fastlane
詳細情報
| タイトル | fastlane |
|---|---|
| URL | https://fastlane.tools/ |
| バージョン | ver 2.231.1 |
| 更新日 | 2026/01/21 |
| 追加日 | 2016/02/28 |
| 種別 | フリーソフト / オープンソース(MIT) |
| 説明 | iOSアプリのリリースフローを自動化することができるツール。 |
レビュー
スクリーンショット
更新グラフ
バージョン履歴
- [core] build: move to modern plist for Ruby 3.4 frozen strings (#29851) via Connor Tumbleson (@iBotPeaches)
- [ci] always record latest_fl_version during part 2 release (#29866) via Connor Tumbleson (@iBotPeaches)
- [core] add support for stdgem changes in Ruby 4 (#29869) via Connor Tumbleson (@iBotPeaches)
Important
fastlane will begin warning if you are using a Ruby version we will no longer support in future.
- [core] chore: rename key (ruby_min) key to remove "VERSION" from it (#29864) via Connor Tumbleson (@iBotPeaches)
- [scan] Handle Xcode26 test failure (#29854) via Yusuf Özgül (@yusufozgul)
- [spaceship] add support for key creation scope in portal client (#29458) via Daniel Costa (@danicunhac)
- [ci] chore: remove slack train plugin (#29830) via Connor Tumbleson (@iBotPeaches)
- [action] Fix target selection in
get_version_number(#22178) via Sven Münnich (@svenmuennich) - [core] feat: add warning to output on unsupported Ruby v
- [gym] evaluate building for .ipa or .pkg beyond iOS and macOS (#22145) via Davide (@keeshux)
- [sigh][match] fix: provisioning profiles location for Xcode 16 (#29508) via Vitalii Budnik (@nekrich)
- [install_xcode_plugin] hardening sh() to properly handle repo URL (#29811) via Grzegorz Siewruk (@siewer)
- [gym][pilot] Add
AppStoreInfo.plistsupport for TestFlight uploads on non-macOS platforms (#29717) via Cristian Caruceru (@ccaruceru) - [frameit] fix: iPhone-14-pro off by one pixel (#29539) via Mark Heijnekamp (@TheHunterDog)
- [core] Fix Xcode 26 altool zero exit code confusion. (#29740) via Connor Tumbleson (@iBotPeaches)
- [deliver] skip
- [ci] Restore a regular 'bunde install' during releases (#29775) via Connor Tumbleson (@iBotPeaches)
- build: releases should ignore changes to .bundle/config (#29774) via Connor Tumbleson (@iBotPeaches)
- [core] add support for more gems removed from stdlib (ruby 3.4) (#29767) via Connor Tumbleson (@iBotPeaches)
- [ci] speed up release actions + fix gha publishing (#29765) via Connor Tumbleson (@iBotPeaches)
- [ci] lock standard gem openssl to non-affected version(s) to support OpenSSL 3.6.0+ (#29763) via Connor Tumbleson (@iBotPeaches)
- [ci] downgrade to 2.4.22 bundler for 2.6.x Ruby support (#29762) via Connor Tumbleson (@iBotPeaches)
- Bump actions/checkout from 2 to 4 (#22089) via dependabot[bot] (@dependabot[bot])
- [ci] Fix CircleCI & modernize AppVeyor & Add Ruby 3.4 CI (#29753) via Connor Tumbleson (@iBotPeaches)
- chore(workflows): remove
tags(#29665) via Rui Chen (@chenrui333) - Support Ruby 3.4 (#29184) via Takuma Homma (@mataku)
- [match] Fix
Aws::S3::Object#download_filedeprecation (#29704) via Oliv
- [sigh][match] fix issue where unknown attribute
template_nameis being sent when creating provisioning profiles (#29591) via Florentin Luca Rieger (@visuallization) - [action][hipchat] remove hipchat action (#29558) via Eitan Adler (@grimreaper)
Important
If your app relies on managed capabilities (previously referred to as custom entitlements or the template_name parameter in match), you are impacted by a change that Apple made to their APIs in the last 2 weeks.
Please check out the ongoing discussion at https://github.com/fastlane/fastlane/discussions/29609 for the latest updates. Your insights and contributions are welcome!
- [deliver] Fix altool not logging errors (#29545) via TCROC (@TCROC)
- [precheck] fix typo in precheck error (#22086) via Hans Knöchel (@hansemannn)
- [pilot] ability to upload ipas to Testflight from Linux (#22014) via Cristian Caruceru (@ccaruceru)
- [docs] Clarify only-testing/skip-testing format (#27585) via Ben LaVerriere (@benlaverriere)
- [match] fix error with universal provisioning filter ("'UNIVERSAL' is not a valid filter value") (#29500) via Michael Neeley (@redreceipt)
- Bump xcpretty to version 0.4.1 (#29516) via Iulian Onofrei (@revolter)
- [scan] Remove unnecessary shellescape when generating -resultBundlePath option (#22285) via Junfeng (@hujunfeng)
- Fix - Handle nil expiration_date in valid? method for pending certifi… (#29352) via Tamilarasu (@iTamilan)
- Switch Onesignal to use the new Organization keys (#29229) via Michael Neeley (@redreceipt)
- Make sure verbose logging shows logs from the notarytool (#27546) via Paul Taykalo (@PaulTaykalo)
- Update AppStoreConnect Documentation to account for language change (#27624) via Adam St. Onge (@Adam0101)
- [docs] Remove app review times link (#27549) via Michal Šrůtek (@michalsrutek)
- moves note about being overwritten to top of README (#27961) via Justin Vallely (@justinvallely)
- Update testfairy.rb (#29472) via lee-snyder133 (@lee
- [Supply] Allow promoting draft release to inProgress with initial rollout (#28960) via Olivier Halligon (@AliSoftware)
- Fix incomplete options being allowed for some parameters (#28804) via Iulian Onofrei (@revolter)
- [testfairy] Added support for folder_name and other parameters (#22290) via Gil Megidish (@gmegidish-saucelabs)
- Bump xcpretty to version 0.4.0 (#26657) via Iulian Onofrei (@revolter)
- [import_from_git] Add Git basic authorization support (#22135) via Jens Kuhr Jørgensen (@jenskuhrjorgensen)
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)