utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
697 stars 62 forks source link

Move platform and arch build settings from target to project #25

Closed bwhiteley closed 8 years ago

bwhiteley commented 8 years ago

Framework and test targets can share build settings from the project.

brianmullen commented 8 years ago

Should the minimum deployment targets also be migrated to the project settings?

bwhiteley commented 8 years ago

The minimum deployment targets have been moved to the project level. The unit tests now run on OSX as well as iOS.

brianmullen commented 8 years ago

The minimum deployment target for OSX of 10.9 should be moved to the project level also.