Skip to content

Commit da38dd1

Browse files
committed
2 parents 2d95b09 + 0ab3110 commit da38dd1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Kotlin.ideplugin/Contents/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<!-- Xcode 10.3 (10G8) -->
4343
<string>B89EAABF-783E-4EBF-80D4-A9EAC69F77F2</string>
4444
<string>07BAA045-2DD3-489F-B232-D1D4F8B92D2D</string>
45+
<!-- Xcode 11.0 (11A420a) -->
46+
<string>2FD51EF8-522D-4532-9698-980C4C497FD1</string>
47+
<!-- Xcode 11.1 (11A1027) -->
48+
<string>92CB09D8-3B74-4EF7-849C-99816039F0E7</string>
4549
</array>
4650
<key>XCPluginHasUI</key>
4751
<false/>

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Plugin to facilitate debugging iOS applications using Kotlin Native in Xcode.
44
Defines Kotlin files as source code, with basic highlighting. Allows you to
55
set breakpoints and includes llvm support to view data in the debug window.
66

7+
> ## **We're Hiring!**
8+
>
9+
> Touchlab is looking for Android-focused mobile engineers, experienced with Kotlin and
10+
> looking to get involved with Kotlin Multiplatorm in the near future. [More info here](https://on.touchlab.co/2P94J5q).
11+
712
## Blog post and live demo
813

914
Check out the [blog post and sign up for the live video demo](https://medium.com/@kpgalligan/kotlin-xcode-plugin-64f52ff8dc2a) on Friday 4/26 (3pm EST).
@@ -103,4 +108,4 @@ UUID of your version of Xcode, run the following:
103108
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
104109
```
105110

106-
Info [from here](https://www.mokacoding.com/blog/xcode-plugins-update/)
111+
Info [from here](https://www.mokacoding.com/blog/xcode-plugins-update/)

0 commit comments

Comments
 (0)