fulldecent / corelocationcli

Command line program to print location information from CoreLocation
MIT License
217 stars 29 forks source link

Add ability to build from command line with "swift build" #26

Closed purcell closed 4 years ago

purcell commented 4 years ago

e.g. swift build --disable-sandbox -c release --static-swift-stdlib

This allows scripts and those without Mac developer accounts to build this code from the command line.

That ability can be helpful to homebrew, for example, as seen in the formula published for a similar program, "location":

https://github.com/kiliankoe/location/tree/master/Formula

fulldecent commented 4 years ago

Great, thank you for sharing.

Added alternate build instructions at 21c1765c31dc4e24696cf6dbf42b4dea39b7a498