Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.31 KB

File metadata and controls

63 lines (42 loc) · 1.31 KB

Summary

Change Type

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation
  • Build / configuration

Scope

  • Views
  • ViewModels
  • Services
  • Models
  • Utilities
  • Share Extension
  • Build / project config

Linked Issue

  • Closes #
  • Related #

How It Was Tested

  • Builds on iOS (xcodebuild ... -destination 'platform=iOS Simulator,name=iPhone 17 Pro')
  • Builds on macOS (xcodebuild ... -destination 'platform=macOS')
  • Tested manually on simulator / device
  • N/A (docs or config only)

Test details:

Screenshots

Checklist

  • I have read CONTRIBUTING.md
  • No force unwraps (!) added
  • iOS-only modifiers wrapped in #if os(iOS)
  • New service types are marked nonisolated
  • ViewModels go through service protocols (no direct service calls from Views)