Skip to content
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

example folder naming with iOS examples #12

Open
danomatika opened this issue Aug 2, 2013 · 4 comments
Open

example folder naming with iOS examples #12

danomatika opened this issue Aug 2, 2013 · 4 comments

Comments

@danomatika
Copy link

The suggested example naming uses a "-" which iOS doesn't support in the bundle name. iOS examples should be "exampleIOS", etc.

@bilderbuchi
Copy link
Member

thanks. what does iOS think about underscores? would example_IOS be possible?

@danomatika
Copy link
Author

From this SO post, the bundle name and bundle identifier must be plain ASCII with no spaces. I've tried an underscore before and it doesn't work. The issue is that the ProjectGenerator doesn't replace the invalid characters, so you'll get a warning about the unsupported character.

Again, as the SO post says, the displayed name and app store names are 2 other options which do support expanded characters. So until the PG sets those names from the folder name and cleans the bundle names, it's safest to suggest avoid - and _ etc.

@bilderbuchi
Copy link
Member

_ is an ASCII character, though. so, is the allowed range A-Z,a-z,0-9?

@danomatika
Copy link
Author

So is -, I think they mean alphanumeric yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants