mirror of
https://github.com/zzanehip/The-OldOS-Project.git
synced 2025-01-22 09:11:57 -05:00
b38ffb0fdc
- Adds Mail - Fixes Youtube using outdated data |
||
---|---|---|
.. | ||
.env.OldOS | ||
.env.OldOS2 | ||
.env.OldOS3 | ||
.env.OldOS4 | ||
.env.OldOS5 | ||
.env.OldOS6 | ||
.env.OldOS7 | ||
.env.OldOS8 | ||
.env.OldOS9 | ||
.env.OldOS10 | ||
.env.OldOS11 | ||
.env.OldOS12 | ||
Appfile | ||
Fastfile | ||
Gymfile | ||
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 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.