iTerm 2.9 beta creates too many folders in Application Support
iTerm 2.9.20160313, when opened for the very first time, will create both of the following dirs:
~/Library/Application Support/iTerm
~/Library/Application Support/iTerm2
It will create both of them even if neither existed prior to opening iTerm 2.9. This is confusing and also seems needless; can't it just be one or the other?
There are some other places where the app can't seem to make up its mind regarding "iTerm" versus "iTerm2", such as in the Applescript support, where you have to use "iTerm2" when you do
tell app "System Events" to (name of every process) contains "iTerm2"
But you have to use "iTerm" when you do
tell app "iTerm" to...
In both cases, if you use the other name it fails. I hope that just one name can be settled on and made consistent throughout the app.