Documentation ¶
Index ¶
- type ArchInput
- type Lipo
- func (l *Lipo) Archs() ([]string, error)
- func (l *Lipo) Create() error
- func (l *Lipo) DetailedInfo(w io.Writer) error
- func (l *Lipo) Extract(arches ...string) error
- func (l *Lipo) ExtractFamily(arches ...string) error
- func (l *Lipo) Info() ([]string, error)
- func (l *Lipo) Remove(arches ...string) (err error)
- func (l *Lipo) Replace(inputs []*ReplaceInput) error
- func (l *Lipo) Thin(arch string) error
- func (l *Lipo) VerifyArch(arches ...string) (bool, error)
- type Option
- type ReplaceInput
- type SegAlignInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lipo ¶
type Lipo struct {
// contains filtered or unexported fields
}
func (*Lipo) ExtractFamily ¶
func (*Lipo) Replace ¶
func (l *Lipo) Replace(inputs []*ReplaceInput) error
type Option ¶
type Option func(l *Lipo)
func WithHideArm64 ¶ added in v0.2.0
func WithHideArm64() Option
func WithInputs ¶
func WithOutput ¶
func WithSegAlign ¶
func WithSegAlign(aligns ...*SegAlignInput) Option
type ReplaceInput ¶
type ReplaceInput = ArchInput
type SegAlignInput ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.