Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming an app #2233

Open
George3d6 opened this issue Oct 21, 2024 · 3 comments
Open

Renaming an app #2233

George3d6 opened this issue Oct 21, 2024 · 3 comments

Comments

@George3d6
Copy link

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 ?

@Saadnajmi
Copy link
Collaborator

Dozens of Xml, you mean the storyboard files / xibs?

@George3d6
Copy link
Author

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?

@AdrianFahrbach
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants