Re: [Pyobjc-dev] placing a module inside of an xcode project
Brought to you by:
ronaldoussoren
|
From: Matthew A. <man...@gm...> - 2009-02-21 16:13:09
|
Thank you! I didn't know there was such a thing as a "folder reference". Once I know that, the solution is easy to understand. I think I need to sit down and read all of the XCode guides, and then figure out what the python project templates do *exactly*. Matt On Sat, Feb 21, 2009 at 12:23 AM, Armando Rivera <air...@gm...> wrote: > Hi, Matthew. > > Here are the steps I tried that seemingly work: > > 1 - In Xcode, Right-Click on "Resources" > 2 - Select Add-->Existing Files and select the folder containing your package > 3 - In the ensuing dialog, place a check in "Copy items into > Destination Group's Folder" > 4 - While still in the dialog, make sure "Create Folder References for > any added folder" is selected. > 5 - Click "Add", and your package folder should be created intact > within Resources ready to be accessed. > > Armando. |