package
3.1.581+incompatible
Repository: https://github.com/blacktop/ipsw.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
CodeSign codesigns a given binary.
CodeSignAdHoc codesigns a given binary with ad-hoc signature.
No description provided by the author
No description provided by the author
CodeSignWithEntitlements codesigns a given binary with given entitlements.
Compare returns an integer comparing two versions according to semantic version precedence.
ConvertStrToInt converts an input string to uint64.
Copy recursively copies src into dst with src's file modes.
CopyWithMode recursively copies src into dst with the given mode.
Cp copies a file from src to dest.
CreateCompressedDMG creates a compressed r/o disk image containing Install macOS.app.
CreateInstaller creates an macOS installer.
CreateSparseDiskImage creates a sparse disk image and returns it's path.
No description provided by the author
No description provided by the author
No description provided by the author
DisplayImageInTerminal displays an image in the terminal (supported in iTerm2 and VSCode).
Dumper returns a WriteCloser that writes a hex dump of all written data to w.
No description provided by the author
FilterStrFromSlice removes all the strings that contain the filter from a string slice.
FilterStrSlice removes all the strings that do NOT contain the filter from a string slice.
GetBuildInfo returns the current device OS build info.
GetDeviceID returns the ioreg IOPlatformExpertDevice of the current device.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GitClone clones a git repo.
No description provided by the author
GitRefresh refreshes a git repo.
GrepStrings returns all matching strings in []byte.
HexDump returns a string that contains a hex dump of the given data.
Indent indents apex log line to supplied level.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsASCII checks if given string is ascii.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MkdirAndCopy recursively copies src into dst with src's file modes while also creating the outer directory.
Mount mounts a DMG with hdiutil.
No description provided by the author
No description provided by the author
No description provided by the author
Pad creates left padding for printf members.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RemoveStrFromSlice removes a single string from a string slice.
Retry will retry a function f a number of attempts with a sleep duration in between.
No description provided by the author
ReverseBytes reverse byte array order.
No description provided by the author
SearchPartialZip searches for files in a zip.Reader and returns a byte slice of the file.
SearchZip searches for files in a zip.Reader.
No description provided by the author
No description provided by the author
SortDevices sorts a list of device names.
No description provided by the author
No description provided by the author
No description provided by the author
SortVersions sorts a list of semantic version strings using ByVersion.
StrContainsStrSliceItem returns true if given string contains any item in the string slice.
No description provided by the author
StrSliceContains returns true if string slice contains given string.
StrSliceHas returns true if string slice has an exact given string.
TrimPrefixStrSlice trims the prefix from all strings in string slice.
Uint64SliceContains returns true if uint64 slice contains given uint64.
UnicodeSanitize sanitizes string to be used in Hugo URL's, allowing only a predefined set of special Unicode characters.
Unique returns a slice with only unique elements.
No description provided by the author
No description provided by the author
Unmount unmounts a DMG with hdiutil.
UnTarGz - https://stackoverflow.com/a/57640231.
Unzip - https://stackoverflow.com/a/24792688.
Verify verifies the downloaded against it's hash.
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
Device is an Apple device.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
ByVersion implements sort.Interface for sorting semantic version strings.
No description provided by the author