aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-12-08 20:09:26 +0800
committerFelix Lange <fjl@twurst.com>2016-12-08 20:09:26 +0800
commit0fe35b907addf1c066cb4d7c717bb23f9f2e7be4 (patch)
treece23037c4256b7c1ec4561d7477c33b328aa81e8 /build
parent3fc7c978277051391f8ea7831559e9f4f83c3166 (diff)
downloadgo-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.tar
go-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.tar.gz
go-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.tar.bz2
go-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.tar.lz
go-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.tar.xz
go-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.tar.zst
go-tangerine-0fe35b907addf1c066cb4d7c717bb23f9f2e7be4.zip
mobile: iOS naming and API fixes for generators and Swift (#3408)
* build: modify the iOS namespace to iGeth (gomobile limitation) * mobile: assign names to return types for ObjC wrapper * mobile: use more expanded names for iOS/Swift API
Diffstat (limited to 'build')
-rw-r--r--build/ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go
index c202480b2..c985e2da6 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -800,7 +800,7 @@ func doXCodeFramework(cmdline []string) {
// Build the iOS XCode framework
build.MustRun(goTool("get", "golang.org/x/mobile/cmd/gomobile"))
build.MustRun(gomobileTool("init"))
- bind := gomobileTool("bind", "--target", "ios", "--tags", "ios", "--prefix", "GE", "-v", "github.com/ethereum/go-ethereum/mobile")
+ bind := gomobileTool("bind", "--target", "ios", "--tags", "ios", "--prefix", "i", "-v", "github.com/ethereum/go-ethereum/mobile")
if *local {
// If we're building locally, use the build folder and stop afterwards