@bogdanw I used to use iTunes via Retroactive and now I tried your plist mod.
It's working fine per se, but none of my scripts are anymore. Like if you try in Terminal:
it returns:
There is nothing to tick in
Any ideas? Thanks!
EDIT: Ok, the problems originate from modifying the version number in
All functions work (including iPod sync) if I simply take the unmodified
But this leaves the prohibited iTunes icon and it can't be started by double-clicking the
Btw, Retroactive additionally does this:
It's working fine per se, but none of my scripts are anymore. Like if you try in Terminal:
/usr/bin/osascript -e 'tell application "iTunes" to playpause'
it returns:
execution error: Not authorized to send Apple events to iTunes. (-1743)
There is nothing to tick in
Security & Privacy > Automation
Any ideas? Thanks!
EDIT: Ok, the problems originate from modifying the version number in
Info.plist
and version.plist
.All functions work (including iPod sync) if I simply take the unmodified
iTunes.app
from Mojave and start it with:
Bash:
#!/bin/bash
/Applications/iTunes.app/Contents/MacOS/iTunes & exit
iTunes.app
.Btw, Retroactive additionally does this:
Bash:
export DYLD_FRAMEWORK_PATH="${iTunes_PATH}/iTunes.app/Contents/Frameworks"
export DYLD_LIBRARY_PATH="${iTunes_PATH}/iTunes.app/Contents/Frameworks"
Last edited: