Skip to content

Commit 1d5b1c0

Browse files
committed
chore: release 4.3.5
1 parent bc1b6ae commit 1d5b1c0

36 files changed

Lines changed: 129 additions & 304 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.3.5] - 2025-12-09
2+
3+
### Fixed
4+
* Fixed a rare issue where a developer app might crash while checking the internet connection.
5+
16
## [4.3.4] - 2025-10-20
27

38
### Fixed

Samples/Electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@electron/notarize": "^2.1.0",
1515
"@electron/universal": "^1.4.1",
1616
"app-root-dir": "^1.0.2",
17-
"electron": "^25.8.4",
17+
"electron": "^28.0.0",
1818
"electron-builder": "^24.6.3",
1919
"node-gyp": "^10.2.0"
2020
},
2121
"build": {
22-
"buildVersion": "29",
22+
"buildVersion": "30",
2323
"appId": "com.setapp.fmwk.macos.TestApp-setapp",
2424
"productName": "Setapp Electron App Demo",
2525
"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
@@ -2908,7 +2908,7 @@
29082908
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29092909
CODE_SIGN_STYLE = Manual;
29102910
COPY_PHASE_STRIP = NO;
2911-
CURRENT_PROJECT_VERSION = 29;
2911+
CURRENT_PROJECT_VERSION = 30;
29122912
DEBUG_INFORMATION_FORMAT = dwarf;
29132913
DEVELOPMENT_TEAM = MEHY5QF425;
29142914
ENABLE_HARDENED_RUNTIME = YES;
@@ -2930,7 +2930,7 @@
29302930
GCC_WARN_UNUSED_VARIABLE = YES;
29312931
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
29322932
MACOSX_DEPLOYMENT_TARGET = 10.13;
2933-
MARKETING_VERSION = 4.3.4;
2933+
MARKETING_VERSION = 4.3.5;
29342934
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
29352935
MTL_FAST_MATH = YES;
29362936
ONLY_ACTIVE_ARCH = YES;
@@ -2978,7 +2978,7 @@
29782978
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application: Setapp Limited (MEHY5QF425)";
29792979
CODE_SIGN_STYLE = Manual;
29802980
COPY_PHASE_STRIP = NO;
2981-
CURRENT_PROJECT_VERSION = 29;
2981+
CURRENT_PROJECT_VERSION = 30;
29822982
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29832983
DEVELOPMENT_TEAM = MEHY5QF425;
29842984
ENABLE_HARDENED_RUNTIME = YES;
@@ -2994,7 +2994,7 @@
29942994
GCC_WARN_UNUSED_VARIABLE = YES;
29952995
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
29962996
MACOSX_DEPLOYMENT_TARGET = 10.13;
2997-
MARKETING_VERSION = 4.3.4;
2997+
MARKETING_VERSION = 4.3.5;
29982998
MTL_ENABLE_DEBUG_INFO = NO;
29992999
MTL_FAST_MATH = YES;
30003000
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 = '4.3.4'
3+
s.version = '4.3.5'
44

55
s.summary = 'Setapp Framework'
66

Setapp.xcframework/Info.plist

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>macos-arm64_x86_64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>libSetapp.a</string>
1616
<key>SupportedArchitectures</key>
@@ -19,50 +19,52 @@
1919
<string>x86_64</string>
2020
</array>
2121
<key>SupportedPlatform</key>
22-
<string>macos</string>
22+
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2325
</dict>
2426
<dict>
2527
<key>BinaryPath</key>
2628
<string>libSetapp.a</string>
2729
<key>HeadersPath</key>
2830
<string>Headers</string>
2931
<key>LibraryIdentifier</key>
30-
<string>ios-arm64</string>
32+
<string>ios-arm64_x86_64-maccatalyst</string>
3133
<key>LibraryPath</key>
3234
<string>libSetapp.a</string>
3335
<key>SupportedArchitectures</key>
3436
<array>
3537
<string>arm64</string>
38+
<string>x86_64</string>
3639
</array>
3740
<key>SupportedPlatform</key>
3841
<string>ios</string>
42+
<key>SupportedPlatformVariant</key>
43+
<string>maccatalyst</string>
3944
</dict>
4045
<dict>
4146
<key>BinaryPath</key>
4247
<string>libSetapp.a</string>
4348
<key>HeadersPath</key>
4449
<string>Headers</string>
4550
<key>LibraryIdentifier</key>
46-
<string>ios-arm64_x86_64-maccatalyst</string>
51+
<string>ios-arm64</string>
4752
<key>LibraryPath</key>
4853
<string>libSetapp.a</string>
4954
<key>SupportedArchitectures</key>
5055
<array>
5156
<string>arm64</string>
52-
<string>x86_64</string>
5357
</array>
5458
<key>SupportedPlatform</key>
5559
<string>ios</string>
56-
<key>SupportedPlatformVariant</key>
57-
<string>maccatalyst</string>
5860
</dict>
5961
<dict>
6062
<key>BinaryPath</key>
6163
<string>libSetapp.a</string>
6264
<key>HeadersPath</key>
6365
<string>Headers</string>
6466
<key>LibraryIdentifier</key>
65-
<string>ios-arm64_x86_64-simulator</string>
67+
<string>macos-arm64_x86_64</string>
6668
<key>LibraryPath</key>
6769
<string>libSetapp.a</string>
6870
<key>SupportedArchitectures</key>
@@ -71,9 +73,7 @@
7173
<string>x86_64</string>
7274
</array>
7375
<key>SupportedPlatform</key>
74-
<string>ios</string>
75-
<key>SupportedPlatformVariant</key>
76-
<string>simulator</string>
76+
<string>macos</string>
7777
</dict>
7878
</array>
7979
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)