Replies: 1 comment 3 replies
-
https://sparkle-project.org/documentation/
It is already there. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just integrated Sparkle into an app following the documentation, but it wasn't code signed correctly and failed to launch with Library Validation enabled. I integrated using Swift Package Manager. To fix it, I copied the 'Code Signing Style' (automatic) and 'Development Team' from the target settings to the project-wide settings. There weren't any existing customized values for those.
It'd be helpful if that was in the setup guide.
Edit: Ugh, ok that didn't work, I still had Library Validation off when I tried that (-‸ლ) The actual fix is that I had to add @loader_path/../Frameworks to Runpath Search Paths; this is mentioned for the manual installation documentation but not for Swift Package Manager.
Beta Was this translation helpful? Give feedback.
All reactions