ipa

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	Severity  string `json:"severity"` // CRITICAL, WARN, INFO
	Guideline string `json:"guideline,omitempty"`
	Title     string `json:"title"`
	Detail    string `json:"detail"`
	Fix       string `json:"fix,omitempty"`
}

Finding from IPA inspection.

type InspectResult

type InspectResult struct {
	IPAPath  string    `json:"ipa_path"`
	AppName  string    `json:"app_name"`
	BundleID string    `json:"bundle_id,omitempty"`
	Size     int64     `json:"size_bytes"`
	Findings []Finding `json:"findings"`
}

InspectResult holds the full IPA inspection output.

func Inspect

func Inspect(ipaPath string) (*InspectResult, error)

Inspect analyzes an IPA file for App Store compliance issues.

Jump to

Keyboard shortcuts

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