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

Wrong behaviour if bundle id starts with a digit #175

Open
eofom opened this issue Apr 10, 2017 · 1 comment
Open

Wrong behaviour if bundle id starts with a digit #175

eofom opened this issue Apr 10, 2017 · 1 comment
Labels

Comments

@eofom
Copy link

eofom commented Apr 10, 2017

In main.cpp, line 182 (if (!(key = selection.intValue))...) if selection starts with a digit, intValue is not nil and the code thinks that we are using number. Just in case, app with a bundle-id starting with a digit: https://itunes.apple.com/us/app/clarity-money-budget-management-expense-tracker/id1148133022?mt=8

@Tatsh
Copy link
Collaborator

Tatsh commented Apr 10, 2017

In this scenario use the number. Strange bundle ID because I thought bundle IDs must begin with [a-z].

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

No branches or pull requests

2 participants