plistgen

package
v2.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Release

func Release(bundleID, version, title, url string) ([]byte, error)

Types

type ApplePlistAsset

type ApplePlistAsset struct {
	Kind string `plist:"kind"`
	URL  string `plist:"url"` // kind, url
}

type ApplePlistItem

type ApplePlistItem struct {
	Assets   []*ApplePlistAsset  `plist:"assets"`
	Metadata *ApplePlistMetadata `plist:"metadata"`
}

type ApplePlistMetadata

type ApplePlistMetadata struct {
	BundleIdentifier string `plist:"bundle-identifier"`
	BundleVersion    string `plist:"bundle-version"`
	Kind             string `plist:"kind"`
	Title            string `plist:"title"`
}

type ApplePlistRelease

type ApplePlistRelease struct {
	Items []*ApplePlistItem `plist:"items"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL