Remove 2.3 beta mention now (#174)

This commit is contained in:
Zorg
2022-10-01 09:55:35 -07:00
committed by GitHub
parent 3f2285bb3e
commit 5679b5809d
+1 -1
View File
@@ -65,7 +65,7 @@ BinaryDelta apply path/to/old/MyApp.app path/to/patched/MyApp.app patch.delta
</item>
```
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