Fix Xcode name

Thiago Holanda 2020-05-16 20:36:17 +02:00
parent d3f5d0e002
commit 87f115152a

@ -176,7 +176,7 @@ $ cd $GOPATH/src/golang.org/x/mobile/example/bind
$ gomobile bind -target=ios golang.org/x/mobile/example/bind/hello
```
Gomobile bind will generate a framework bundle called `Hello.framework`. Open the sample XCode project by running the command below.
Gomobile bind will generate a framework bundle called `Hello.framework`. Open the sample Xcode project by running the command below.
```
$ open ios/bind.xcodeproj