Skip to content

Commit 560be10

Browse files
authored
Update README.md
1 parent ae81833 commit 560be10

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,7 @@ far better than I ever will.
5252

5353
[Tracking Issue Here](https://github.com/apollographql/xcode-graphql/issues/23)
5454

55-
### Setup script
56-
57-
Run the following command in your terminal:
58-
59-
```
60-
./setup.sh
61-
```
62-
63-
### Usage
55+
## Usage
6456

6557
If properly set up, you should be able to add Kotlin source to Xcode, set up breakpoints, and step through code.
6658
Be careful not to have Kotlin source added to the iOS Bundle output.
@@ -80,11 +72,6 @@ files shipped with Xcode. Xcode plugin file from [GraphQL](https://github.com/ap
8072
LLDB formatting originally comes from the Kotlin/Native project, source [konan_lldb.py](https://github.com/JetBrains/kotlin-native/blob/dbb162a4b523071f31913e888e212df344a1b61e/llvmDebugInfoC/src/scripts/konan_lldb.py), although the way data is grabbed has been heavily modified to better
8173
support an interactive debugger.
8274

83-
## Xcode 11 Beta
84-
85-
The current version of the plugin will still allow you to add breakpoints and run the debugger, but source code highlighting is not yet functional. When Xcode 11 releases
86-
we'll dig back into the situation.
87-
8875
## Possible Future Stuff
8976

9077
### Color File

0 commit comments

Comments
 (0)