RetroArch/pkg/apple/fastlane
Eric Warmenhoven a565cae5d8
macOS: Update App Store packaging script (#17081)
2024-10-07 03:37:56 -07:00
..
Appfile iOS/tvOS: Add fastlane for TestFlight automation (#16824) 2024-07-30 17:33:16 -07:00
Fastfile macOS: Update App Store packaging script (#17081) 2024-10-07 03:37:56 -07:00
README.md macOS: Create App Store build (#17074) 2024-10-04 12:46:51 -07:00

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

Mac

mac beta

[bundle exec] fastlane mac beta

Push a new beta build to TestFlight


iOS

ios beta

[bundle exec] fastlane ios beta

Push a new beta build to TestFlight


appletvos

appletvos beta

[bundle exec] fastlane appletvos beta

Push a new beta build to TestFlight


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.