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=