Skip to content

Commit

Permalink
Add community projects section to README [skip ci] (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Aug 28, 2023
1 parent 53333d6 commit 51dc4bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
## master

- Added: `@Weak` property wrapper (#341)
- Documentation: added advanced usage section to README (#341)
- Documentation: added community projects section to README (#342)

## [0.11.1]

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,13 @@ struct ContentView: View {
}
}
```

Community projects
------------------

Here's a list of open source libraries powered by the SwiftUI Introspect library:

- [CustomKeyboardKit](https://github.com/paescebu/CustomKeyboardKit)
- [NavigationTransitions](https://github.com/davdroman/swiftui-navigation-transitions)

If you're working on a library built on SwiftUI Introspect or know of one, feel free to submit a PR adding it to the list.
2 changes: 1 addition & 1 deletion Tests/Tests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@
children = (
D5B67B852A0D3193007D5D9B /* ViewTypes */,
D5F0BE6729C0DC4900AD95AB /* PlatformVersionTests.swift */,
D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
D58CE15729C621DD0081BFB0 /* TestUtils.swift */,
D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
);
path = Tests;
sourceTree = "<group>";
Expand Down

0 comments on commit 51dc4bd

Please sign in to comment.