Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DDIInfo ¶
type DDIInfo struct {
// Used for image selection from manifest
ImageType string
// Image data and signature
ImageData []byte
SignatureData []byte
// Paths to required files
TrustcachePath string
ManifestPath string
// DMG mounting info
MountPoint string
NeedsUnmount bool
// For personalization
BuildManifest *plist.BuildManifest
}
DDIInfo holds all configuration for Developer Disk Images
func GetDDIInfo ¶
Click to show internal directories.
Click to hide internal directories.