Skip to content

Instantly share code, notes, and snippets.

@celian-m
Last active September 6, 2017 07:58
Show Gist options
  • Save celian-m/eedbd039c140ea0edefe2401da88f2fb to your computer and use it in GitHub Desktop.
Save celian-m/eedbd039c140ea0edefe2401da88f2fb to your computer and use it in GitHub Desktop.
Generate a Swift project

Create directory

$mkdir myProject

Go in

$cd myProject

Init the project

$swift package init --type executable

Create Xcode Template

$swift package generate-xcodeproj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment