Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Jul 18, 2024
1 parent b3685fb commit 0a94d7c
Show file tree
Hide file tree
Showing 22 changed files with 4,556 additions and 5,326 deletions.
3 changes: 3 additions & 0 deletions Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"compression-type" : "lossless"
}
}
4 changes: 2 additions & 2 deletions Assets.xcassets/Symbols/lock.fill.symbolset/lock.fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Assets.xcassets/rime.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "rime.pdf",
"filename" : "rime.svg",
"idiom" : "universal"
}
],
Expand Down
Binary file removed Assets.xcassets/rime.imageset/rime.pdf
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets.xcassets/rime.imageset/rime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Sparkle
Submodule Sparkle updated 90 files
+15 −14 .github/workflows/ci.yml
+2 −2 .github/workflows/create-draft-release.yml
+28 −6 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
+1 −1 Autoupdate/SUBinaryDeltaUnarchiver.h
+4 −2 Autoupdate/SUBinaryDeltaUnarchiver.m
+7 −0 Autoupdate/SUCodeSigningVerifier.h
+25 −1 Autoupdate/SUCodeSigningVerifier.m
+1 −1 Autoupdate/SUDiskImageUnarchiver.h
+4 −2 Autoupdate/SUDiskImageUnarchiver.m
+1 −1 Autoupdate/SUFlatPackageUnarchiver.h
+17 −3 Autoupdate/SUFlatPackageUnarchiver.m
+28 −13 Autoupdate/SUInstaller.m
+1 −1 Autoupdate/SUPipedUnarchiver.h
+4 −2 Autoupdate/SUPipedUnarchiver.m
+63 −5 Autoupdate/SUPlainInstaller.m
+9 −2 Autoupdate/SUSignatureVerifier.h
+29 −5 Autoupdate/SUSignatureVerifier.m
+1 −1 Autoupdate/SUUnarchiver.h
+5 −7 Autoupdate/SUUnarchiver.m
+1 −1 Autoupdate/main.m
+29 −2 CHANGELOG
+1 −1 Carthage-dev.json
+11 −4 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
+6 −11 Tests/SUUnarchiverTest.swift
+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
+16 −28 generate_appcast/Unarchive.swift
+40 −14 generate_appcast/main.swift
+32 −28 generate_keys/main.swift
+34 −17 sign_update/main.swift
Loading

0 comments on commit 0a94d7c

Please sign in to comment.