mirror of
https://github.com/DerekK19/PDP-8-E-Simulator.git
synced 2024-10-31 14:08:29 +00:00
.. | ||
Appfile | ||
Fastfile | ||
README.md |
fastlane documentation
Installation
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew cask install fastlane
Available Actions
Mac
mac diagnostics
fastlane mac diagnostics
Diagnostics only
mac test
fastlane mac test
Runs all the tests
mac home
fastlane mac home
Copy a new Build to home App Store
mac beta
fastlane mac beta
Submit a new Beta Build to Apple TestFlight
mac apple
fastlane mac apple
Deploy a new version to the App Store
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.