Skip to content

Feature Request: Add support for App Auto-Patch Updates #83

Description

@TechTrekkie

With App Auto Patch 3.6.0, I've added a new report plist that can be used with SupportCompanion.
See the following for more details per your original request: App-Auto-Patch/App-Auto-Patch#194

The file will be located at the following path: /Library/Management/AppAutoPatch/xyz.techitout.appAutoPatchReport.plist

Below is a sample of the plist. Please let me know if any changes to the output are needed so I can implement that into App Auto-Patch

<plist version="1.0">
<dict>
	<key>ItemsToInstall</key>
	<array>
		<dict>
			<key>date_discovered</key>
			<string>2026-07-08 09:10:45 -0700</string>
			<key>display_name</key>
			<string>Bezel</string>
			<key>installed_version</key>
			<string>4.0.2</string>
			<key>name</key>
			<string>bezel</string>
			<key>version_to_install</key>
			<string>4.7.0</string>
		</dict>
	</array>
	<key>LastUpdated</key>
	<string>2026-07-08 09:28:16 -0700</string>
</dict>
</plist>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions