Skip to content

Commit

Permalink
Update Sparkle
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 16, 2018
1 parent 4fd2407 commit 6b733a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle
Submodule Sparkle updated 89 files
+3 −0 .gitmodules
+18 −0 CHANGELOG
+1 −1 Configurations/ConfigCommon.xcconfig
+7 −0 Configurations/ConfigGenerateKeys.xcconfig
+4 −0 Configurations/ConfigGenerateKeysDebug.xcconfig
+4 −0 Configurations/ConfigGenerateKeysRelease.xcconfig
+1 −0 Documentation/build-docs.sh
+1 −1 README.markdown
+1 −1 Sparkle.podspec
+269 −16 Sparkle.xcodeproj/project.pbxproj
+1 −1 Sparkle/Autoupdate/Autoupdate.m
+0 −0 Sparkle/CheckLocalizations.swift
+0 −0 Sparkle/SPUDownloadData.h
+0 −0 Sparkle/SPUDownloadData.m
+0 −0 Sparkle/SPUDownloader.h
+0 −0 Sparkle/SPUDownloader.m
+0 −0 Sparkle/SPUDownloaderDelegate.h
+0 −0 Sparkle/SPUDownloaderProtocol.h
+1 −2 Sparkle/SPUDownloaderSession.m
+0 −0 Sparkle/SPULocalCacheDirectory.h
+0 −0 Sparkle/SPULocalCacheDirectory.m
+0 −0 Sparkle/SPUURLRequest.h
+1 −1 Sparkle/SPUURLRequest.m
+0 −5 Sparkle/SUAppcast.h
+2 −1 Sparkle/SUAppcastItem.h
+7 −7 Sparkle/SUAppcastItem.m
+1 −1 Sparkle/SUAutomaticUpdateAlert.m
+21 −8 Sparkle/SUBasicUpdateDriver.m
+1 −1 Sparkle/SUBinaryDeltaCommon.m
+26 −8 Sparkle/SUBinaryDeltaCreate.m
+1 −1 Sparkle/SUBinaryDeltaUnarchiver.m
+3 −1 Sparkle/SUCodeSigningVerifier.h
+23 −2 Sparkle/SUCodeSigningVerifier.m
+3 −0 Sparkle/SUConstants.h
+3 −0 Sparkle/SUConstants.m
+0 −37 Sparkle/SUDSAVerifier.h
+1 −1 Sparkle/SUDiskImageUnarchiver.m
+53 −37 Sparkle/SUFileManager.m
+4 −1 Sparkle/SUHost.h
+13 −2 Sparkle/SUHost.m
+1 −1 Sparkle/SUOperatingSystem.m
+2 −2 Sparkle/SUPipedUnarchiver.m
+20 −20 Sparkle/SUPlainInstaller.m
+32 −0 Sparkle/SUSignatureVerifier.h
+82 −34 Sparkle/SUSignatureVerifier.m
+40 −0 Sparkle/SUSignatures.h
+88 −0 Sparkle/SUSignatures.m
+1 −1 Sparkle/SUStatusController.m
+8 −2 Sparkle/SUUIBasedUpdateDriver.m
+1 −1 Sparkle/SUUnarchiverProtocol.h
+2 −2 Sparkle/SUUpdateAlert.m
+1 −1 Sparkle/SUUpdatePermissionPrompt.h
+4 −4 Sparkle/SUUpdatePermissionPrompt.m
+4 −5 Sparkle/SUUpdateValidator.h
+45 −51 Sparkle/SUUpdateValidator.m
+0 −4 Sparkle/SUUpdater.h
+21 −5 Sparkle/SUUpdater.m
+24 −4 Sparkle/SUUpdaterDelegate.h
+6 −0 Sparkle/SUUserInitiatedUpdateDriver.m
+1 −0 Sparkle/Sparkle.h
+38 −28 Sparkle/es.lproj/Sparkle.strings
+119 −0 Sparkle/fi.lproj/SUAutomaticUpdateAlert.xib
+248 −0 Sparkle/fi.lproj/SUUpdateAlert.xib
+227 −0 Sparkle/fi.lproj/SUUpdatePermissionPrompt.xib
+4 −0 Sparkle/fi.lproj/Sparkle.strings
+6 −5 Sparkle/fr.lproj/SUAutomaticUpdateAlert.xib
+4 −0 Sparkle/fr.lproj/Sparkle.strings
+5 −3 Sparkle/he.lproj/Sparkle.strings
+118 −0 Sparkle/hu.lproj/SUAutomaticUpdateAlert.xib
+245 −0 Sparkle/hu.lproj/SUUpdateAlert.xib
+226 −0 Sparkle/hu.lproj/SUUpdatePermissionPrompt.xib
+89 −0 Sparkle/hu.lproj/Sparkle.strings
+1 −1 TestApplication/SUTestApplicationDelegate.m
+1 −1 TestApplication/SUTestWebServer.m
+19 −12 Tests/SUDSAVerifierTest.m
+0 −0 bin/legacy_unsupported/generate_dsa_keys_macos_10.12_only
+0 −9 bin/sign_update
+18 −0 bin/sign_update_dsa
+1 −0 ed25519
+8 −8 fileop/fileop.m
+2 −0 generate_appcast/Appcast-Bridging-Header.h
+43 −9 generate_appcast/Appcast.swift
+16 −2 generate_appcast/ArchiveItem.swift
+0 −60 generate_appcast/DSASignature.swift
+19 −13 generate_appcast/FeedXML.swift
+110 −0 generate_appcast/Signatures.swift
+95 −22 generate_appcast/main.swift
+6 −0 generate_keys/Bridging-Header.h
+92 −0 generate_keys/main.swift

0 comments on commit 6b733a8

Please sign in to comment.