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.)
406 3 0 4 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

f8d8ea 1 month ago
fix!: handling build configurations (#96)
736e43 1 month ago
fix!: removed `XcodebuildSelectProject` command (#97)
c10557 2 months ago
feat!: added support for debugging on physical devices

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 76 7423
Frostplexx/vim-config
/
1 init.lua 25 1521
kiahjh/dotfiles
/nvim/.config/nvim
0 init.lua 33 1108