{"id":20911591,"url":"https://github.com/wojciech-kulik/ios-dev-starter-nvim","last_synced_at":"2025-04-06T18:14:13.641Z","repository":{"id":206828968,"uuid":"717740081","full_name":"wojciech-kulik/ios-dev-starter-nvim","owner":"wojciech-kulik","description":"Bootstrap for iOS development in Neovim + LazyVim","archived":false,"fork":false,"pushed_at":"2025-03-20T21:45:02.000Z","size":52,"stargazers_count":99,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-06T06:30:02.678Z","etag":null,"topics":["ios","macos","neovim","nvim","swift","xcode"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wojciech-kulik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"wojciech-kulik"}},"created_at":"2023-11-12T12:49:30.000Z","updated_at":"2025-04-01T03:23:46.000Z","dependencies_parsed_at":"2024-03-15T08:24:57.328Z","dependency_job_id":"7de003ba-5e1c-4c49-9f82-1c4d5bb2b1cf","html_url":"https://github.com/wojciech-kulik/ios-dev-starter-nvim","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"7b784fb05bfb2972d2c23426b586990f272750a6"},"previous_names":["wojciech-kulik/ios-dev-starter-nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-kulik%2Fios-dev-starter-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-kulik%2Fios-dev-starter-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-kulik%2Fios-dev-starter-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-kulik%2Fios-dev-starter-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wojciech-kulik","download_url":"https://codeload.github.com/wojciech-kulik/ios-dev-starter-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526762,"owners_count":20953143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","macos","neovim","nvim","swift","xcode"],"created_at":"2024-11-18T14:22:42.582Z","updated_at":"2025-04-06T18:14:13.618Z","avatar_url":"https://github.com/wojciech-kulik.png","language":"Lua","funding_links":["https://github.com/sponsors/wojciech-kulik"],"categories":[],"sub_categories":[],"readme":"# ios-dev-starter-nvim\n\nThis a repository with a sample config that provides all features required to develop iOS and macOS apps in Neovim.\n\n## Requirements\n\n- [codelldb](https://github.com/vadimcn/codelldb/releases) - download latest release for DARWIN and unzip `vsix` file. Then make sure that the path in `nvim-dap.lua` points to this folder\n- [Xcodeproj](https://github.com/CocoaPods/Xcodeproj) - to manage Xcode project file\n- [xcode-build-server](https://github.com/SolaWing/xcode-build-server) - build your project in Xcode, clone the repository, unzip, and run this tool for your project\n- [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) - to debug on physical devices and/or run apps on devices below iOS 17\n- [SwiftLint](https://github.com/realm/SwiftLint) - code linter\n- [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) - code formatter\n- [xcbeautify](https://github.com/cpisciotta/xcbeautify) - Xcode logs formatter\n- [coreutils](https://formulae.brew.sh/formula/coreutils) - allows to print macOS app logs without attached debugger\n\n## Installation\n\nPlease make sure to install all dependencies and get familiar with [README.md from xcodebuild.nvim repository](https://github.com/wojciech-kulik/xcodebuild.nvim).\n\n```\nbrew install xcode-build-server xcbeautify swiftformat swiftlint ruby pipx rg jq coreutils\ngem install xcodeproj\npipx install pymobiledevice3\n```\n\n## Trying Out This Config\n\nIf you want to just try this config without affecting your own. You can check out this repository to your `~/.config` directory and run:\n\n```bash\nNVIM_APPNAME=ios-dev-starter-nvim nvim\n```\n\n## Basic Key Bindings\n\n`\u003cleader\u003e` = `space`\n\n- `\u003cleader\u003eX` - open `xcodebuild.nvim` picker with project actions\n- `\u003cleader\u003exf` - to open Project Manager and manage files\n- `\u003cleader\u003edd` - build, run \u0026 debug app\n- `\u003cleader\u003edt` - debug tests\n- `\u003cleader\u003exr` - build \u0026 run\n- `\u003cleader\u003exb` - build project\n- `\u003cleader\u003ext` - run tests\n- `\u003cleader\u003exc` - toggle code coverage\n- `\u003cleader\u003exC` - show code coverage report\n- `\u003cleader\u003eb` - toggle breakpoint\n- `\u003cleader\u003ee` - nvim-tree\n- `\u003cleader\u003efg` - Telescope grep\n- `\u003cleader\u003eff` - Telescope find file\n- `\u003cleader\u003ett` - toggle Trouble\n\n## Full Tutorial\n\nThis repository is a complementary project for my blog post: [The Complete Guide To iOS \u0026 macOS Development In Neovim](https://wojciechkulik.pl/ios/the-complete-guide-to-ios-macos-development-in-neovim).\n\nPlease read it to learn how to use this config.\n\n## Xcodebuild.nvim\n\nIf you already have your setup, you may want to check out just my [xcodebuild.nvim](https://github.com/wojciech-kulik/xcodebuild.nvim) plugin that adds actions like build, run, and test for iOS and macOS apps to your Neovim.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciech-kulik%2Fios-dev-starter-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwojciech-kulik%2Fios-dev-starter-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciech-kulik%2Fios-dev-starter-nvim/lists"}