-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bundleIdPrefix #67
Conversation
I just realized this could be solved without this feature
vs
Is this feature, worth it then? Maybe not |
@yonaskolb, I think it worth, I mean it. This is something I wanted, too.
I always wanted to do something like this:
This would be some 'unique' nice feature of XcodeGen. More clearer when you look at it. |
@kixswift thanks for the feedback. You don't think this is simple enough?
MyApplication would get a PRODUCT_BUNDLE_IDENTIFIER of |
Also maybe this should be moved to |
Um... well, actually you have a point and this might be just my personal preference. And I totally agree with you that this is an option. |
Are there any other reasons why a bundleIdPrefix would be useful? Xcode makes you set one when creating a project and calls it the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea of using the bundleID prefix. Having the prefix as an option will ensure that all the bundle identifiers are consistent across the targets.
@pepibumur, that's good point 🎉 |
Fixes #62
This is used for automatically generating PRODUCT_BUNDLE_IDENTIFIER if it's not specified