native macOS codings agent orchestrator prowl.onev.cat
Something went wrong. Try again.
12345678910111213141516171819202122232425# Local build configuration: analytics and crash reporting credentials for Release# builds, plus optional Debug signing.## Setup:# 1. Copy this file: cp Config/Secrets.env.template Config/Secrets.env# 2. Fill in the real values below.# 3. Config/Secrets.env is gitignored.## The analytics values are injected into Info.plist at build time by the Makefile's# `archive` target and read at runtime from Bundle.main.## Debug builds never initialize the SDKs, so empty values are fine during# local development.PROWL_SENTRY_DSN=PROWL_POSTHOG_API_KEY=PROWL_POSTHOG_HOST=https://us.i.posthog.com# Optional: Team ID of an Apple Development certificate in your keychain. When set,# `make build-app` and `make test` sign the Debug app and test host with it, so the# macOS folder-access grants (Desktop, Documents, Downloads, ...) survive rebuilds;# ad-hoc Debug builds are re-asked after every rebuild. Use the certificate's OU# (the Team ID), not the ID in parentheses after your name. Empty keeps ad-hoc.PROWL_DEVELOPMENT_TEAM=