Open eofom opened 7 years ago
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
if (!(key = selection.intValue))
In this scenario use the number. Strange bundle ID because I thought bundle IDs must begin with [a-z].
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