-
- Downloads
Preserve bundle creation date when creating and applying delta updates (#2583)
This will preserve the file creation date of the new app bundle, but not the file creation date of any of the files inside the new app bundle because tracking those changes is complex/undesirable. This bumps the major binary delta version to 4. A new test has been added for testing that the new bundle creation date is also preserved.
Showing
- Autoupdate/SPUDeltaArchive.m 4 additions, 1 deletionAutoupdate/SPUDeltaArchive.m
- Autoupdate/SPUDeltaArchiveProtocol.h 2 additions, 1 deletionAutoupdate/SPUDeltaArchiveProtocol.h
- Autoupdate/SPUSparkleDeltaArchive.m 22 additions, 2 deletionsAutoupdate/SPUSparkleDeltaArchive.m
- Autoupdate/SPUXarDeltaArchive.m 1 addition, 1 deletionAutoupdate/SPUXarDeltaArchive.m
- Autoupdate/SUBinaryDeltaApply.m 10 additions, 0 deletionsAutoupdate/SUBinaryDeltaApply.m
- Autoupdate/SUBinaryDeltaCommon.h 4 additions, 3 deletionsAutoupdate/SUBinaryDeltaCommon.h
- Autoupdate/SUBinaryDeltaCommon.m 3 additions, 1 deletionAutoupdate/SUBinaryDeltaCommon.m
- Autoupdate/SUBinaryDeltaCreate.m 17 additions, 1 deletionAutoupdate/SUBinaryDeltaCreate.m
- Tests/SUBinaryDeltaTest.m 56 additions, 12 deletionsTests/SUBinaryDeltaTest.m
Loading
Please register or sign in to comment