Files
QueueCube/fastlane/README.md

49 lines
979 B
Markdown
Raw Normal View History

2026-05-30 20:44:45 -07:00
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## iOS
2026-07-18 23:21:19 -07:00
### ios setup_signing
```sh
[bundle exec] fastlane ios setup_signing
```
Create or update match signing assets
### ios build
```sh
[bundle exec] fastlane ios build
```
Build an App Store-signed QueueCube IPA without uploading it
2026-05-30 20:44:45 -07:00
### ios beta
```sh
[bundle exec] fastlane ios beta
```
Build QueueCube for iOS and upload the archive to TestFlight
----
2026-05-30 20:47:17 -07:00
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
2026-05-30 20:44:45 -07:00
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).