On Wed, Dec 17, 2008 at 11:32 AM, Phil Hystad <phys...@mac.com> wrote: > OK, I am fairly new to Xcode and Cocoa programming and I want to change the > __MyCompanyName__ template macro definition. ... > The procedure I tried was to set ORGANIZATIONNAME in the > PBXCustomTemplateMacroDefinitions key of the Xcode plist. First, I could > not find it by looking at the plist. So, I tried the defaults command from > the shell and this seemed to work but no change in behavior on Xcode in > spite of cycling Xcode and trying a number of other things.
That's strange, any instructions I've come across (when I've had to look them up) have always worked for me. Try the "defaults write" approach from the command line. If you would rather stick to editing the plist, keep in mind that "__My Company Name__" is the default, so it won't be written to disk in the plist file - you'll have to add the key and value yourself, then save it. For the future, keep in mind that these questions are off-topic for the cocoa-dev list (as they have nothing to do with Cocoa itself). You want the xcode-users list for anything Xcode-specific. -- I.S. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com