Add agent instructions; extract signing/backend secrets from source
- 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
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user