-
Notifications
You must be signed in to change notification settings - Fork 7
Renaming Your App
Ravbug edited this page Jul 13, 2019
·
10 revisions
- Open
mac.xcodeproj - Select the top level item
macin the left sidebar, then press General, and expand the side pane - Select
macDynamicormacStaticand press Enter. - Type the new name. You can exclude the words 'dynamic' or 'static' from the new name.
- Repeat for the other target.
- Build the app to ensure that it works.
Information coming soon
- Open
makefilein a plain-text editor - On line 3, set
target =to a new name of your choosing - Run
make clean && maketo rebuild the app with the new name, or delete the executable inlinux-build/and runmaketo partial rebuild with the new name.