Anyone able to get iTunes installed on M1 Macs?
I just got an M1. Its been almost 10 years since I got a new mac and.........a lot of stuff has changed lol, and I almost always hate change, why mess with that which isnt broken ya know?What exactly are your issues ? I am currently using 12.9 on both Catalina and Big Sur
Luckily I dont use any of that stuff besides music.I have heard issues with M1
I’m on intel so I’m ok. Good luck with Music, TV, Books and Podcasr apps
I don’t envy you
What about settings and such?Always has for me, I wouldn’t expect anything different for the M1
Wow, nice. Actually wasnt really expecting it to work perfect like that. Still gotta actually do it, but, sounds like I shouldnt have any problems, hopefully.Everything you specify yes
So..........13 days later and yeah im screwed right now. It all started with an app that wouldnt install, worked fine before I did the assistant, and on any other account I created (when I actually still could) which then led me to doing the assistant again etc etc etc, also changed my account name, directory, because I wanted to update it, just a preference type thing, and yeah now the whole thing is acting like im not the admin, wont accept my password in security/privacy, cant make a new account because the password again, wont accept......... Im legit defeated at this point, apparently you cant reset the smc on m1s soooooo....... All because one app.......wouldnt install......Everything you specify yes
how did you do that am strugling to get it to workI got 12.6.5 running on my M1 MacBook Air (via Retroactive) but could not sign in. Wanted to use it for podcasts instead of the woeful Podcasts.app on Big Sur.
12.9.5 would not run at all.
It’s of no use, you can not sign in and the Podcasts section displays a blank white page.how did you do that am strugling to get it to work
And you install them with Retroactive? I do not care about the store, just to use iTunes for my libraries.I’ve tested iTunes12.6.5 and iTunes12.8.3 on M1 running 12.5 (21G72).
I’ve installed iTunes 12.6.5 with Retroactive and with my script and the result was the same.And you install them with Retroactive? I do not care about the store, just to use iTunes for my libraries.
set theDMG to choose file with prompt "Please select iTunes dmg file:" of type {"dmg"}
do shell script "hdiutil mount " & quoted form of POSIX path of theDMG
do shell script "pkgutil --expand /Volumes/iTunes/Install\\ iTunes.pkg ~/tmp"
do shell script "hdiutil unmount /Volumes/iTunes/"
do shell script "cd ~/tmp/iTunesX.pkg; cat Payload | gunzip -dc |cpio -i; ditto ~/tmp/iTunesX.pkg/Applications/iTunes.app ~/tmp/iTunes.app;"
do shell script "plutil -replace CFBundleGetInfoString -string 'iTunes 13.8.3' ~/tmp/iTunes.app/Contents/Info.plist"
do shell script "plutil -replace CFBundleShortVersionString -string 13.8.3 ~/tmp/iTunes.app/Contents/Info.plist"
do shell script "plutil -replace CFBundleVersion -string 13.8.3 ~/tmp/iTunes.app/Contents/Info.plist"
do shell script "touch ~/tmp/iTunes.app"
do shell script "ditto ~/tmp/iTunes.app /Applications/iTunes.app"
do shell script "rm -rf ~/tmp"
do shell script "open /Applications/iTunes.app"
Thank you so much! You have always been helpfull.I’ve installed iTunes 12.6.5 with Retroactive and with my script and the result was the same.
You can try iTunes 12.8.3 with this script:
Code:set theDMG to choose file with prompt "Please select iTunes dmg file:" of type {"dmg"} do shell script "hdiutil mount " & quoted form of POSIX path of theDMG do shell script "pkgutil --expand /Volumes/iTunes/Install\\ iTunes.pkg ~/tmp" do shell script "hdiutil unmount /Volumes/iTunes/" do shell script "cd ~/tmp/iTunesX.pkg; cat Payload | gunzip -dc |cpio -i; ditto ~/tmp/iTunesX.pkg/Applications/iTunes.app ~/tmp/iTunes.app;" do shell script "plutil -replace CFBundleGetInfoString -string 'iTunes 13.8.3' ~/tmp/iTunes.app/Contents/Info.plist" do shell script "plutil -replace CFBundleShortVersionString -string 13.8.3 ~/tmp/iTunes.app/Contents/Info.plist" do shell script "plutil -replace CFBundleVersion -string 13.8.3 ~/tmp/iTunes.app/Contents/Info.plist" do shell script "touch ~/tmp/iTunes.app" do shell script "ditto ~/tmp/iTunes.app /Applications/iTunes.app" do shell script "rm -rf ~/tmp" do shell script "open /Applications/iTunes.app"
Download the dmg from https://support.apple.com/kb/dl1977
Unfortunately, Retroactive was last updated on Sep 07, 2020 and the developer stopped responding to issues.So happy to see that people are still updating Retroactive
Oh, I didn't read carefully enough then. That's a shame. Again, Music has been a huge letdown, compared to iTunes. I never understood the constant whining about iTunes, probably from Windows laptop users? iTunes is/was the best music library program available, and handles large music collections brilliantly. You can't even search for genre in Music. Hopefully others can pick up the mantle, and keep updating Retroactive for future Macs and MacOS'.Unfortunately, Retroactive was last updated on Sep 07, 2020 and the developer stopped responding to issues.
https://github.com/cormiertyshawn895/Retroactive/releases
https://github.com/cormiertyshawn895/Retroactive/issues