All MacOS .pkg files for the JBR currently include identifier="com.jetbrains.jbr" which may cause issues when multiple versions are installed / will break uninstalls.
Please consider transitioning to something like identifier="com.jetbrains.jbr$majorversion" so that multiple installs can be supported more cleanly (e.g. in homebrew casks).
Ex:
com.jetbrains.jbr25
com.jetbrains.jbr21
com.jetbrains.jbr17
All MacOS .pkg files for the JBR currently include
identifier="com.jetbrains.jbr"which may cause issues when multiple versions are installed / will break uninstalls.Please consider transitioning to something like
identifier="com.jetbrains.jbr$majorversion"so that multiple installs can be supported more cleanly (e.g. in homebrew casks).Ex: