build: finally settle on empty iOS ObjC package prefixes

This commit is contained in:
Péter Szilágyi 2017-01-05 14:32:30 +02:00
parent bb2e99dfc2
commit 9b135a9c20
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

@ -792,7 +792,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", "i", "-v", "github.com/ethereum/go-ethereum/mobile")
bind := gomobileTool("bind", "--target", "ios", "--tags", "ios", "-v", "github.com/ethereum/go-ethereum/mobile")
if *local {
// If we're building locally, use the build folder and stop afterwards