- [match] add mac and catalyst support for match (#15918) via Josh Holtz
- [gym, deliver, actions] allow gym to create .pkg for macOS apps and Catalyst apps for App Store upload and new
build_mac_app
action (#12195) via Josh Holtz - [spaceship] delete beta feedback (#15940) via Tim Sneed
- [match] Change http_auth_header capitalization (#15928) via sakul1991
- [gym, scan] resolve SwiftPM dependencies before fetching build settings (#15505) via Bruno Guidolim
- [fastlane] import multiple files from git (#15804) via Pavlo Pakholka
- [spaceship] replenish IAP status (#15872) via Rdd7
- [action] introduce milestone support for create_pull_request action (#15873) via Kohki Miki
- [action] rix return type of set_github_release action, since it might contain non-string value (#15883) via knothole
- [snapshot] add support for disabling "KeyboardContinuousPathEnabled" (#15933) via Andreas Ganske
- match
- options
platform
now supportsmacos
type
now supportsdeveloper_id
additional_cert_types
(new option) for which supportsmac_installer_distribution
anddeveloper_id_installer
- options
- gym
- behavior
gym
,build_app
, andbuild_mac_app
will now attempt to sign and package an macOS app withproductbuild
command to create a.pkg
for App Store distribution
- options
skip_package_pkg
(new option) will prevent making.pkg
for macOS appscatalyst_platform
(new option) is needed when building Catalyst apps (valid values areios
andmacos
)
installer_cert_name
(new option) for signing and packaging macOS apps (gym
will try to find
automatically fill this option for you so you don't have to)- lane contexts
PKG_OUTPUT_PATH
the path of the newly generated.pkg
file
- actions
build_app
is an exact alias ofgym
build_mac_app
is a new alias that only supports macOS options forgym
build_ios_app
now only supports iOS options forgym
- behavior