Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Created March 10, 2020 09:52
Show Gist options
  • Save lordcodes/814921b1040db8f2f5fa9b268d58607c to your computer and use it in GitHub Desktop.
Save lordcodes/814921b1040db8f2f5fa9b268d58607c to your computer and use it in GitHub Desktop.
Code for the article "Manage automation tasks using Swift Package Manager"
targets: [
...
.target(
name: "UploaderTasks",
dependencies: ["ArgumentParser", "ShellOut"]
)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment