Skip to content

Commit

Permalink
build: finally settle on empty iOS ObjC package prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jan 5, 2017
1 parent bb2e99d commit 9b135a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b135a9

Please sign in to comment.