How to change the Installer.app path of files in a XCode project
How to change the Installer.app path of files in a XCode project
- Subject: How to change the Installer.app path of files in a XCode project
- From: learnfromforum learnfromforum <email@hidden>
- Date: Fri, 6 Mar 2009 12:46:05 -0800 (PST)
Dear all,
In the Resources directory of an open source XCode project (developed under Mac 10.4), there are some image files:
DotBlue.tif DotGray.tif DotGrayDisabled.tif
By checking the Get Info of these files I found they are stored in "/Applications/Utilities/Installer.app/Contents/Resources/DotBlue.tif".
But I have realized that this Installer.app directory is not true for Mac 10.5.6 anymore. And I am using Mac 10.5.6
In Mac 10.5.6, the Installer.app is in "/System/Library/CoreServices/Installer.app"
Now, I want to change the directory path of these three .tif filesfrom "/Applications/Utilities/Installer.app/Contents/Resources/DotBlue.tif" to "/System/Library/CoreServices/Installer.app/Contents/Resources/DotBlue.tif"
But in the Get Info window, there is only "Choose" button for changing the path of this file. And Installer.app is not a directory so that I can not go to its sub directories.
My question is how I can do this.
Thank you very much for your support.
Tu
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden