Skip to content

Commit

Permalink
Build Sparkle for macOS 11 Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Nov 11, 2023
1 parent 9468f4d commit 46e7f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configurations/ConfigCommon.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SPARKLE_COPY_LOCALIZATIONS = 1
OTHER_SWIFT_FLAGS_COMMON = -DSPARKLE_BUILD_LEGACY_DSA_SUPPORT -DGENERATE_APPCAST_BUILD_LEGACY_DSA_SUPPORT -DSPARKLE_BUILD_PACKAGE_SUPPORT -DSPARKLE_BUILD_DMG_SUPPORT

// Minimum supported macOS version
MACOSX_DEPLOYMENT_TARGET = 10.13
MACOSX_DEPLOYMENT_TARGET = 11

// Supported architectures
ARCHS = $(ARCHS_STANDARD)
Expand Down
2 changes: 1 addition & 1 deletion generate_appcast/ArchiveItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ArchiveItem: CustomStringConvertible {
self.version = version
self._shortVersion = shortVersion
self.feedURL = feedURL
self.minimumSystemVersion = minimumSystemVersion ?? "10.13"
self.minimumSystemVersion = minimumSystemVersion ?? "11"
self.frameworkVersion = frameworkVersion
self.sparkleExecutableFileSize = sparkleExecutableFileSize
self.sparkleLocales = sparkleLocales
Expand Down
2 changes: 1 addition & 1 deletion generate_appcast/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct GenerateAppcast: ParsableCommand {
Release notes for new items can be forced to be embedded by passing --embed-release-notes
For new update entries, Sparkle infers the minimum system OS requirement based on your update's LSMinimumSystemVersion provided
by your application's Info.plist. If none is found, \(programName) defaults to Sparkle's own minimum system requirement (macOS 10.13).
by your application's Info.plist. If none is found, \(programName) defaults to Sparkle's own minimum system requirement (macOS 11).
An example of an archives directory may look like:
./my-app-release-zipfiles/
Expand Down

0 comments on commit 46e7f1c

Please sign in to comment.