Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A fix to successfully apply the Photoshop G5 Update' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A fix to successfully apply the Photoshop G5 Update
Authored by: speechpoet on Oct 06, '03 01:31:17PM

Someone just asked me where to find Property List Editor. It's installed with OS X Developer Tools, in the folder Macintosh HD/Developer/Applications.

If you haven't installed Developer Tools, you can still make the edits. Open Info.plist in TextEdit (it's in your Applications folder). (You're now editing a raw XML file, which is tagged kind of like HTML.) Near the very end of the file, you'll find two lines:

<key>CFBundleShortVersionString</key>
<string>7.0</string>

Change the second of these lines to read:

<string>7.0.1</string>

A few lines further, you'll find:

<key>CFBundleVersion</key>
<string>7.0</string>

Change the second line to read:

<string>7.0.1</string>

Save, quit TextEdit, and launch your edited Photoshop app to make sure that it's okay. Quit, and then run the G5 updater.



[ Reply to This | # ]