Sign Build Step in Xojo - notarization setup universal?

I was surprised to see that when I changed the notarization settings in one project, it changed it for all.
Since I do work for more than one developer account this is a frustrating step.
Is there a way around this?

Is this as intended, a bug, or an error on my side?

1 Like

Hi @Chris_Halford

This is intended. Please, open a Feature Request so this information is saved per project instead of globally.

1 Like

It would be great if Xojo save it with DevelopperID. If we re-enter our DevelopperID in a new project then all settings are pasted.

Or just sync it with the bundle id on the project startup screen. Having it be universal makes it infinitely less useful. Especially since the hardening settings may change from project to project.

That’s exactly the issue I’m facing now
And I may be doing releases of several product in a single day.

If it’s scriptable then I at least have a practical workaround.

I like the suggestions. I’ll wait for a couple more and then submit a solid request.

This, in my opinion, was a real oversight.

You could provide Xojo with nothing and do the packing with AppWrapper. AppWrapper takes a document based approach to storing the settings (with secure things being on the Keychain of course).

2 Likes

I’m aware. And I do use (and love) AppWrapper.
I’d also like to reduce the number of softwares I need to run to do this.

AppWrapper can also provide a script to automate the process from the Xojo build button…

The properties might be scriptable where you could run a pre-build script and set them for each project, but only Xojo could tell us that.