Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/sparkle-project/Sparkle. Pull mirroring updated .
  1. May 02, 2024
  2. Dec 25, 2021
  3. Nov 13, 2021
  4. Nov 12, 2021
  5. Nov 08, 2021
  6. Nov 06, 2021
  7. Oct 31, 2021
  8. Oct 30, 2021
  9. Oct 29, 2021
  10. Oct 18, 2021
    • Zorg's avatar
      Set CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO for release (#1974) · f601a7a3
      Zorg authored
      This removes the com.apple.security.get-task-allow entitlement on helper executable tools and XPC Services. While this is not a big deal, I don't think we should distribute executables with this entitlement which allows debugging them (with SIP / hardened runtime on). Note notarization ought to reject this entitlement with library validation enabled, so people must be getting around this anyway (either by using Xcode's Archive / Export which automatically strips this entitlement, or re-signing Sparkle tools without preserving entitlements).
      f601a7a3
  11. Sep 23, 2021
    • Daniel Jalkut's avatar
      When applying the system font size to the baseline CSS for the web view, use... · 1ede0bc9
      Daniel Jalkut authored
      When applying the system font size to the baseline CSS for the web view, use px instead of pt to specify the font size. This is consistent with best practices for web content, and alleviates a problem wherein the text in the web view, if not based on a full-fledged release notes HTML document, appears too large. (#1962)
      
      1ede0bc9
    • Daniel Jalkut's avatar
      Don't manipulate the default WebView preferences, which at least on Monterey... · 5b8ab1b9
      Daniel Jalkut authored
      Don't manipulate the default WebView preferences, which at least on Monterey beta returns a preferences instance with nil identifier and with autosaves set to YES. This has the unfortunate effect of causing Sparkle, when it uses SULegacyWebView, to pollute the host app's user defaults with high level WebKit defaults for user style sheet, font sizes, etc. Specifying a unique identifier as well as turning autosaves off should both ensure Sparkle doesn't impose app-wide defaults on the host app, and also avoid littering the host app's preference file with identifier-prefixed defaults. (#1961)
      
      5b8ab1b9
  12. Sep 18, 2021
  13. Sep 12, 2021
  14. Sep 04, 2021
  15. Sep 03, 2021
  16. Aug 30, 2021
  17. Aug 21, 2021
  18. Jul 24, 2021
  19. Jul 22, 2021
Loading