Example projects using PactSwift framework.
Note that using Carthage may require you to use the workaround script.
- Clone this repo
cd
into a project you're interested in- Fire up your Xcode 12+, 13+ or whatever your preference to develop in is
- Wait for either SPM dependencies to resolve, or run
carthage update --use-xcframeworks
if the project is set up with aCartfile
(mind the issues with Silicon platform) - Check the
../.github/workflows/
for any pointers, ideas and caveats for building, setting things up, running... (especially if you're using this on Linux) - Run tests
- Happy days! 🎉
The code in this repository does not represent good programming practices!
This repository is used solely to demonstrate the minimal effort required to set up and use PactSwift framework.