Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [5.5.0] - 2026-09-16

### New
* Added `requestPendingUpdate(completionHandler:)` and `applyPendingUpdate(completionHandler:)` on macOS. Your app can now check whether Setapp has a newer version ready to install and trigger the update on its own schedule — without waiting for the user to update manually.

## [5.4.0] - 2026-09-10

### New
Expand Down
2 changes: 1 addition & 1 deletion Samples/Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node-gyp": "^10.2.0"
},
"build": {
"buildVersion": "42",
"buildVersion": "43",
"appId": "com.setapp.fmwk.macos.TestApp-setapp",
"productName": "Setapp Electron App Demo",
"copyright": "Copyright 2020-2023 Setapp Limited.",
Expand Down
8 changes: 4 additions & 4 deletions Samples/SetappSamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 42;
CURRENT_PROJECT_VERSION = 43;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = MEHY5QF425;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -3008,7 +3008,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 5.4.0;
MARKETING_VERSION = 5.5.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -3059,7 +3059,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application: Setapp Limited (MEHY5QF425)";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 42;
CURRENT_PROJECT_VERSION = 43;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = MEHY5QF425;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -3075,7 +3075,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 5.4.0;
MARKETING_VERSION = 5.5.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion Setapp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Setapp'
s.version = '5.4.0'
s.version = '5.5.0'

s.summary = 'Setapp Framework'

Expand Down
16 changes: 8 additions & 8 deletions Setapp.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -48,23 +45,24 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libSetapp.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
Expand All @@ -73,7 +71,9 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Setapp.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Loading