Skip to content

Commit

Permalink
chore: release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-macpaw committed Oct 22, 2024
1 parent 5e84ec2 commit 325aba7
Show file tree
Hide file tree
Showing 34 changed files with 143 additions and 99 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.2] - 2024-10-17

### Fixed
* [Electron] Fixed a crash on app launch on x86_64 architecture.


## [4.2.1] - 2024-07-31

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Samples/Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"app-root-dir": "^1.0.2",
"electron": "^25.8.4",
"electron-builder": "^24.6.3",
"node-gyp": "^9.4.0"
"node-gyp": "^10.2.0"
},
"build": {
"buildVersion": "17",
"buildVersion": "18",
"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.1'
s.version = '4.2.2'

s.summary = 'Setapp Framework'

Expand Down
18 changes: 9 additions & 9 deletions Setapp.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</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>macos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libSetapp.a</string>
<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>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
Expand All @@ -54,15 +54,15 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libSetapp.a</string>
<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 @@ -73,7 +73,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</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 325aba7

Please sign in to comment.