Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainiumllc/rust-xcode-plugin
This is a bare bones xcode plugin for the rust language. It enables breakpoints to work
https://github.com/brainiumllc/rust-xcode-plugin
Last synced: 2 days ago
JSON representation
This is a bare bones xcode plugin for the rust language. It enables breakpoints to work
- Host: GitHub
- URL: https://github.com/brainiumllc/rust-xcode-plugin
- Owner: BrainiumLLC
- Created: 2018-09-08T06:04:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T06:44:01.000Z (6 months ago)
- Last Synced: 2024-12-13T12:50:13.337Z (11 days ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 96
- Watchers: 5
- Forks: 47
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-xcode-plugin
This plugin is provided as-is with no guarantees of any kind.
Syntax highlighting isn't great, but setting breakpoints in the GUI should work.
Based on:
https://github.com/youknowone/rust-xcode-langspec
https://github.com/steventroughtonsmith/lua-xclangspecIf your Xcode UUID is not listed [here](https://github.com/BrainiumLLC/rust-xcode-plugin/blob/master/Plug-ins/Rust.ideplugin/Contents/Info.plist), please make an issue (or a pull request!) and we'll add it.
You can check your UUID with this command:
```sh
$ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
```
Once the UUID is added, execute the `setup.sh` scriptYou may have to quit and reopen Xcode once or twice and click the `Load Bundle` button in a popup that should appear automatically.
## Manual Install
Place the `Plug-ins` folders in `~/Library/Developer/Xcode`Place the `Rust.xclangspec` in `/Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/Resources/LanguageSpecifications`
Place `Xcode.SourceCodeLanguage.Rust.plist` in `/Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/Resources/LanguageMetadata`