Documentation ¶
Overview ¶
Package mobile is a partial clone of the golang.org/x/mobile/cmd/gomobile package. It also includes the golang.org/x/mobile/internal/bindata as a subpackage.
The full project, it's license and command line tools can be found at https://github.com/golang/mobile
This package is for the purpose of removing a runtime dependency and will be removed in due course.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppOutputName ¶ added in v1.4.0
AppOutputName provides the name of a build resource for a given os - "ios" or "android".
func DetectIOSTeamID ¶ added in v1.4.0
DetectIOSTeamID finds the team ID used by the app certificates. The optional parameter specifies the certificate name to use. If none is specified the code will check standard names
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer implements an APK file writer.
func NewWriter ¶
func NewWriter(w io.Writer, priv *rsa.PrivateKey) *Writer
NewWriter returns a new Writer writing an APK file to w. The APK will be signed with key.