Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrauch committed Jan 22, 2024
1 parent 82ac264 commit 3052a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-01-22-fastlane-for-indies.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fastlane mac appstore_upload

- Even though I run tests frequently during development, I have `fastlane` run all unit tests first as a sanity check --- just in case I forget to run them.

- For building the app, I only need to provide the scheme because I'm using auotmatic codesigning and my `Gymfile` passes `-allowProvisioningUpdates`. I also provide unique names for the output binaries to differentiate between platforms.
- For building the app, I only need to provide the scheme because I'm using automatic codesigning and my `Gymfile` passes `-allowProvisioningUpdates`. I also provide unique names for the output binaries to differentiate between platforms.

### Complete workflow

Expand Down

0 comments on commit 3052a97

Please sign in to comment.