Can't export privatekeys using generate_keys #2624
-
Using Sparkle 1.24 to and am using generate_keys -x my_private_key and it still saves it in keychain. But it works in Sparkle's latest distribution provided. Is the only way to upgrade Sparkle in my app? If so, how tiring will the API changes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can use the latest tools even if you're using an older framework in your app. Check #2248 For upgrading the Sparkle framework (recommended) check https://sparkle-project.org/documentation/upgrading/ There shouldn't be any breaking API changes from 1.24 -> 1.27.3 so you should be able to easily upgrade to that version at minimum. Upgrading to Sparkle 2 is a bit more work but still worthwhile (e.g. more efficient updating). There's a compatibility API layer however so you may be able to upgrade without making changes, initially (albeit with deprecation warnings). Check the upgrading page above for more detailed information. |
Beta Was this translation helpful? Give feedback.
You can use the latest tools even if you're using an older framework in your app. Check #2248
For upgrading the Sparkle framework (recommended) check https://sparkle-project.org/documentation/upgrading/
There shouldn't be any breaking API changes from 1.24 -> 1.27.3 so you should be able to easily upgrade to that version at minimum.
Upgrading to Sparkle 2 is a bit more work but still worthwhile (e.g. more efficient updating). There's a compatibility API layer however so you may be able to upgrade without making changes, initially (albeit with deprecation warnings). Check the upgrading page above for more detailed information.