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.)
1191 19 0 2 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

55220b 1 month ago
feat!: Project Manager integration with XcodeProjectCLI (#385)
818215 9 months ago
feat!: added previews for SwiftUI, UIKit, and AppKit (#302)
c63f0a 1 year ago
chore!: refactored shell commands - improved escaping (#220)

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
reybits/config-nvim
/nvim
5 init.lua 58 5611
kiahjh/dotfiles
/nvim/.config/nvim
5 init.lua 28 879
PangPangPangPangPang/mxvim
/
5 init.lua 96 7407
gldtn/nvim
/
3 init.lua 63 4654