jovaska / ipoddisk

Automatically exported from code.google.com/p/ipoddisk
0 stars 0 forks source link

Fix for "Sorry iPodDisk requires OS X 10.4 or later" on all OS X versions #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Right click iPodDisk.app
2. Click "Show Package Contents"
3. Navigate to Content>MacOS
4. Right click "iPodDisk", select "open With", and select "Other"
5. Open the file with TextEdit
6. Go to line 20. Should read:

    echo $osxver | grep '^10\.[45]'

7. Change it to say:

    echo $osxver | grep '^10\.[456789]'

8. Save it, close it out, and reopen iPodDisk.app

Should work now.

Original issue reported on code.google.com by snpau...@gmail.com on 11 Nov 2011 at 7:06