AE 2024 Duplicating Extensions
Hey all,
I have an extension I work on, which is installed using ExManCmd (have not moved to UPIA yet). In the /Library/.../extensions folder, the extension is installed with the bundleId from the manifest (not the bundleName). As in, com.my.TestExtension, instead of TestExtension. When updates land, the previous version is removed via exmancmd --remove, and the new one installed via exmancmd --install. This has worked and still works perfectly.
With the landing of the 2024 update, it seems the extensions in the /extensions folder were duplicated, but instead of using the bundleId, it used the bundleName. So now there are two of the same extension with different folders: com.my.TestExtension, and TestExtension. This is causing issues when updating using the process previously described.
A few questions...
1. Why were the extension folders duplicated - is this a bug or something on my end I'm missing?
2. If I release a patch to remove the TestExtension folder in the next update, will it get duplicated again in say, the next 24.0.1 AE release?
3. com.my.TestExtension is not listed in UPIA --list all command, but TestExtension is. Why is that? Further, I can't remove com.my.TestExtension with UPIA --remove, and it throws a -406 error.
Thanks in advance!
