From 72b8a33de3cf698f5bb51b60b93a4d1b2744fbda Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 10:47:16 +1100 Subject: [PATCH] fix: align mac secrets table in internal builds doc --- INTERNALBUILDS.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/INTERNALBUILDS.md b/INTERNALBUILDS.md index 94e8ac98d..ffcdb74d0 100644 --- a/INTERNALBUILDS.md +++ b/INTERNALBUILDS.md @@ -32,13 +32,14 @@ base64 -i certificate.p12 -o encoded.txt 2. Under your repository name, click **Settings**. 3. In the left sidebar, click **Secrets**. 4. Add the following secrets: - | Name | Value | - | -------------------------- | ----------------------------------------------------------------------- | - | `MAC_CERTIFICATE` | The encoded Base64 certificate | - | `MAC_CERTIFICATE_PASSWORD` | The password that was set when the certificate was exported | - | `SIGNING_APPLE_ID` | The apple id (email) to use for signing | - | `SIGNING_APP_PASSWORD` | The app-specific password that was generated for the apple id | - | `SIGNING_TEAM_ID` | **OPTIONAL** The apple team id if you're signing the application for a team | + + | Name | Value | + | -------------------------- | --------------------------------------------------------------------------- | + | `MAC_CERTIFICATE` | The encoded Base64 certificate | + | `MAC_CERTIFICATE_PASSWORD` | The password that was set when the certificate was exported | + | `SIGNING_APPLE_ID` | The apple id (email) to use for signing | + | `SIGNING_APP_PASSWORD` | The app-specific password that was generated for the apple id | + | `SIGNING_TEAM_ID` | **OPTIONAL** The apple team id if you're signing the application for a team |