Export headers with static library on build?
Export headers with static library on build?
- Subject: Export headers with static library on build?
- From: Aroon Pahwa <email@hidden>
- Date: Tue, 24 Mar 2009 17:35:32 -0700
- Acceptlanguage: en-US
- Thread-topic: Export headers with static library on build?
Title: Export headers with static library on build?
I’m writing my first static cocoa library using xcode and I have, what I hope is, a basic question:
First, what does the ‘Copy Headers’ build step mean? I was hoping it actually copied relevant headers to some output directory where I could handily zip them up and distribute them along with the binary but that either isn’t the case or I can’t figure out where it dumps the headers.
Second, how can I export relevant header files with the libraries binary while building? Ideally the output directory would just contain the all relevant headers along with the actual lib binary so I could just zip up that whole directory and a developer would have everything they need to use that library.
Does my request even make sense? Am I over simplifying what most people might want to do? Also, if there is some documentation that covers this topic and other such intro topics I’d appreciate pointers. Just trying to find my way around =]
Thanks,
Aroon
_______________________________________________
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