diff --git a/Plug-ins/Rust.ideplugin/Contents/Info.plist b/Plug-ins/Rust.ideplugin/Contents/Info.plist
index 455aa44..87b501d 100755
--- a/Plug-ins/Rust.ideplugin/Contents/Info.plist
+++ b/Plug-ins/Rust.ideplugin/Contents/Info.plist
@@ -24,6 +24,8 @@
DVTPlugInCompatibilityUUIDs
+ B89EAABF-783E-4EBF-80D4-A9EAC69F77F2
+ 2FD51EF8-522D-4532-9698-980C4C497FD1
426A087B-D3AA-431A-AFDF-F135EC00DE1C
8B9F56A7-4D8B-41AA-A65D-D4906CDF1539
8A66E736-A720-4B3C-92F1-33D9962C69DF
@@ -39,7 +41,8 @@
26355AE5-C605-4A56-A79B-AD4207EA18DD
D7881182-AD00-4C36-A94D-F45FC9B0CF85
72F7D751-F810-43B8-A53F-1F1DFD74FC54
- 92CB09D8-3B74-4EF7-849C-99816039F0E7
+ A74FBA51-FFEA-4409-B976-6FC3225A6F64
+ 92CB09D8-3B74-4EF7-849C-99816039F0E7
BAB79788-ACEE-4291-826B-EC4667A6BEC5
XCPluginHasUI
diff --git a/README.md b/README.md
index de6bae0..200bef9 100644
--- a/README.md
+++ b/README.md
@@ -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`
-
-
-