mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
Remove 2.3 beta mention now (#174)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user