endocrimes / Jay

Pure-Swift JSON parser & formatter. Fully streamable input and output. Linux & OS X ready. Replacement for NSJSONSerialization.
MIT License
132 stars 19 forks source link

remove examples #48

Closed tanner0101 closed 8 years ago

tanner0101 commented 8 years ago

Example projects clutter the swift build output, increase the duration of build times, and complicate integration with other platforms like iOS.

We've asked the SwiftPM team for ways to make examples "public" or "private", but it looks like such features won't be available for the foreseeable future.

Until then, those wanting to test out the examples can simply clone Jay and uncomment the Target in the Package.

endocrimes commented 8 years ago

@tannernelson Looks good, could you update the build script to not call SwiftPerformance, then this is good to 🚢.

tanner0101 commented 8 years ago

Done. Should be good after this CI run.

tanner0101 commented 8 years ago

LMK when this gets tagged. Thank you!