You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Running iMovie HD 06 with El Capitan

As many here may be aware, iMovie HD 06 had an issue / bug with Yosemite.


Yosemite incorrectly identified iMovie HD 06 as not compatible, even though it was. A workaround exists to make iMovie HD 06 work with Yosemite. Curious if anyone has tried iMovie HD 06 with El Capitan to see if this issue has been corrected.

Posted on Oct 2, 2015 11:01 AM

Reply
Question marked as Top-ranking reply

Posted on Oct 24, 2015 6:15 PM

Joe Gramm wrote:


I read that article a little while ago. I'm not launching the script unless someone in the forum, a lot smarter than me, say's it's okay to do so.


The script is indeed harmless. It contains just two lines:


(sleep 3; osascript -e 'tell application "iMovie HD" to activate') &

/Applications/iMovie\ HD.app/Contents/MacOS/iMovie\ HD


The second line starts the iMovie HD application binary. The first line waits 3 seconds in the background, then switches iMovie HD to the foreground; otherwise it would open behind any other running apps. I presume the 3 seconds is there to make sure iMovie HD has fully launched.


So the script works, but I have figured out a way to modify/patch iMovie HD to run directly. This may or may not be the same as the patch mentioned above, but it works for me. The steps are:


  1. Right-click iMovie HD and select Show Package Contents
  2. Double-click the Contents folder
  3. Right-click Info.plist, go to Open With, then Other...
  4. Select TextEdit
  5. Once the plist file is open in TextEdit, search for CFBundleVersion
  6. You will see 2 lines (amongst a bunch of others):

<key>CFBundleVersion</key>

<string>6.0.4</string>

  1. Change 6.0.4 to any other (higher) number. I changed it to 6.0.5 and it worked fine. You might change it to something higher than that in case Apple decides to disallow other 6.x.x numbers in the future. 10 (the current iMovie major version number, no .x.x needed) also worked just fine.
  2. Save the plist file in TextEdit


I hope this helps!

23 replies

Running iMovie HD 06 with El Capitan

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.