nymea / nymea-app

A nymea frontend app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on macOS, app name is nymea-app instead of nymea:app

mzanetti opened this issue · comments

Happens since we create the macOS store package

Need to revert this fix... Uploading to the app store, the bundle is rejected with the following error message:

ERROR ITMS-90267: "The name of your application bundle must end with '.app' and not contain characters ':'."

Sadly, macOS' Finder will use the app bundle file name instead of the DisplayName field in the Info.plist (as e.g. iOS does).

Question is whether we keep it it "nymea-app" or if we should use "nymea app" instead (spaces are ok).