From a2348d0cfa32427599ff3ec351b59709e3f65f5c Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Wed, 15 Jun 2022 04:33:42 +0100 Subject: [PATCH] Example of vscode usage as a development environment (#1218) --- Docs/Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Examples.md b/Docs/Examples.md index 27159d96..b2120985 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 - [minvws/nl-covid19-notification-app-ios](https://github.com/minvws/nl-covid19-notification-app-ios/blob/master/project.yml) - [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)