Project file generation binding #34
wojciech-kulik
announced in
Tips & Tricks
Replies: 1 comment 2 replies
-
@wojciech-kulik I have the plugin working for most things, but the most important one, our work project using Tuist 4.11 doesn't. I'm not sure how to configure it. Also, are you saying I need to open just some Xcode project and then use tuist generate to have Neovim open it correctly? That seems wrong, so I'm simply misunderstanding. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are using some tool to generate the project file (like xcodegen or Tuist), it's worth setting up some binding to regenerate the project.
If your project config is not in your root directory, you can use a small trick with
pushd
andpopd
to run your commands as if you were in the right location.You can use the same approach to update your dependencies like CocoaPods or SPM packages.
Beta Was this translation helpful? Give feedback.
All reactions