CEP Extension for specific version using manifest.xml
Let’s say I want to target Illustrator 2026. I’ve seen examples like:
Let’s say I want to target Illustrator 2026. I’ve seen examples like:
Understood. I thought that would suffice, but you have a reason to limit CEP to specific major versions only.
It seems values up to 9 digits can be used. While formats like `30.999999999` are technically allowed, it's unclear whether they will function correctly.
Thanks @sttk3 ! I was able to find the right answer in that document.
<Host Name="ILST" Version="[30,31)" />
Yes, that’s an opening bracket but a closing parenthesis. This means "everything above 30 but below 31" so everything "2026" and no "2027"
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.