From d96ee12629d44650f9025158283b8182b910f9ee Mon Sep 17 00:00:00 2001 From: Dongyu Zhao Date: Tue, 15 Jul 2025 14:06:11 +0800 Subject: [PATCH] Update README to mention XcodeGen --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa44346..8600a46 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# swift-parser \ No newline at end of file +# swift-parser + +This project uses [XcodeGen](https://github.com/yonaskolb/XcodeGen) to generate the Xcode project from `project.yml`. +To create the `SwiftParser.xcodeproj`, run: + +```bash +xcodegen +```