Skip to content

Commit da25d9e

Browse files
authored
Update README (#79)
* Add Github CI badge * Add contributor statement
1 parent 2e09be8 commit da25d9e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Introspect for SwiftUI
22
======================
33

4-
[![CircleCI](https://circleci.com/gh/siteline/SwiftUI-Introspect.svg?style=svg&circle-token=6f995f204d4d417d31f79e7257f6e1ecf430ae07)](https://circleci.com/gh/siteline/SwiftUI-Introspect)
4+
[![CircleCI_Status]][CircleCI_URL]  [![GithubCI_Status]][GithubCI_URL] [![Siteline_Badge]](https://siteline.com) [![Quintschaf_Badge]](https://quintschaf.com)
55

6-
Introspect allows you to get the underlying UIKit or AppKit element of a SwiftUI view.
6+
> Introspect allows you to get the underlying UIKit or AppKit element of a SwiftUI view.
77
88
For instance, with Introspect you can access `UITableView` to modify separators, or `UINavigationController` to customize the tab bar.
99

@@ -178,3 +178,17 @@ $ git push origin --tags
178178
```
179179
$ bundle exec pod trunk push .
180180
```
181+
182+
183+
<!-- References -->
184+
[CircleCI_Status]: https://circleci.com/gh/siteline/SwiftUI-Introspect.svg?style=svg&circle-token=6f995f204d4d417d31f79e7257f6e1ecf430ae07
185+
186+
[CircleCI_URL]: https://circleci.com/gh/siteline/SwiftUI-Introspect
187+
188+
[GithubCI_Status]: https://github.com/siteline/swiftui-introspect/actions/workflows/build-and-test.yml/badge.svg?branch=master
189+
190+
[GithubCI_URL]: https://github.com/siteline/SwiftUI-Introspect/actions/workflows/build-and-test.yml
191+
192+
[Siteline_Badge]: https://badgen.net/badge/Built%20by/Siteline/blue?icon=https://uploads-ssl.webflow.com/5f4513afbbfc64c4777fcccf/5f525b122370d681879e170e_siteline-icon.svg
193+
194+
[Quintschaf_Badge]: https://badgen.net/badge/Maintained%20by/Quintschaf/cyan?icon=https://quintschaf.com/assets/logo.svg

0 commit comments

Comments
 (0)