Select a color scheme for your Dotfyle experience

wojciech-kulik / xcodebuild.nvim

xcodebuild.nvim

Neovim plugin to Build, Debug, and Test applications created for Apple devices (iOS, macOS, watchOS, etc.)
689 10 0 5 days ago
utility manually-created
xcodebuild.nvim enables iOS, iPadOS, and macOS app development in Neovim. It supports various actions like building, running, and testing, and includes features such as a test explorer, code coverage display, and log parsing. It relies on command line tools like xcodebuild and simctl and integrates with other plugins like nvim-dap and telescope.nvim.

Breaking changes in xcodebuild.nvim

272f0d 5 days ago
feat!: added support for Swift Packages (#219)
c63f0a 5 days ago
chore!: refactored shell commands - improved escaping (#220)
ae3921 2 weeks ago
feat!: file manager options have been moved to project_manager node (#207)

Media

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "wojciech-kulik/xcodebuild.nvim",
  dependencies = {
    "nvim-telescope/telescope.nvim",
    "MunifTanjim/nui.nvim",
  },
  config = function()
    require("xcodebuild").setup({})
  end,
}

Developers using xcodebuild.nvim

more configs
PangPangPangPangPang/mxvim
/
4 init.lua 85 7681
Dr-42/dotfiles
/.config/nvim
1 init.lua 44 2175
kiahjh/dotfiles
/nvim/.config/nvim
1 init.lua 34 1245
bigdra50/dotfiles
/
0 .vimrc 39 1492