ipanalyze

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPAInfo

type IPAInfo struct {
	BundleIdentifier string `plist:"CFBundleIdentifier"`
	MinimumOSVersion string `plist:"MinimumOSVersion"`

	Name        string `plist:"CFBundleName"`
	DisplayName string `plist:"CFBundleDisplayName"`

	Version      string `plist:"CFBundleVersion"`
	ShortVersion string `plist:"CFBundleShortVersionString"`
}

func AnalyzeApp

func AnalyzeApp(app string) (*IPAInfo, error)

AnalyzeApp takes a path to a .app directory and returns info.

func AnalyzeIPA

func AnalyzeIPA(ipa string) (*IPAInfo, error)

AnalyzeIPA takes a path to a .ipa file and returns info.

func (IPAInfo) Print

func (p IPAInfo) Print()

print bundle id, name, version, and minimumosversion to stdout.

Jump to

Keyboard shortcuts

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