Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode extension #1432

Open
markst opened this issue Dec 21, 2023 · 3 comments
Open

VSCode extension #1432

markst opened this issue Dec 21, 2023 · 3 comments

Comments

@markst
Copy link
Contributor

markst commented Dec 21, 2023

You might remember the repo I created last year:
https://github.com/markst/hotreloading-vscode-ios
#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
Copy link
Contributor Author

markst commented Dec 21, 2023

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
Copy link
Contributor Author

markst commented Jan 9, 2024

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

@yonaskolb
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants