Skip to content

Instantly share code, notes, and snippets.

@m4p
Last active May 11, 2021 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4p/083e17d0d7ce42dc5c69d9b0d92799f5 to your computer and use it in GitHub Desktop.
Save m4p/083e17d0d7ce42dc5c69d9b0d92799f5 to your computer and use it in GitHub Desktop.
Backup your Swift Package Manager dependencies locally. Just in case.
mkdir backup
cd backup
cat ../YourProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | jq '.object.pins[] | .repositoryURL' | xargs -n1 git clone --mirror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment