• 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: making a framework...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making a framework...


  • Subject: Re: making a framework...
  • From: Chris Espinosa <email@hidden>
  • Date: Sun, 21 Aug 2005 21:38:42 -0700


On Aug 21, 2005, at 8:15 PM, Peter Lau wrote:

I was playing with XCode 2.1 and tried to make a "Carbon Framework"...

I added a .c and .h file to the project window and built the the framework. the build was successful but the header file does not get copied into the frameowrk hierachy so it does not look like the framework that I would see in the System Folder.

does XCode 2.1 support that out of the box or I have to start writing shell script for that purpose?

http://developer.apple.com/documentation/MacOSX/Conceptual/ BPFrameworks/Tasks/CreatingFrameworks.html

The headers are copied into the built framework by the Copy Files build phase. Turn the disclosure triangle of the target to see the build phases, and drag the header file(s) you want to be copied into that build phase. Then select the build phase and using the Detail view, set the Role of each header to Public, Private, or Project. Public and Private headers will be copied to Headers and PrivateHeaders, respectively.

Chris

_______________________________________________
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


  • Follow-Ups:
    • Re: making a framework...
      • From: Peter Lau <email@hidden>
    • Re: making a framework...
      • From: Nick Zitzmann <email@hidden>
References: 
 >making a framework... (From: Peter Lau <email@hidden>)

  • Prev by Date: making a framework...
  • Next by Date: Re: making a framework...
  • Previous by thread: making a framework...
  • Next by thread: Re: making a framework...
  • Index(es):
    • Date
    • Thread