yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

VSCode extension #1432

Open markst opened 6 months ago

markst commented 6 months ago

You might remember the repo I created last year: https://github.com/markst/hotreloading-vscode-ios https://github.com/yonaskolb/XcodeGen/pull/1218

I had conceived the idea of creating an extension which would enable creating the project.yml and generating the xcodeproj in order to build and run using Visual Studio Code without every having to open Xcode.app.

I've since found the time to start creating a VSCode extension which can wrap up some of this process: https://github.com/markst/vscode-xcodegen-builder

image
markst commented 6 months ago

It does parse the project.yml in order to read the target name: https://github.com/markst/vscode-xcodegen-builder/blob/develop/src/projectconfig.ts

markst commented 5 months ago

@yonaskolb I wonder if we might consider an official npm package rather than https://github.com/expo/xcodegen

yonaskolb commented 2 months ago

Nice work @markst. I probably couldn't commit to maintaining another package, especially as npm is not my world. What would be the benefits of having an "official" package? Would you like to own a package such as that?