mirror of
https://github.com/tauri-apps/rust-xcode-plugin.git
synced 2026-01-31 00:45:21 +01:00
Merge branch 'master' into master
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
</array>
|
||||
<key>DVTPlugInCompatibilityUUIDs</key>
|
||||
<array>
|
||||
<string>B89EAABF-783E-4EBF-80D4-A9EAC69F77F2</string>
|
||||
<string>2FD51EF8-522D-4532-9698-980C4C497FD1</string>
|
||||
<string>426A087B-D3AA-431A-AFDF-F135EC00DE1C</string>
|
||||
<string>8B9F56A7-4D8B-41AA-A65D-D4906CDF1539</string>
|
||||
<string>8A66E736-A720-4B3C-92F1-33D9962C69DF</string>
|
||||
@@ -39,7 +41,8 @@
|
||||
<string>26355AE5-C605-4A56-A79B-AD4207EA18DD</string>
|
||||
<string>D7881182-AD00-4C36-A94D-F45FC9B0CF85</string>
|
||||
<string>72F7D751-F810-43B8-A53F-1F1DFD74FC54</string>
|
||||
<string>92CB09D8-3B74-4EF7-849C-99816039F0E7</string>
|
||||
<string>A74FBA51-FFEA-4409-B976-6FC3225A6F64</string>
|
||||
<string>92CB09D8-3B74-4EF7-849C-99816039F0E7</string>
|
||||
<string>BAB79788-ACEE-4291-826B-EC4667A6BEC5</string>
|
||||
</array>
|
||||
<key>XCPluginHasUI</key>
|
||||
|
||||
@@ -8,7 +8,7 @@ Based on:
|
||||
https://github.com/youknowone/rust-xcode-langspec
|
||||
https://github.com/steventroughtonsmith/lua-xclangspec
|
||||
|
||||
If your Xcode UUID is not listed [here](https://github.com/mtak-/rust-xcode-plugin/blob/master/Plug-ins/Rust.ideplugin/Contents/Info.plist), please make an issue (or a pull request!) and I'll add it.
|
||||
If 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
|
||||
@@ -19,11 +19,8 @@ Once the UUID is added, execute the `setup.sh` script
|
||||
You 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 `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`
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user