You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bundle name may be stripped to empty string (#87)
bundle display names may not contain any ascii characters. In this case, when stripping the characters it may end up blank which causes the request for ensuring app id to fail as it does not accept blank fields.
this uses CFBundleName and has a fallback to the bundle identifier.
0 commit comments