• 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: Custom Xcode template _Prefix.pch rename woes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom Xcode template _Prefix.pch rename woes


  • Subject: Re: Custom Xcode template _Prefix.pch rename woes
  • From: Ken Tozier <email@hidden>
  • Date: Tue, 21 Aug 2007 03:59:28 -0400


On Aug 21, 2007, at 2:52 AM, Jim Wrenholt wrote:

this works for me.

In my TemplateInfo.plist

	FilesToRename = {
		"code/GenericApp_Prefix.pch" = "code/«PROJECTNAME»_Prefix.pch";
	};

	FilesToMacroExpand = (
		"code/«PROJECTNAME»_Prefix.pch",
		);


then in my «PROJECTNAME»Target.xcconfig i have.

GCC_PREFIX_HEADER = code/«PROJECTNAME»_Prefix.pch;

Thanks Jim. Unfortunately, I already tried all that stuff - no luck.

Ken

_______________________________________________
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: 
 >Custom Xcode template _Prefix.pch rename woes (From: Ken Tozier <email@hidden>)
 >Re: Custom Xcode template _Prefix.pch rename woes (From: Jim Wrenholt <email@hidden>)

  • Prev by Date: Re: Custom Xcode template _Prefix.pch rename woes
  • Next by Date: RE: Custom data formatter for pthread_mutex_t?
  • Previous by thread: Re: Custom Xcode template _Prefix.pch rename woes
  • Next by thread: Re: Custom Xcode template _Prefix.pch rename woes
  • Index(es):
    • Date
    • Thread