JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 88 forks source link

Install script #18

Closed Abizern closed 7 years ago

Abizern commented 7 years ago

Add a convenience build script.

This simply runs xcodebuild over the project which uses the single scheme and the Release configuration, and then copies the built binary to the recommended location.

Abizern commented 7 years ago

Never mind, I see there is already a Makefile that does this