mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
cmd/gogio: document -minsdk
Tweak documentation a bit while here. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+6
-4
@@ -8,9 +8,8 @@ Usage:
|
|||||||
|
|
||||||
gogio -target <target> [flags] <package> [run arguments]
|
gogio -target <target> [flags] <package> [run arguments]
|
||||||
|
|
||||||
The go tool is sufficient to build, install and run Gio programs on platforms
|
The gogio tool builds and packages Gio programs for platforms where additional
|
||||||
where a single executable is sufficient. The gogio tool can build and package Gio
|
metadata or support files are required.
|
||||||
programs for platforms where additional metadata or support files are required.
|
|
||||||
|
|
||||||
The package argument specifies an import path or a single Go source file to
|
The package argument specifies an import path or a single Go source file to
|
||||||
package. Any run arguments are appended to os.Args at runtime.
|
package. Any run arguments are appended to os.Args at runtime.
|
||||||
@@ -47,9 +46,12 @@ The -appid flag specifies the package name for Android or the bundle id for
|
|||||||
iOS and tvOS. A bundle id must be provisioned through Xcode before the gogio
|
iOS and tvOS. A bundle id must be provisioned through Xcode before the gogio
|
||||||
tool can use it.
|
tool can use it.
|
||||||
|
|
||||||
The -version flag specifies the integer version for Android and the last
|
The -version flag specifies the integer version code for Android and the last
|
||||||
component of the 1.0.X version for iOS and tvOS.
|
component of the 1.0.X version for iOS and tvOS.
|
||||||
|
|
||||||
|
For Android builds the -minsdk flag specify the minimum SDK level. For example,
|
||||||
|
use -minsdk 22 to target Android 5.1 (Lollipop) and later.
|
||||||
|
|
||||||
The -work flag prints the path to the working directory and suppress
|
The -work flag prints the path to the working directory and suppress
|
||||||
its deletion.
|
its deletion.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user