Eto: Mac - how to change com.example.MyProgram to something else

Created on 27 Mar 2020  ·  5Comments  ·  Source: picoe/Eto

Looking at EtoSpecialFolder.ApplicationSettings, I found that Mac uses an Androidesque naming convention for Application Support (whatever that means).

In that location(?), it seems to create a folder named com.example.MyProgram or some such, presumably a parameter of some sort being created by default but that might (should?) be possible to overwrite, perhaps like MacBundleName in the .csproj file.

So, how to change com.example.MyProgram to, for example, com.MyCompany.MyProgram?

Thank you guys.

All 5 comments

It's in your Info.plist.

Manual modification after each build, then?

Found it, I think.

CFBundleIdentifier?

No, it's part of the template when you create a new solution (MyProject.Mac\Info.plist). If it isn't there, you can create one.

Got it.

Thanks for the quick reply.

Was this page helpful?
0 / 5 - 0 ratings