Is there a way to add a custom build rule to ALL targets in a project?
Is there a way to add a custom build rule to ALL targets in a project?
- Subject: Is there a way to add a custom build rule to ALL targets in a project?
- From: Roland King <email@hidden>
- Date: Tue, 28 Jan 2014 20:30:43 +0800
As the title says. I have a custom build rule which takes a script file and turns it into a .h file (xxd is a useful utility), this because command line targets don't have bundles so I need to embed the resources another way and wanted to use the same code for ALL the targets in this project, even those which have NIBs and could load resources that way.
Do I have to add this rule individually to each target and update it in each every time? I was hoping to add the rule to the project at the top level but can't find a way to do it. Is there a way?
_______________________________________________
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