cedarbdd / cedar

BDD-style testing using Objective-C
http://groups.google.com/group/cedar-discuss
1.19k stars 140 forks source link

Add Xcode schemes for static library and framework #396

Closed pharada closed 8 years ago

pharada commented 8 years ago

xcodebuild requires specifying a scheme when building into a user-specified -derivedDataPath. This is common in CI workflows.

Xcode autocreates missing schemes per project settings. However, one may wish to build Cedar as a static library or framework without having to launch Xcode in order to create those schemes.

This PR adds the following schemes (autocreated):

akitchen commented 8 years ago

Thanks!