mobile/bind
Changkun Ou 18b1a0c48f cmd/gomobile: use Apple Development over iPhone Developer
Apple Development Program was introduced in WWDC2015. It is 2021 today,
and there should have no possibility to use iPhone Developer certificate
for code signing.

This CL replaces "iPhone Developer" by "Apple Development" so that
cmd/gomobile can use the correct certificate to sign the building
application. Otherwise, gomobile throws an error gomobile: failed to
pull the signing certificate to determine your team ID: exit status 44

Updates golang/go#47238

Change-Id: Ia48c03ff7cda39a95159e0f77e7ba7042776f9ef
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/346151
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Hajime Hoshi <hajimehoshi@gmail.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
2021-08-31 15:17:05 +00:00
..
java bind/java, bind/objc: do not use module for reverse binding 2019-08-30 20:13:51 +00:00
objc cmd/gomobile: use Apple Development over iPhone Developer 2021-08-31 15:17:05 +00:00
seq bind: use runtime.KeepAlive to keep foreign references alive 2017-01-30 19:33:00 +00:00
testdata cmd/gomobile: enable Cgo 2020-01-23 02:49:29 +00:00
bind.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
bind_test.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
gen.go bind: ignore type aliases to basic types 2019-01-25 20:10:28 +00:00
genclasses.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
gengo.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
genjava.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
genobjc.go bind: annotate all remaining ObjC types for nullability 2019-04-12 20:20:09 +00:00
genobjcw.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
printer.go mobile/bind: move generated Java classes to package level 2016-08-22 07:41:35 +00:00
seq.go.support bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
types.go bind: handle import paths without trailing slashes correctly 2018-03-21 12:14:32 +00:00