Re: Arbitrary dependencies for targets?
Re: Arbitrary dependencies for targets?
- Subject: Re: Arbitrary dependencies for targets?
- From: Ken Thomases <email@hidden>
- Date: Wed, 05 Dec 2012 16:34:16 -0600
On Dec 5, 2012, at 3:49 PM, Jim Zajkowski wrote:
> I have a privileged helper tool inside my app. That works fine, but there's no way to tell Xcode that "when this info.plist file changes, rebuild and relink the helper."
>
> The helper's plist is being embedded using the usual sectcreate linker flags.
>
> Is there a way to tell Xcode, "even though you can't see it, the build product depends on file Foo.plist, please trust me, I know what I'm doing?"
I think it works to make a do-nothing run-script build phase that lists Foo.plist in its input files and some input to the link step among its output files.
There might be a more direct way, but this is the first thing I thought of.
Cheers,
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