Skip to content

Commit bd2f101

Browse files
authored
Update README.md
1 parent 43727a6 commit bd2f101

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,12 @@
55

66
Example projects using [PactSwift][pactswift] framework.
77

8-
Note that using Carthage may require you to use the [workaround script][carthage-script].
9-
10-
## What? How? Huh?
11-
12-
1. Clone this repo
13-
2. `cd` into a project you're interested in
14-
3. Fire up your Xcode 12+, 13+ or whatever your preference to develop in is
15-
4. Wait for either SPM dependencies to resolve, or run `carthage update --use-xcframeworks` if the project is set up with a `Cartfile` (mind the issues with Silicon platform)
16-
5. Check the `../.github/workflows/` for any pointers, ideas and caveats for building, setting things up, running... (especially if you're using this on Linux)
17-
6. Run tests
18-
7. Happy days! 🎉
19-
20-
## Disclaimer
21-
22-
The code in this repository does not represent good programming practices!
23-
24-
This repository is used solely to demonstrate the minimal effort required to set up and use [PactSwift][pactswift] framework.
8+
> [!WARNING]
9+
> The code in this repository does not demonstrate good programming practices!
10+
> It is used solely to demonstrate the minimal effort required to set up and use [PactSwift][pactswift] framework.
2511
2612
## Licence
2713

2814
[MIT](LICENSE.md)
2915

3016
[pactswift]: https://github.com/surpher/pact-swift
31-
[carthage-script]: carthage

0 commit comments

Comments
 (0)