riboseinc / cryptode-mac

Cryptode macOS Menu App

Home Page:https://www.cryptode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple UI instances may run at same time

jjr840430 opened this issue · comments

commented

I tried to run executable twice and it didn't happen to me. Could you explain what's going on?

commented

@nmtitov Yes, I tried to run the multiple instances from Xcode.

@jjr840430 I guess you mean @nmtitov :)
Actually it may happen for Mac applications during running from XCode - normal launch services should not allow this. Or debug/release versions have different app IDs.
Anyway, add some check for running instances in applicationWillFinishLaunching may be easily added.