Change build folder

Has anyone tried to change the build folder/Xcode project name from livecode to hyperxtalk? I was able to do quite a bit but ended up getting stuck with the project file. A file inside the Xcode project file still got created in the wrong place and the build would fail. Inside that file is still a bunch of things labeled livecode as well. Searching the repo for livecode comes up with too many results to be useful in digging at the moment.

Success at getting a compile. If anyone wants to take a look, here is my branch:

Somewhat successful on Linux (hovering over icon still shows livecodecommunity_0_9_15)

Made changes that I think will at least start the process for Windows, but I am not set up to build for that OS.

I noticed that too and was going to fix it, but if you’re already working on it, I’ll leave it be.

Yeah, my branch is a little ambitious :slight_smile:

Since I did find where to change the MacOS GYP stuff, I’m optimistic I can find the Linux side too. Folders already are working on the 2 I can easily test.

I just updated my PR with code that does actually address the tooltip for linux executables. It turned out to be a single constant in mcstring.cpp:

const char * const MCapplicationstring = "hyperxtalk";

The branch makes the compile take place in hyperxtalk vice livecode but I could only test Mac and Linux builds.

I’ll give Windows a try tomorrow