Skip to content

Commit

Permalink
chore: release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-macpaw committed Jul 30, 2024
1 parent ef4587b commit 595cb24
Show file tree
Hide file tree
Showing 33 changed files with 136 additions and 119 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.2.1] - 2024-07-31

### Fixed
* [iOS] Fixed a layout issue for Setapp alerts that sometimes caused app crashes.


## [4.2.0] - 2024-01-23

### Updated
Expand Down
2 changes: 1 addition & 1 deletion Samples/Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node-gyp": "^9.4.0"
},
"build": {
"buildVersion": "16",
"buildVersion": "17",
"appId": "com.setapp.fmwk.macos.TestApp-setapp",
"productName": "Setapp Electron App Demo",
"copyright": "Copyright 2020-2023 Setapp Limited.",
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 = '4.2.0'
s.version = '4.2.1'

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,7 +10,7 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
Expand All @@ -19,9 +19,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -45,7 +43,7 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
Expand All @@ -56,15 +54,15 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</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.
Binary file modified Setapp.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit 595cb24

Please sign in to comment.