UltraClicky v1.0.0
Initial public release.
- Adds MIT license.
- Keeps real API keys in local .env files ignored by Git.
- Stops the Xcode build from copying .env into the app bundle.
- Documents safe GitHub publishing expectations.
Validation:
- Secret scan across tracked history for real OpenAI/API key patterns passed.
- .env was never tracked in Git history.
- Debug app bundle contains no .env file.
- xcodebuild Debug build succeeded.