From 46727ce2373f37153023c3e964151998b67aa819 Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:54:07 +0100 Subject: [PATCH 1/3] wip [skip ci] --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f11c0115..58e32b34 100644 --- a/README.md +++ b/README.md @@ -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. From b237d26f073e5edd5f0e1f057dc4dea9c2dc262c Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:59:51 +0100 Subject: [PATCH 2/3] wip [skip ci] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c414dc..8dcf6e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] From f1618dd362bb19e794757f6368ba87494822c479 Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:35:20 +0100 Subject: [PATCH 3/3] wip [skip ci] --- Tests/Tests.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests.xcodeproj/project.pbxproj b/Tests/Tests.xcodeproj/project.pbxproj index 1924c353..5d230e4a 100644 --- a/Tests/Tests.xcodeproj/project.pbxproj +++ b/Tests/Tests.xcodeproj/project.pbxproj @@ -453,8 +453,8 @@ children = ( D5B67B852A0D3193007D5D9B /* ViewTypes */, D5F0BE6729C0DC4900AD95AB /* PlatformVersionTests.swift */, - D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */, D58CE15729C621DD0081BFB0 /* TestUtils.swift */, + D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */, ); path = Tests; sourceTree = "";