View Single Post
  #18  
Old 12-08-2021, 04:58 PM
LukeHoward LukeHoward is offline
Member
 
Join Date: Mar 2001
Location: Melbourne
Posts: 1,238
Default Re: 2021.12 | Release Notes

This is pretty crude but, on macOS you can use the following in Terminal to enumerate plugin versions:

Code:
find "/Library/Application Support/Avid/Audio/Plug-Ins" -name Info.plist -print -exec /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" "{}" \;
For better or worse, it also captures the version of PACE (iLok) against which the plugin was built, which may be useful with the current issue. I'll leave it to someone else to tabulate and prettify the output
__________________
https://lukehoward.com/
Reply With Quote