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>
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.plistBelow 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