RetroArch/pkg/apple/fastlane
Eric Warmenhoven 853c2cc14e
iOS: A few changes to fix/improve app store submission (#16988)
2024-09-10 22:13:25 -07:00
..
Appfile iOS/tvOS: Add fastlane for TestFlight automation (#16824) 2024-07-30 17:33:16 -07:00
Fastfile iOS: A few changes to fix/improve app store submission (#16988) 2024-09-10 22:13:25 -07:00
README.md iOS/tvOS: Add fastlane for TestFlight automation (#16824) 2024-07-30 17:33:16 -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

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.