Last active
November 19, 2020 23:03
-
-
Save kerrishotts/6a8bea49c4e52f1bfe738df4a406bef4 to your computer and use it in GitHub Desktop.
Support Matrix for in-app Extensibility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extensibility Feature | Intel | Windows ARM | Apple silicon (Rosetta 2) | Apple silicon (Native) | |
---|---|---|---|---|---|
C++ Plugins | ✅ | ✅ (Recompile) | ✅ | ✅ (Recompile) | |
CEP on Photoshop | ✅ | ⛔️ | ✅ | ⛔️ | |
CEP on all other apps | ✅ | ✅ | ✅ | ✅ | |
Extend Script (& ScriptUI) on all apps) | ✅ | ✅ | ✅ | ✅ | |
Generator (Ps-only) | ✅ | ⛔️ | ✅ | ⛔️ | |
UXP | ✅ | ✅ | ✅ | ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment