Skip to content

Commit 51dc4bd

Browse files
authored
Add community projects section to README [skip ci] (#342)
1 parent 53333d6 commit 51dc4bd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
## master
55

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

810
## [0.11.1]
911

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,13 @@ struct ContentView: View {
296296
}
297297
}
298298
```
299+
300+
Community projects
301+
------------------
302+
303+
Here's a list of open source libraries powered by the SwiftUI Introspect library:
304+
305+
- [CustomKeyboardKit](https://github.com/paescebu/CustomKeyboardKit)
306+
- [NavigationTransitions](https://github.com/davdroman/swiftui-navigation-transitions)
307+
308+
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.

Tests/Tests.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@
453453
children = (
454454
D5B67B852A0D3193007D5D9B /* ViewTypes */,
455455
D5F0BE6729C0DC4900AD95AB /* PlatformVersionTests.swift */,
456-
D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
457456
D58CE15729C621DD0081BFB0 /* TestUtils.swift */,
457+
D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
458458
);
459459
path = Tests;
460460
sourceTree = "<group>";

0 commit comments

Comments
 (0)