Skip to content

Commit

Permalink
Update librime, plum and Sparkle to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Apr 28, 2024
1 parent b18f023 commit 096e94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sparkle
Submodule Sparkle updated 77 files
+15 −14 .github/workflows/ci.yml
+2 −2 .github/workflows/create-draft-release.yml
+14 −3 Autoupdate/AppInstaller.m
+1 −1 Autoupdate/SPUInstallationInfo.h
+5 −1 Autoupdate/SPUInstallationInputData.h
+16 −2 Autoupdate/SPUInstallationInputData.m
+3 −3 Autoupdate/SPUXarDeltaArchive.m
+1 −1 Autoupdate/SUBinaryDeltaApply.m
+1 −1 Autoupdate/SUBinaryDeltaCreate.m
+7 −0 Autoupdate/SUCodeSigningVerifier.h
+25 −1 Autoupdate/SUCodeSigningVerifier.m
+63 −5 Autoupdate/SUPlainInstaller.m
+9 −2 Autoupdate/SUSignatureVerifier.h
+29 −5 Autoupdate/SUSignatureVerifier.m
+1 −1 Autoupdate/main.m
+14 −2 CHANGELOG
+1 −1 Carthage-dev.json
+12 −5 Configurations/ConfigCommon.xcconfig
+1 −1 Configurations/ConfigDownloader.xcconfig
+18 −44 Configurations/make-release-package.sh
+2 −2 Configurations/set-git-version-info.sh
+5 −5 Documentation/Design Practices.md
+3 −3 Documentation/Installation.md
+1 −1 Documentation/Security.md
+0 −0 Downloader/Downloader.entitlements
+1 −2 Downloader/SPUDownloader.m
+0 −12 InstallerConnection/org.sparkle-project.InstallerConnection.entitlements
+1 −1 InstallerLauncher/SUInstallerLauncher.m
+0 −12 InstallerStatus/org.sparkle-project.InstallerStatus.entitlements
+4 −4 Package.swift
+2 −2 README.markdown
+2 −2 Sparkle.podspec
+42 −11 Sparkle.xcodeproj/project.pbxproj
+1 −1 Sparkle/SPUBasicUpdateDriver.m
+3 −2 Sparkle/SPUCoreBasedUpdateDriver.m
+1 −1 Sparkle/SPUDownloadDriver.h
+1 −1 Sparkle/SPUInstallerDriver.m
+3 −3 Sparkle/SPUStandardUpdaterController.h
+3 −3 Sparkle/SPUUpdater.h
+2 −2 Sparkle/SPUUpdater.m
+1 −1 Sparkle/SPUUpdaterDelegate.h
+11 −7 Sparkle/SPUUserDriver.h
+24 −0 Sparkle/SPUVerifierInformation.h
+27 −0 Sparkle/SPUVerifierInformation.m
+1 −0 Sparkle/SUAppcastItem+Private.h
+1 −1 Sparkle/SUAppcastItem.m
+1 −1 Sparkle/SUApplicationInfo.m
+2 −1 Sparkle/SULocalizations.h
+1 −1 Sparkle/SULog.h
+1 −1 Sparkle/SULog.m
+0 −2 Sparkle/SUSignatures.m
+2 −2 Sparkle/SUStatus.xib
+4 −4 Sparkle/SUStatusController.m
+21 −63 Sparkle/SUUpdateAlert.m
+4 −4 Sparkle/SUUpdatePermissionPrompt.m
+4 −1 Sparkle/SUUpdateValidator.h
+10 −5 Sparkle/SUUpdateValidator.m
+2 −2 Sparkle/SUUpdater.h
+1 −1 Sparkle/SUUpdater.m
+1 −1 Sparkle/SUUpdaterDelegate.h
+3 −3 Sparkle/ko.lproj/SUUpdateAlert.strings
+11 −8 Sparkle/ko.lproj/SUUpdatePermissionPrompt.strings
+83 −11 Sparkle/ko.lproj/Sparkle.strings
+18 −0 Sparkle/nn.lproj/SUUpdateAlert.strings
+24 −0 Sparkle/nn.lproj/SUUpdatePermissionPrompt.strings
+90 −0 Sparkle/nn.lproj/Sparkle.strings
+162 −0 TestApplication/nn.lproj/MainMenu.strings
+3 −3 Tests/SUAppcastTest.swift
+5 −5 Tests/SUBinaryDeltaTest.m
+15 −14 Tests/SUSignatureVerifierTest.m
+2 −2 Tests/SUUpdateValidatorTest.swift
+1 −0 Tests/Sparkle Unit Tests-Bridging-Header.h
+47 −0 common_cli/secret.swift
+1 −1 generate_appcast/URL+Hashing.swift
+40 −14 generate_appcast/main.swift
+32 −28 generate_keys/main.swift
+34 −17 sign_update/main.swift
2 changes: 1 addition & 1 deletion plum

0 comments on commit 096e94f

Please sign in to comment.