The-OldOS-Project/OldOS/fastlane
Zane Kleinberg b38ffb0fdc Build 1.0 (18)
- Adds Mail
- Fixes Youtube using outdated data
2021-11-23 13:58:53 -05:00
..
.env.OldOS Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS2 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS3 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS4 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS5 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS6 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS7 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS8 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS9 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS10 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS11 Build 1.0 (17) 2021-10-26 15:08:45 -04:00
.env.OldOS12 Build 1.0 (18) 2021-11-23 13:58:53 -05:00
Appfile Build 1.0 (17) 2021-10-26 15:08:45 -04:00
Fastfile Build 1.0 (17) 2021-10-26 15:08:45 -04:00
Gymfile Build 1.0 (17) 2021-10-26 15:08:45 -04:00
README.md Build 1.0 (17) 2021-10-26 15:08:45 -04: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 install fastlane

Available Actions

build

fastlane build

Create ipa

upload

fastlane upload

Upload to App TestFlight

do_everything

fastlane do_everything

Create app ipa and upload 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.