sterin / vscode-xcodebuild-tools

Work with Xcode projects from inside Visual Studio Code
MIT License
57 stars 9 forks source link

Add support for multiple configs #6

Closed amatosov-rbx closed 1 year ago

amatosov-rbx commented 5 years ago

This change allows having array of configurations or a single configuration in xcodebuild-tools.json UI picker is provided to switch active configuration (workspace/scheme) Selection of active debug and build configuration is preserved per-project

amatosov-rbx commented 5 years ago

I have battle tested it for couple weeks so far and it works flawlessly. Please let me know if you have any concerns.

amatosov-rbx commented 5 years ago

@sterin can you please take a look at this PR?