gems fastlane 2.141.0
2.141.0 macOS and Catalyst support for gym, match, cert, and sigh

latest releases: 2.220.0, 2.219.0, 2.218.0...
4 years ago
  • [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 supports macos
      • type now supports developer_id
      • additional_cert_types (new option) for which supports mac_installer_distribution and developer_id_installer
  • gym
    • behavior
      • gym, build_app, and build_mac_app will now attempt to sign and package an macOS app with productbuild command to create a .pkg for App Store distribution
    • options
      • skip_package_pkg (new option) will prevent making .pkg for macOS apps
      • catalyst_platform (new option) is needed when building Catalyst apps (valid values are ios and macos)
    • 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 of gym
      • build_mac_app is a new alias that only supports macOS options for gym
      • build_ios_app now only supports iOS options for gym

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.