bigluck / alfred2-transmit

Open Transmit Bookmarks using Alfred 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with the 4.4 MAS Version

opened this issue · comments

I think the MAS version 4.4 saves the favorites in
/Users//Library/Application\ Support/Transmit/Favorites/Favorites.sqlite

No .plist in ~/Library/Preferences

Yes sure, it doesn't work with Transmit 4.4 MAS version. But it'll be works fine. if you change line 10 in transmit.php like below.

$rootPreferences = exec('printf $HOME').'/Users/username/Library/Application Support/Transmit/Favorites/Favorites.xml';