Skip to content

Commit 6f6910d

Browse files
committed
Update Readme
1 parent 3847a3a commit 6f6910d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,14 @@ The color definition is basically Java's with minor additions. This could be bet
9393
### Install
9494

9595
It's a bash script, which works, but does not take into account non-standard install directories and various other possible config options. This could be improved.
96+
97+
## Xcode Updates
98+
99+
Every time Xcode is updated we need the UUID. It needs to be added to `Kotlin.ideplugin/Contents/Info.plist`. To find the
100+
UUID of your version of Xcode, run the following:
101+
102+
```
103+
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
104+
```
105+
106+
Info [from here](https://www.mokacoding.com/blog/xcode-plugins-update/)

0 commit comments

Comments
 (0)