Skip to content

Commit c7ecd8c

Browse files
committed
Update icon, logo, and about text
1 parent 79a10af commit c7ecd8c

File tree

15 files changed

+16
-17
lines changed

15 files changed

+16
-17
lines changed
56.8 KB
Loading
-107 KB
Loading
-3.53 KB
Loading
-188 Bytes
Loading
-12.2 KB
Loading
-517 Bytes
Loading
-37 KB
Loading
-1.01 KB
Loading

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
<p align="center">
2-
<img src ="Resources/Logo_Rounded.png" alt="MockingKit Logo" title="MockingKit" />
2+
<img src="Resources/Icon.png" alt="Project Icon" width="250" />
33
</p>
44

55
<p align="center">
66
<img src="https://img.shields.io/github/v/release/danielsaidi/MockingKit?color=%2300550&sort=semver" alt="Version" />
77
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
8+
<a href="https://danielsaidi.github.io/MockingKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
89
<img src="https://img.shields.io/github/license/danielsaidi/MockingKit" alt="MIT License" />
9-
<a href="https://twitter.com/danielsaidi"><img src="https://img.shields.io/twitter/url?label=Twitter&style=social&url=https%3A%2F%2Ftwitter.com%2Fdanielsaidi" alt="Twitter: @danielsaidi" title="Twitter: @danielsaidi" /></a>
10-
<a href="https://mastodon.social/@danielsaidi"><img src="https://img.shields.io/mastodon/follow/000253346?label=mastodon&style=social" alt="Mastodon: @[email protected]" title="Mastodon: @[email protected]" /></a>
1110
</p>
1211

1312

14-
## About MockingKit
13+
# MockingKit
1514

16-
MockingKit is a Swift SDK that lets you easily mock protocols and classes.
15+
MockingKit is a Swift SDK that lets you create mock versions of any protocol or class. This can be used to mock dependencies in unit tests, and to fake not yet implemented features in your apps.
1716

18-
MockingKit lets you create mocks of any protocol or class, after which you can `call` functions, `register` dynamic function results, automatically `record` method invocations, and `inspect` all recorded calls.
17+
MockingKit automatically records every method call, to let you verify that your code behaves as you expect. You can also register register dynamic function results to control your test outcome.
1918

20-
MockingKit doesn't require any setup or build scripts, and puts no restrictions on your code or architecture. Just create a mock and you're good to go.
19+
MockingKit doesn't require any setup or build scripts, and puts no restrictions on your code or architecture. Just create a mock, set up how you want to use and inspect it, and you're good to go.
2120

2221

2322

@@ -92,7 +91,7 @@ The online [documentation][Documentation] has more information, articles, code e
9291

9392
## Demo Application
9493

95-
The `Demo` folder has an app that lets you explore the library and see how mocks behave.
94+
The `Demo` folder has an app that lets you explore the library and see how its mocks behave.
9695

9796

9897

@@ -110,9 +109,9 @@ Your support makes it possible for me to put more work into these projects and m
110109
Feel free to reach out if you have questions or if you want to contribute in any way:
111110

112111
* Website: [danielsaidi.com][Website]
113-
* Mastodon: [@danielsaidi@mastodon.social][Mastodon]
114-
* Twitter: [@danielsaidi][Twitter]
115112
* E-mail: [[email protected]][Email]
113+
* Bluesky: [@danielsaidi@bsky.social][Bluesky]
114+
* Mastodon: [@danielsaidi@mastodon.social][Mastodon]
116115

117116

118117

@@ -123,15 +122,15 @@ MockingKit is available under the MIT license. See the [LICENSE][License] file f
123122

124123

125124
[Email]: mailto:[email protected]
126-
127125
[Website]: https://www.danielsaidi.com
128126
[GitHub]: https://www.github.com/danielsaidi
129-
[Twitter]: https://www.twitter.com/danielsaidi
130-
[Mastodon]: https://mastodon.social/@danielsaidi
131127
[OpenSource]: https://danielsaidi.com/opensource
132128
[Sponsors]: https://github.com/sponsors/danielsaidi
133129

130+
[Bluesky]: https://bsky.app/profile/danielsaidi.bsky.social
131+
[Mastodon]: https://mastodon.social/@danielsaidi
132+
[Twitter]: https://www.twitter.com/danielsaidi
133+
134134
[Documentation]: https://danielsaidi.github.io/MockingKit
135135
[Getting-Started]: https://danielsaidi.github.io/MockingKit/documentation/mockingkit/getting-started
136-
137136
[License]: https://github.com/danielsaidi/MockingKit/blob/master/LICENSE

Resources/Icon.png

39.1 KB
Loading

0 commit comments

Comments
 (0)