Skip to content

Commit af031d8

Browse files
authored
Merge pull request #1118 from ichizok/update-sparkle
Update Sparkle to 1.24.0
2 parents f3b2d6c + 51cb5c6 commit af031d8

File tree

159 files changed

+590
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+590
-580
lines changed

src/MacVim/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SU_EXPORT extern NSString *const SUUpdaterAppcastItemNotificationKey;
3636
SU_EXPORT extern NSString *const SUUpdaterAppcastNotificationKey;
3737

3838
// -----------------------------------------------------------------------------
39-
// SUUpdater Delegate:
39+
// SUUpdater Delegate:
4040
// -----------------------------------------------------------------------------
4141

4242
/*!

src/MacVim/Sparkle.framework/Versions/A/Headers/Sparkle.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
1313
// there are name-space collisions) so we can list all of them to start with:
1414

15+
#pragma clang diagnostic push
16+
// Do not use <> style includes since 2.x has two frameworks that need to work: Sparkle and SparkleCore
17+
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header"
18+
1519
#import "SUAppcast.h"
1620
#import "SUAppcastItem.h"
1721
#import "SUStandardVersionComparator.h"
@@ -30,4 +34,6 @@
3034
#import "SPUURLRequest.h"
3135
#import "SUCodeSigningVerifier.h"
3236

37+
#pragma clang diagnostic pop
38+
3339
#endif

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

Lines changed: 11 additions & 9 deletions
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>19A558d</string>
6+
<string>20B28</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -17,29 +17,31 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.22.0 33-gd5222353e</string>
20+
<string>1.24.0 a-67-g0e162c98</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.22.0</string>
28+
<string>1.24.0</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>11M392r</string>
32+
<string>12C5020f</string>
33+
<key>DTPlatformName</key>
34+
<string>macosx</string>
3335
<key>DTPlatformVersion</key>
34-
<string>GM</string>
36+
<string>11.1</string>
3537
<key>DTSDKBuild</key>
36-
<string>19A536d</string>
38+
<string>20C5048g</string>
3739
<key>DTSDKName</key>
38-
<string>macosx10.15</string>
40+
<string>macosx11.1</string>
3941
<key>DTXcode</key>
40-
<string>1100</string>
42+
<string>1230</string>
4143
<key>DTXcodeBuild</key>
42-
<string>11M392r</string>
44+
<string>12C5020f</string>
4345
<key>LSBackgroundOnly</key>
4446
<string>1</string>
4547
<key>LSMinimumSystemVersion</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)