Skip to content

fix: production readiness — automatic signing + debug print guards#12

Merged
cortexark merged 1 commit intomainfrom
fix/production-readiness
Mar 15, 2026
Merged

fix: production readiness — automatic signing + debug print guards#12
cortexark merged 1 commit intomainfrom
fix/production-readiness

Conversation

@cortexark
Copy link
Copy Markdown
Owner

Summary

  • Enable CODE_SIGN_STYLE: Automatic in project.yml for physical device deployment
  • Wrap 3 print() statements in LocalStore.swift with #if DEBUG to prevent console leakage in release builds

Test plan

  • iOS build succeeds
  • watchOS build succeeds

- Enable CODE_SIGN_STYLE: Automatic in project.yml for device deployment
- Wrap LocalStore print() statements in #if DEBUG to prevent console
  leakage in release builds
@cortexark cortexark merged commit 1cea98e into main Mar 15, 2026
1 check failed
cortexark added a commit that referenced this pull request Mar 19, 2026
- Enable CODE_SIGN_STYLE: Automatic in project.yml for device deployment
- Wrap LocalStore print() statements in #if DEBUG to prevent console
  leakage in release builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant