From 6d74ca692016e5748dfef85d197df920a52f2278 Mon Sep 17 00:00:00 2001 From: "Hg Q." Date: Thu, 5 Mar 2026 18:12:34 +0700 Subject: [PATCH] chore(docs): add external link to SwiftUI Multi-platform example (#1588) --- Docs/Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Examples.md b/Docs/Examples.md index fdabac85..a4a32b93 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.