Functionsยง
- convert_
caf_ to_ m4a - Convert CAF audio to M4A/AAC using afconvert.
- convert_
mp3_ to_ caf - Convert MP3 to CAF for iMessage audio messages.
- convert_
to_ jpg - Convert HEIC/HEIF/TIFF image to JPEG using sips.
- exec_
shell_ command - Execute a shell command, returning stdout (or stderr if stdout is empty).
- execute_
applescript - Execute a multi-line AppleScript string via
osascript. - get_
icloud_ account - Get the iCloud account identifier from MobileMeAccounts.plist.
- get_
region - Get the system region/locale for phone number formatting.
- is_
sip_ disabled - Check if SIP (System Integrity Protection) is disabled.
- resize_
image - Resize an image using sips (either by width or height).
- safe_
execute_ applescript - Execute an AppleScript with error handling. Logs warnings on failure.