Skip to content

Renaming Your App

Ravbug edited this page May 10, 2019 · 10 revisions

Renaming the output Executables:

macOS

  1. Open mac.xcodeproj
  2. Select the top level item mac in the left sidebar, then press General, and expand the side pane
  3. Select macDynamic or macStatic and press Enter.
  4. Type the new name. You can exclude the words 'dynamic' or 'static' from the new name.
  5. Repeat for the other target.
  6. Build the app to ensure that it works. Highligting a renamed macDynamic in the Xcode interface

Windows

Information coming soon

Linux

Information coming soon

Clone this wiki locally