From 5679b5809d04841dbc898b975c99772cfc024797 Mon Sep 17 00:00:00 2001 From: Zorg Date: Sat, 1 Oct 2022 09:55:35 -0700 Subject: [PATCH] Remove 2.3 beta mention now (#174) --- documentation/delta-updates/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/delta-updates/index.md b/documentation/delta-updates/index.md index 7e88a94..46d1e05 100644 --- a/documentation/delta-updates/index.md +++ b/documentation/delta-updates/index.md @@ -65,7 +65,7 @@ BinaryDelta apply path/to/old/MyApp.app path/to/patched/MyApp.app patch.delta ``` -Sparkle 2.3 (beta) introduces two optional attributes for testing if a delta update can be applied before downloading a delta update. These are the `sparkle:deltaFromSparkleExecutableSize` and `sparkle:deltaFromSparkleLocales` attributes. The `sparkle:deltaFromSparkleExecutableSize` attribute refers to the file size in bytes of `Sparkle.framework/Versions/B/Sparkle` from the older application. The `deltaFromSparkleLocales` refers to a comma-delimited partial list of `.lproj` locale directory names (minus the path extension) in `Sparkle.framework/Versions/B/Resources/` from the old application. These attributes help Sparkle detect cases where a user strips your application's localizations or architecture slices. In these cases, Sparkle can skip attempting to download and apply a delta update. +Sparkle 2.3 introduces two optional attributes for testing if a delta update can be applied before downloading a delta update. These are the `sparkle:deltaFromSparkleExecutableSize` and `sparkle:deltaFromSparkleLocales` attributes. The `sparkle:deltaFromSparkleExecutableSize` attribute refers to the file size in bytes of `Sparkle.framework/Versions/B/Sparkle` from the older application. The `deltaFromSparkleLocales` refers to a comma-delimited partial list of `.lproj` locale directory names (minus the path extension) in `Sparkle.framework/Versions/B/Resources/` from the old application. These attributes help Sparkle detect cases where a user strips your application's localizations or architecture slices. In these cases, Sparkle can skip attempting to download and apply a delta update. ### Compatibility