Any built-in Xcode mechanisms/strategies for a post-process strip?
Any built-in Xcode mechanisms/strategies for a post-process strip?
- Subject: Any built-in Xcode mechanisms/strategies for a post-process strip?
- From: "E. Wing" <email@hidden>
- Date: Mon, 5 Nov 2007 06:40:13 -0700
I'm working on a custom SDK for my 3rd party frameworks. Currently, I
have my normal build process which creates the frameworks with all
their resources and executable code. I want to keep these since I plan
to ship these as well so people can actually run stuff.
But since both the compilation of the frameworks takes a long time,
and the build settings are non-trivial, I would like to be able to
reuse the above frameworks and create a copy of them that runs 'strip
-c' and removes the unnecessary resources.
Is there something in Xcode that will help me do this? I know I could
write my own shell-script phase, but I was hoping for something a
little more intelligent and less fragile.
Thanks,
Eric
_______________________________________________
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