Skip to content

Commit

Permalink
Update 209
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 26, 2024
1 parent beb6b44 commit ed16e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tips/0209-build-upload-ios-script/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ This guide explains how to obtain an API key:
- [Creating API Keys for App Store Connect API](https://developer.apple.com/documentation/appstoreconnectapi/creating-api-keys-for-app-store-connect-api)

---
Once you have obtained your Key ID and Issuer ID, set them as environment variables in your system (I like to store mine in ~/.zshrc for convenience.)
Once you have obtained your Key ID and Issuer ID, set them as environment variables in your system (I like to store mine in `~/.zshrc` for convenience.)

Then, simply download the script and use it. 👍

- [Simple script to build and upload the IPA file to App Store Connect](https://gist.github.com/bizz84/0a00a48dce7982cf3b3cc59c940ee344)

---

My latest course, Flutter in Production, covers the entire iOS app release process in detail—from joining the Apple Developer Program to submitting your app for review.
My latest course, [Flutter in Production](https://codewithandrea.com/courses/flutter-in-production/), covers the entire iOS app release process in detail—from joining the Apple Developer Program to submitting your app for review.

Here’s a free lesson to get started:

Expand Down

0 comments on commit ed16e9d

Please sign in to comment.