Skip to content

Commit

Permalink
Sparkle 2.5.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ychin committed Oct 19, 2023
1 parent e910841 commit ecb41ac
Show file tree
Hide file tree
Showing 48 changed files with 120 additions and 120 deletions.
Binary file modified src/MacVim/Sparkle_2.framework/Versions/B/Autoupdate
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions src/MacVim/Sparkle_2.framework/Versions/B/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G531</string>
<string>22G120</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2028</string>
<string>2032</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14C18</string>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.1</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1420</string>
<string>1431</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<string>14E300c</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
</dict>
Expand Down
Binary file modified src/MacVim/Sparkle_2.framework/Versions/B/Resources/SUStatus.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/MacVim/Sparkle_2.framework/Versions/B/Sparkle
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G531</string>
<string>22G120</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down Expand Up @@ -55,31 +55,31 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2028</string>
<string>2032</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14C18</string>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.1</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1420</string>
<string>1431</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<string>14E300c</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/SUStatus.nib</key>
<data>
X3GP9aZ7ZlVcfN+MyrjeWqXVvAM=
C+A5AK9r0wh2EeQDmcX3eh5QGr8=
</data>
</dict>
<key>files2</key>
Expand All @@ -15,7 +15,7 @@
<dict>
<key>hash2</key>
<data>
Zh51j4ECBiMrH+UYHCYAxQvrdEqau3CruzJmNfApQow=
V7nQA4E39SW5aUzqhBVsXTFN0jH5W2mdJr74xs58fWU=
</data>
</dict>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G531</string>
<string>22G120</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2028</string>
<string>2032</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14C18</string>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.1</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1420</string>
<string>1431</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<string>14E300c</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSAppTransportSecurity</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G531</string>
<string>22G120</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2028</string>
<string>2032</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14C18</string>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.1</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1420</string>
<string>1431</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<string>14E300c</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit ecb41ac

Please sign in to comment.