Discover Packages
github.com/unix-world/smart-fyne
cmd
fyne
internal
mobile
package
Version:
v0.0.0-...-af2ff9b
Opens a new window with list of versions in this module.
Published: Dec 21, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 36
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Jump to ...
Documentation
Overview
Index
Constants
Variables
Functions
AppOutputName(os, name, release)
DetectIOSTeamID(optCert)
RunNewBuild(target, appID, icon, name, version, build, release, distribution, ...)
Types
Source Files
Directories
Documentation
Documentation
¶
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.
AppOutputName provides the name of a build resource for a given os - "ios" or "android".
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
func RunNewBuild(target, appID, icon, name, version string , build int , release, distribution bool , cert, profile string , tags []string ) error
RunNewBuild executes a new mobile build for the specified configuration
Writer implements an APK file writer.
NewWriter returns a new Writer writing an APK file to w.
The APK will be signed with key.
Close finishes writing the APK. This includes writing the manifest and
signing the archive, and writing the ZIP central directory.
It does not close the underlying writer.
Create adds a file to the APK archive using the provided name.
The name must be a relative path. The file's contents must be written to
the returned io.Writer before the next call to Create or Close.
Source Files
¶
Directories
¶
Package binres implements encoding and decoding of android binary resources.
Package binres implements encoding and decoding of android binary resources.
Click to show internal directories.
Click to hide internal directories.