mobile/bind/objc
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
..
SeqBench.m bind/objc: fix benchmark test 2018-05-01 17:34:32 +00:00
SeqCustom.m cmd/gobind: fix build of ObjC bindings with a custom prefix 2018-05-01 17:35:30 +00:00
SeqTest.m bind/objc: fix comment 2018-06-13 14:23:41 +00:00
SeqWrappers.m bind: make the default name prefix empty on ObjC 2016-12-24 13:37:27 +00:00
doc.go bind/objc: GoSeq for obj-c and go communication. 2015-05-01 19:28:10 +00:00
ref.h bind,cmd: add generator for ObjC API wrappers 2016-10-16 10:25:40 +00:00
seq_darwin.go.support bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
seq_darwin.h bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
seq_darwin.m.support bind: remove error wrappers to preserve error instance identity 2016-10-04 09:11:42 +00:00
seq_test.go cmd/gomobile: use Apple Development over iPhone Developer 2021-08-31 15:17:05 +00:00