Skip to content

Instantly share code, notes, and snippets.

@DimaRU
Created May 8, 2022 08:58
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 DimaRU/964135c00eb3ee3cd3c7abd6f09587c8 to your computer and use it in GitHub Desktop.
Save DimaRU/964135c00eb3ee3cd3c7abd6f09587c8 to your computer and use it in GitHub Desktop.
Testing PackageBuildInfoExample
#!/bin/bash
set -x
git clone https://github.com/DimaRU/PackageBuildInfoExample
cd PackageBuildInfoExample
swift run
touch a
swift package clean
swift run
git add a
swift package clean
swift run
git commit -m "Add a"
swift package clean
swift run
#!/bin/bash
set -x
git clone https://github.com/DimaRU/PackageBuildInfoExample
cd PackageBuildInfoExample
swift run
touch a
swift run
git add a
swift run
git commit -m "Add a"
swift run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment