From 60dbe18686325b6a8c24a57f6e93af16dc17b579 Mon Sep 17 00:00:00 2001 From: Alan Vardy Date: Thu, 24 Sep 2026 08:49:04 -0700 Subject: [PATCH] chore: stop tracking the machine-local .env .env is already listed in .gitignore and is documented as machine-local (ASC key id / issuer id for the xcode-cloud helper). It was committed by accident from a worktree branched before the ignore rule existed, and the rebases replayed the addition. Untrack it (the file stays on disk) so the ignore rule takes effect and it stops shipping to this public repo. --- .env | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 4550a352..00000000 --- a/.env +++ /dev/null @@ -1,30 +0,0 @@ -# Xcode Cloud trigger config for SingleThread — read by `xcode-cloud`. -# Gitignored, machine-local, never committed. One-time setup: -# -# 1. Mint a key: App Store Connect → Users and Access → Integrations → -# Team Keys → "+", role Admin or App Manager (Xcode Cloud needs it). -# 2. Download the .p8 (only offered once) and save it as -# ~/.appstoreconnect/private_keys/AuthKey_.p8, then chmod 600. -# 3. Paste the two ids below. -# 4. Check it: `xcode-cloud check`, then `xcode-cloud build`. -# -# One key/issuer pair works for every app on the team, so these values are -# usually identical to CheckStitch's .env. - -ASC_KEY_ID=4CFND763KC -ASC_ISSUER_ID=322029b8-2283-4d8c-b7ce-9f037f0bda36 - -# The app this repo builds. Defaults to the app bundle id detected from -# SingleThread.xcodeproj, so this line only needs changing for odd checkouts. -ASC_BUNDLE_ID=app.alanvardy.SingleThread - -# Branch that `xcode-cloud build` starts from by default. The workflow already -# builds main on every push, so this is really for re-running a failed commit. -ASC_BRANCH=main - -# Optional overrides — uncomment only if a lookup picks the wrong thing. -# The key path defaults to ~/.appstoreconnect/private_keys/AuthKey_.p8. -#ASC_PRIVATE_KEY_PATH= -#ASC_PRODUCT_ID= -# The workflow is picked automatically when the product has exactly one enabled. -#ASC_WORKFLOW_NAME=