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
Right now if I want to rename my app. As in change the path and the display name, there seems to be no straight-forward way of doing it sans editing some dozens of XMLs.
Would it be possible to implement a rename command of sorts? Or is there a trivial way to do it that I'm missing out on ?
The text was updated successfully, but these errors were encountered:
Well, what I mean is "there is no direction as to what the files are and if I grep for the app name I find it in dozens of places under the macos dir of the project"
Maybe this is more of an issue of me not understanding macos apps and beyond the scope of this project?
I think an automatic script wouldn't be a good idea, since it can be a lot of places that have to change.
We renamed our app (and bundle identifier) and I just did it by search and replacing and then taking a look at the errors. Highly not recommended though.
Part of that can be found in this commit.
Right now if I want to rename my app. As in change the path and the display name, there seems to be no straight-forward way of doing it sans editing some dozens of XMLs.
Would it be possible to implement a rename command of sorts? Or is there a trivial way to do it that I'm missing out on ?
The text was updated successfully, but these errors were encountered: