11eb82178f
- Add AGENTS.md (canonical) + CLAUDE.md symlink + ROADMAP.md - Move Apple Team ID from project.yml into a gitignored Config/Signing.xcconfig via configFiles; commit the .example template - Replace hardcoded backend host in AppSettings with a neutral placeholder + SPARK_BACKEND_URL env-var fallback - Scrub the Team ID, .local host, and raw LAN IP from README/docs - Ignore Config/Signing.xcconfig and .env
5 lines
258 B
Plaintext
5 lines
258 B
Plaintext
// Template for Config/Signing.xcconfig (which is gitignored).
|
|
// Copy to Config/Signing.xcconfig and set your Apple Developer Team ID
|
|
// (Xcode ▸ Settings ▸ Accounts, or `security find-identity -p codesigning -v`).
|
|
DEVELOPMENT_TEAM = YOUR_APPLE_TEAM_ID
|