> On Sep 22, 2015, at 17:04, Jens Alfke <[email protected]> wrote:
> 
> 
>> On Sep 22, 2015, at 5:38 AM, Christiaan Hofman <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> Did anyone else see this? Could it be that I did anything wrong? Or is this 
>> a bug in either Xcode’s building process or in LS, or the way they work 
>> together (which I would call a bug in both)?
> 
> I haven’t had this problem, but it would be a bug in Xcode; the variable is 
> supposed to be expanded to the actual bundle ID when the Info.plist is 
> generated at build time.
> 
> —Jens


The variable is in fact expanded by Xcode, the final product does have the 
correct bundle ID. So that’s not the problem. But somehow the registration of 
the ID in LS seems to be done before that expansion is done, because the 
defaults command thinks it’s “${PROJECT_BUNDLE_IDENTIFIER}” rather than what it 
is expanded into. I find it strange that you don’t see this problem, while I 
do. Did you check using the defaults command, or some other program that uses 
LS?

Christiaan

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to