File tree
7 files changed
+65
-24
lines changed7 files changed
+65
-24
lines changed- .github/workflows/ci.yml+15-14
- .github/workflows/create-draft-release.yml+2-2
- Autoupdate/AppInstaller.m+14-3
- Autoupdate/SPUInstallationInfo.h+1-1
- Autoupdate/SPUInstallationInputData.h+5-1
- Autoupdate/SPUInstallationInputData.m+16-2
- Autoupdate/SPUXarDeltaArchive.m+3-3
- Autoupdate/SUBinaryDeltaApply.m+1-1
- Autoupdate/SUBinaryDeltaCreate.m+1-1
- Autoupdate/SUCodeSigningVerifier.h+7
- Autoupdate/SUCodeSigningVerifier.m+25-1
- Autoupdate/SUPlainInstaller.m+63-5
- Autoupdate/SUSignatureVerifier.h+9-2
- Autoupdate/SUSignatureVerifier.m+29-5
- Autoupdate/main.m+1-1
- CHANGELOG+14-2
- Carthage-dev.json+1-1
- Configurations/ConfigCommon.xcconfig+12-5
- Configurations/ConfigDownloader.xcconfig+1-1
- Configurations/make-release-package.sh+18-44
- Configurations/set-git-version-info.sh+2-2
- Documentation/Design Practices.md+5-5
- Documentation/Installation.md+3-3
- Documentation/Security.md+1-1
- Downloader/Downloader.entitlements
- Downloader/SPUDownloader.m+1-2
- InstallerConnection/org.sparkle-project.InstallerConnection.entitlements-12
- InstallerLauncher/SUInstallerLauncher.m+1-1
- InstallerStatus/org.sparkle-project.InstallerStatus.entitlements-12
- Package.swift+4-4
- README.markdown+2-2
- Sparkle.podspec+2-2
- Sparkle.xcodeproj/project.pbxproj+42-11
- Sparkle/SPUBasicUpdateDriver.m+1-1
- Sparkle/SPUCoreBasedUpdateDriver.m+3-2
- Sparkle/SPUDownloadDriver.h+1-1
- Sparkle/SPUInstallerDriver.m+1-1
- Sparkle/SPUStandardUpdaterController.h+3-3
- Sparkle/SPUUpdater.h+3-3
- Sparkle/SPUUpdater.m+2-2
- Sparkle/SPUUpdaterDelegate.h+1-1
- Sparkle/SPUUserDriver.h+11-7
- Sparkle/SPUVerifierInformation.h+24
- Sparkle/SPUVerifierInformation.m+27
- Sparkle/SUAppcastItem+Private.h+1
- Sparkle/SUAppcastItem.m+1-1
- Sparkle/SUApplicationInfo.m+1-1
- Sparkle/SULocalizations.h+2-1
- Sparkle/SULog.h+1-1
- Sparkle/SULog.m+1-1
- Sparkle/SUSignatures.m-2
- Sparkle/SUStatus.xib+2-2
- Sparkle/SUStatusController.m+4-4
- Sparkle/SUUpdateAlert.m+21-63
- Sparkle/SUUpdatePermissionPrompt.m+4-4
- Sparkle/SUUpdateValidator.h+4-1
- Sparkle/SUUpdateValidator.m+10-5
- Sparkle/SUUpdater.h+2-2
- Sparkle/SUUpdater.m+1-1
- Sparkle/SUUpdaterDelegate.h+1-1
- Sparkle/ko.lproj/SUUpdateAlert.strings+3-3
- Sparkle/ko.lproj/SUUpdatePermissionPrompt.strings+11-8
- Sparkle/ko.lproj/Sparkle.strings+83-11
- Sparkle/nn.lproj/SUUpdateAlert.strings+18
- Sparkle/nn.lproj/SUUpdatePermissionPrompt.strings+24
- Sparkle/nn.lproj/Sparkle.strings+90
- TestApplication/nn.lproj/MainMenu.strings+162
- Tests/SUAppcastTest.swift+3-3
- Tests/SUBinaryDeltaTest.m+5-5
- Tests/SUSignatureVerifierTest.m+15-14
- Tests/SUUpdateValidatorTest.swift+2-2
- Tests/Sparkle Unit Tests-Bridging-Header.h+1
- common_cli/secret.swift+47
- generate_appcast/URL+Hashing.swift+1-1
- generate_appcast/main.swift+40-14
- generate_keys/main.swift+32-28
- sign_update/main.swift+34-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
196 | 196 |
| |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
254 | 272 |
| |
255 | 273 |
| |
256 | 274 |
| |
|
+35-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
829 | 829 |
| |
830 | 830 |
| |
831 | 831 |
| |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
832 | 836 |
| |
833 | 837 |
| |
834 | 838 |
| |
| |||
1026 | 1030 |
| |
1027 | 1031 |
| |
1028 | 1032 |
| |
| 1033 | + | |
| 1034 | + | |
1029 | 1035 |
| |
1030 | 1036 |
| |
1031 |
| - | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
1032 | 1040 |
| |
1033 | 1041 |
| |
1034 | 1042 |
| |
| |||
1047 | 1055 |
| |
1048 | 1056 |
| |
1049 | 1057 |
| |
1050 |
| - | |
1051 |
| - | |
1052 |
| - | |
1053 |
| - | |
1054 |
| - | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1055 | 1072 |
| |
1056 | 1073 |
| |
1057 | 1074 |
| |
| |||
1227 | 1244 |
| |
1228 | 1245 |
| |
1229 | 1246 |
| |
1230 |
| - | |
| 1247 | + | |
1231 | 1248 |
| |
1232 | 1249 |
| |
1233 | 1250 |
| |
| |||
1236 | 1253 |
| |
1237 | 1254 |
| |
1238 | 1255 |
| |
1239 |
| - | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
1240 | 1265 |
| |
1241 | 1266 |
| |
1242 | 1267 |
| |
| |||
1261 | 1286 |
| |
1262 | 1287 |
| |
1263 | 1288 |
| |
1264 |
| - | |
| 1289 | + | |
1265 | 1290 |
| |
1266 | 1291 |
| |
1267 | 1292 |
| |
| |||
1459 | 1484 |
| |
1460 | 1485 |
| |
1461 | 1486 |
| |
| 1487 | + | |
1462 | 1488 |
| |
1463 | 1489 |
| |
1464 |
| - | |
1465 |
| - | |
1466 |
| - | |
1467 |
| - | |
1468 | 1490 |
| |
1469 | 1491 |
| |
1470 | 1492 |
| |
|
- .gitignore+2
- CHANGELOG.md+22
- CMakeLists.txt+1-1
- README.md+1
- cmake/FindYamlCpp.cmake+1-1
- package.json+1-1
- src/rime/algo/syllabifier.h+1-1
- src/rime/composition.cc+3-2
- src/rime/context.cc+3-5
- src/rime/engine.cc+2-2
- src/rime/gear/script_translator.cc+11-5
- src/rime/gear/switch_translator.cc+12-2
- src/rime/schema.cc+1-1
- src/rime/switches.h+2
0 commit comments