• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Configuring the xcode environment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuring the xcode environment


  • Subject: Re: Configuring the xcode environment
  • From: Mike Lazear <email@hidden>
  • Date: Wed, 26 Jan 2005 18:26:20 -0800


On Jan 26, 2005, at 11:17 AM, David Ewing wrote:

This command should work:

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME = "My Company"; }'

You need to restart Xcode after running that in Terminal.

I cut and pasted the above string into Terminal and it worked. I then went and checked the plist to see what I was
doing wrong in my previous attempts. I was trying to make PBXCustomTemplateMacroDefinitions a string and then
set the string to the complete value within the quotes. What it actual is is a dictionary with one key/value
pair. The child (key/value) pair is ORGANIZATIONNAME for the property of class String and the value
is My Company.


So basically the problem was my ignorance of the Property List program and how it expects data formatted.

I appreciate the help.

Mike



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >RE: Configuring the xcode environment (From: Jeff Laing <email@hidden>)
 >Re: Configuring the xcode environment (From: Mike Lazear <email@hidden>)
 >Re: Configuring the xcode environment (From: David Ewing <email@hidden>)

  • Prev by Date: RE: Configuring the xcode environment
  • Next by Date: RE: Configuring the xcode environment
  • Previous by thread: Re: Configuring the xcode environment
  • Next by thread: RE: Configuring the xcode environment
  • Index(es):
    • Date
    • Thread