Skip to content

Commit 4eb9f7b

Browse files
committed
MacGui: upgrade Sparkle to version 1.21.3
(cherry picked from commit 21fd957)
1 parent 099cefc commit 4eb9f7b

18 files changed

+25
-15
lines changed

macosx/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
#import <Foundation/Foundation.h>
1616
#endif
1717
#import "SUExport.h"
18+
@class SUSignatures;
1819

1920
SU_EXPORT @interface SUAppcastItem : NSObject
2021
@property (copy, readonly) NSString *title;
2122
@property (copy, readonly) NSString *dateString;
2223
@property (copy, readonly) NSString *itemDescription;
2324
@property (strong, readonly) NSURL *releaseNotesURL;
24-
@property (copy, readonly) NSString *DSASignature;
25+
@property (strong, readonly) SUSignatures *signatures;
2526
@property (copy, readonly) NSString *minimumSystemVersion;
2627
@property (copy, readonly) NSString *maximumSystemVersion;
2728
@property (strong, readonly) NSURL *fileURL;

macosx/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>18A326h</string>
6+
<string>18D42</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.20.0</string>
20+
<string>1.21.3 18-g1ff157710</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.20.0</string>
28+
<string>1.21.3</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>10L176w</string>
32+
<string>10B61</string>
3333
<key>DTPlatformVersion</key>
3434
<string>GM</string>
3535
<key>DTSDKBuild</key>
36-
<string>18A293s</string>
36+
<string>18B71</string>
3737
<key>DTSDKName</key>
3838
<string>macosx10.14</string>
3939
<key>DTXcode</key>
40-
<string>1000</string>
40+
<string>1010</string>
4141
<key>DTXcodeBuild</key>
42-
<string>10L176w</string>
42+
<string>10B61</string>
4343
<key>LSBackgroundOnly</key>
4444
<string>1</string>
4545
<key>LSMinimumSystemVersion</key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
html {
2+
color: #FFFFFFD8;
3+
}
4+
:link {
5+
color: #419CFF;
6+
}
7+
:link:active {
8+
color: #FF1919;
9+
}

macosx/Sparkle.framework/Versions/A/Resources/Info.plist

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>18A326h</string>
6+
<string>18D42</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,28 +17,28 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.20.0</string>
20+
<string>1.21.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.20.0</string>
28+
<string>1.21.3</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>10L176w</string>
32+
<string>10B61</string>
3333
<key>DTPlatformVersion</key>
3434
<string>GM</string>
3535
<key>DTSDKBuild</key>
36-
<string>18A293s</string>
36+
<string>18B71</string>
3737
<key>DTSDKName</key>
3838
<string>macosx10.14</string>
3939
<key>DTXcode</key>
40-
<string>1000</string>
40+
<string>1010</string>
4141
<key>DTXcodeBuild</key>
42-
<string>10L176w</string>
42+
<string>10B61</string>
4343
</dict>
4444
</plist>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
41.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)