From cc3e79e1a229c91262aa3ee45540a3c43f4d0073 Mon Sep 17 00:00:00 2001 From: Hg Q Date: Sat, 3 Jan 2026 19:02:58 +0700 Subject: [PATCH] chore(docs): add external link to SwiftUI Multi-platform example --- Docs/Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Examples.md b/Docs/Examples.md index fdabac855..a4a32b93f 100644 --- a/Docs/Examples.md +++ b/Docs/Examples.md @@ -11,3 +11,4 @@ These are a bunch of real world examples of XcodeGen project specs. Feel free to - [pvinis/react-native-xcodegen](https://github.com/pvinis/react-native-xcodegen/blob/master/templates) - [covid19cz/erouska-ios](https://github.com/covid19cz/erouska-ios/blob/develop/project.yml) - [markst/hotreloading-vscode-ios](https://github.com/markst/hotreloading-vscode-ios) +- [MultiPlatformApp](https://github.com/hgq287/HGSwift/tree/master/Examples/MultiPlatformApp) - A modern **SwiftUI** multi-platform (iOS & macOS) example featuring a modular 3-tier architecture and shared logic.