From 87f115152a47fa08a2e46d70bef78c70a8959ec5 Mon Sep 17 00:00:00 2001 From: Thiago Holanda Date: Sat, 16 May 2020 20:36:17 +0200 Subject: [PATCH] Fix Xcode name --- Mobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile.md b/Mobile.md index 93e7e3ed..5535c9e8 100644 --- a/Mobile.md +++ b/Mobile.md @@ -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