Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOSXCArchiveReader ¶
type IOSXCArchiveReader struct {
// contains filtered or unexported fields
}
IOSXCArchiveReader ...
func NewIOSXCArchiveReader ¶
func NewIOSXCArchiveReader(reader ZipReadCloser) IOSXCArchiveReader
NewIOSXCArchiveReader ...
func (IOSXCArchiveReader) AppInfoPlist ¶
func (reader IOSXCArchiveReader) AppInfoPlist() (plistutil.PlistData, error)
AppInfoPlist ...
type IPAReader ¶
type IPAReader struct {
// contains filtered or unexported fields
}
IPAReader ...
func (IPAReader) AppInfoPlist ¶
AppInfoPlist ...
func (IPAReader) ProvisioningProfileInfo ¶
func (reader IPAReader) ProvisioningProfileInfo() (*profileutil.ProvisioningProfileInfoModel, error)
ProvisioningProfileInfo ...
type XCArchiveReader ¶
type XCArchiveReader struct {
// contains filtered or unexported fields
}
XCArchiveReader ...
func NewXCArchiveReader ¶
func NewXCArchiveReader(reader ZipReadCloser) XCArchiveReader
NewXCArchiveReader ...
Click to show internal directories.
Click to hide internal directories.