PDP-8-E-Simulator/fastlane
2018-06-01 15:08:17 +12:00
..
Appfile Fixed a lot of compiler warnings. Added provisioning profile. Adding Fastlane. Builds but code signing error 2018-05-30 19:55:44 +12:00
Fastfile There is no / in the app's name. Reflect this in the Fastlane copy 2018-06-01 15:08:17 +12:00
README.md Fixed a lot of compiler warnings. Added provisioning profile. Adding Fastlane. Builds but code signing error 2018-05-30 19:55:44 +12:00

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.