Skip to content

Commit ecb41ac

Browse files
committed
Sparkle 2.5.1
This version adds the ability to show release notes based on what the current version is, so we can style different releases' notes differently depending if we are upgrading across multiple versions or not. It also contains fixes for macOS 14 Sonoma's new app activation requirements.
1 parent e910841 commit ecb41ac

File tree

48 files changed

+120
-120
lines changed

Some content is hidden

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

48 files changed

+120
-120
lines changed
-16.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/MacVim/Sparkle_2.framework/Versions/B/Resources/Info.plist

Lines changed: 9 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>21G531</string>
6+
<string>22G120</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,31 +17,31 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4.2</string>
20+
<string>2.5.1</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>2028</string>
28+
<string>2032</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>14C18</string>
32+
<string></string>
3333
<key>DTPlatformName</key>
3434
<string>macosx</string>
3535
<key>DTPlatformVersion</key>
36-
<string>13.1</string>
36+
<string>13.3</string>
3737
<key>DTSDKBuild</key>
38-
<string>22C55</string>
38+
<string>22E245</string>
3939
<key>DTSDKName</key>
40-
<string>macosx13.1</string>
40+
<string>macosx13.3</string>
4141
<key>DTXcode</key>
42-
<string>1420</string>
42+
<string>1431</string>
4343
<key>DTXcodeBuild</key>
44-
<string>14C18</string>
44+
<string>14E300c</string>
4545
<key>LSMinimumSystemVersion</key>
4646
<string>10.13</string>
4747
</dict>
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)