- Edited
Suppose user has a profile named a
in the location ~/Applications/Orion RC/Orion RC Profiles/{uuid}/a.app
.
Then, user moves profile to ~/Applications/a.app
.
Then, upon launching the a
profile via any means, ie any of these:
- launching the app located in
~/Applications/a.app
, - profile selector in address bar
- manage profiles window
the profile a
app is re-created in ~/Applications/Orion RC/Orion RC Profiles/{uuid}/a.app
.
Intended behavior:
no new profile app is created. For example,NSWorkspace.shared.urlForApplication(withBundleIdentifier: {bundle id of profile})
can be used to determine the location of the profile app.