Skip to content

Instantly share code, notes, and snippets.

@YanSte
Created December 24, 2018 01:20
Show Gist options
  • Save YanSte/ea9c1561b916bf0491265c727f397277 to your computer and use it in GitHub Desktop.
Save YanSte/ea9c1561b916bf0491265c727f397277 to your computer and use it in GitHub Desktop.
How create package with Swift 4.1.2, raspbian
swift package init --type executable
swift package tools-version --set 4.1.2
swift package update
swift package generate-xcodeproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment