kareman / SwiftShell

A Swift framework for shell scripting.
https://kareman.github.io/SwiftShell
MIT License
1.03k stars 87 forks source link

Automatically download and build dependencies #12

Closed kareman closed 7 years ago

kareman commented 9 years ago

If a script begins with a special comment block containing a list of os x frameworks it uses, the swiftshell bash script can download and build those that are not currently in any of the folders where the script looks for frameworks.

Use Carthage.

kareman commented 8 years ago

Use Swift Package Manager instead of Carthage.

kareman commented 7 years ago

This is put on hold until Swift has ABI stability.