<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Thanks for your response.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">2014-10-21 15:24 GMT+02:00 Brad King <span dir="ltr"><<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>></span>:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 10/17/2014 04:16 PM, Fabian wrote:<br>
> Xcode automatically updates the devices list in the Member Center<br>
<br>
</span>Neat.  Please explain the developer workflow you envision to configure<br>
the value for local build trees.  Would it be something the developer<br>
should explicitly set in every new tree?  Should there be a common<br>
configuration in the environment?  Can it be detected programmatically?<br></blockquote><div><br></div><div>For some teams, it would probably make sense to set this for every project in the environment as it gets rid of a bunch of code signing issues. However, a membership in the developer program is needed and I do not know an easy way to detect this. An option might be to parse the output of "certtool y" for "iPhone Distribution: <COMPANY NAME> (<TEAM ID>)"; notice the <TEAM ID> in brackets.</div><div><br></div><div>However, some people (myself included) have to handle memberships in multiple programs, so there would be some manual selection involved anyway. </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">
> In the CMake source I noticed that 'BuildIndependentTargetsInParallel'<br>
> is already getting set. This could be extendet to add the 'TargetAttributes'<br>
> section.<br>
<br>
</span>Yes, that looks like the right place if you want to try a patch.<br></blockquote><div><br></div><div>I looked through the source for a while but I found that for me it would require too much work to fully patch it, since the target ID also needs to be read from somewhere and included in the pbxproj. I would highly appreciate it if you took the time, as it would probably require a fraction of what I would have to invest.<br>
</div><div><br></div><div>Regards,</div><div>Fabian</div></div><br></div></div>