Closed dan-phantom closed 9 months ago
Hi @dan-phantom! If the app is already running, you can do something like the following.
const match = App.all().find(app => app.bundleIdentifier() === 'identifier');
I don't know why I didn't think of this, thank you 🙏
Hi, is it possible to get an app by bundleIdentifier and not the name?
I have a weird case when two apps have the same name "Simulator" but they are different and I guess Phoenix tries to maximise the wrong one.
Thank you 🤗