-
Hello! After integrating Sparkle using Swift Package Manager I ran into an issue while exporting the app. Apparently I need to choose a profile for Sparkle tools ( From the documentation:
The code sign seems to be handled correctly by Xcode when generating the archive but is it normal that Xcode is asking these profiles? If yes, how are we supposed to handle it? Should we generate a provisioning profile for these tools or is there something included in Sparkle to resolve this? Additional information:
I read most of the issues/discussions related to these issues but didn't find a clear answer of what's expected here. So I suppose I'm doing something wrong but can't see what. Any help is appreciated, thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In the end I've been able to pass the notarisation after the dmg after signing it using |
Beta Was this translation helpful? Give feedback.
-
I believe I don't change anything. I just leave it as "Select Profile" for those bundles and continue to export/notarize it in Xcode. I don't recommend much of what is discussed in #1550. If you want to use the command line, you can use |
Beta Was this translation helpful? Give feedback.
In the end I've been able to pass the notarisation after the dmg after signing it using
sign_update
. I'm still unable to export it through Xcode but it works in command line tools so... Anyway, I can move on since it's working this way but I'm curious if that was expected or if I had to do something differently.