Skip to content

Commit baa00ad

Browse files
committed
chore: release 5.2.1
1 parent 8527b6a commit baa00ad

44 files changed

Lines changed: 148 additions & 187 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
### New
44

5+
## [5.2.1] - 2026-04-28
6+
7+
### New
8+
9+
### Updated
10+
* [Setapp Mobile] Removed the activation code and public method previously used for Setapp Mobile apps. This completes the Setapp Mobile sunset and cleans up the remaining legacy code from the Setapp Framework.
11+
12+
### Fixed
13+
* [SetappAI] Fixed SSE event parsing errors for optional fields sequenceNumber and logprobs when using Anthropic models. The issue caused text streaming to fail entirely, making the model appear non-functional to users.
14+
515
## [5.2.0] - 2026-04-22
616

717
### New

Samples/Electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node-gyp": "^10.2.0"
2525
},
2626
"build": {
27-
"buildVersion": "34",
27+
"buildVersion": "35",
2828
"appId": "com.setapp.fmwk.macos.TestApp-setapp",
2929
"productName": "Setapp Electron App Demo",
3030
"copyright": "Copyright 2020-2023 Setapp Limited.",

Samples/SetappSamples.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@
29862986
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29872987
CODE_SIGN_STYLE = Manual;
29882988
COPY_PHASE_STRIP = NO;
2989-
CURRENT_PROJECT_VERSION = 34;
2989+
CURRENT_PROJECT_VERSION = 35;
29902990
DEBUG_INFORMATION_FORMAT = dwarf;
29912991
DEVELOPMENT_TEAM = MEHY5QF425;
29922992
ENABLE_HARDENED_RUNTIME = YES;
@@ -3008,7 +3008,7 @@
30083008
GCC_WARN_UNUSED_VARIABLE = YES;
30093009
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
30103010
MACOSX_DEPLOYMENT_TARGET = 11.5;
3011-
MARKETING_VERSION = 5.2.0;
3011+
MARKETING_VERSION = 5.2.1;
30123012
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
30133013
MTL_FAST_MATH = YES;
30143014
ONLY_ACTIVE_ARCH = YES;
@@ -3059,7 +3059,7 @@
30593059
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application: Setapp Limited (MEHY5QF425)";
30603060
CODE_SIGN_STYLE = Manual;
30613061
COPY_PHASE_STRIP = NO;
3062-
CURRENT_PROJECT_VERSION = 34;
3062+
CURRENT_PROJECT_VERSION = 35;
30633063
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
30643064
DEVELOPMENT_TEAM = MEHY5QF425;
30653065
ENABLE_HARDENED_RUNTIME = YES;
@@ -3075,7 +3075,7 @@
30753075
GCC_WARN_UNUSED_VARIABLE = YES;
30763076
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
30773077
MACOSX_DEPLOYMENT_TARGET = 11.5;
3078-
MARKETING_VERSION = 5.2.0;
3078+
MARKETING_VERSION = 5.2.1;
30793079
MTL_ENABLE_DEBUG_INFO = NO;
30803080
MTL_FAST_MATH = YES;
30813081
SDKROOT = iphoneos;

Setapp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Setapp'
3-
s.version = '5.2.0'
3+
s.version = '5.2.1'
44

55
s.summary = 'Setapp Framework'
66

Setapp.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-maccatalyst</string>
1414
<key>LibraryPath</key>
1515
<string>libSetapp.a</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>maccatalyst</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>libSetapp.a</string>
2629
<key>HeadersPath</key>
2730
<string>Headers</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-maccatalyst</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>libSetapp.a</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>maccatalyst</string>
4141
</dict>
4242
<dict>
4343
<key>BinaryPath</key>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)