robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.34k stars 525 forks source link

Update xcscheme #284

Closed omochi closed 6 years ago

omochi commented 6 years ago

My xcode 9.2 make this change after below.

  1. Create xcworkspace
  2. Add Cartography.xcodeproj
  3. Open Manage Schemes...
  4. Uncheck Show checkboxes of Cartography targets.

I don't have knowledge about this change itself. But I use Cartography by git submodule and this changes detected as submodule changes. So I suffer that I can not keep clean repository.

orta commented 6 years ago

Seems fine to me, I've seen it on my projects too.

omochi commented 6 years ago

@orta Thanks!