wojciech-kulik / xcodebuild.nvim

Neovim plugin to Build, Debug, and Test applications created for Apple devices (iOS, macOS, watchOS, etc.)
MIT License
643 stars 16 forks source link

xcode-build-server's config --skip-validate-bin flag support #174

Open ychie opened 3 weeks ago

ychie commented 3 weeks ago

Added an ability to toggle whether --skip-validate-bin flag is passed to xcode-build-server's config command whenever project's scheme is changed. It is required for code auto-completion to work in cases when custom swift compiler is used.

From issue https://github.com/wojciech-kulik/xcodebuild.nvim/issues/162

wojciech-kulik commented 3 weeks ago

Hi! Thank you for your contribution. Just to let you know, I'm currently quite busy, but I will check your changes at the end of the week :).