Skip to content

Commit

Permalink
chore: release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-macpaw committed May 22, 2023
1 parent f362102 commit 2a5594e
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.3.0] - 2023-05-22

### New
* Add `openAI` auth scope that allows to make requests through Setapp servers to AI platforms such as OpenAI.


## [3.2.1] - 2023-04-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Samples/Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node-gyp": "^9.3.1"
},
"build": {
"buildVersion": "7",
"buildVersion": "8",
"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 = '3.2.1'
s.version = '3.3.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 @@ -8,30 +8,32 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</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>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>HeadersPath</key>
Expand All @@ -54,7 +56,7 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>libSetapp.a</string>
<key>SupportedArchitectures</key>
Expand All @@ -63,9 +65,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
extension Setapp.SetappManager {
@available(swift, obsoleted: 0.1)
Expand Down
Binary file modified Setapp.xcframework/ios-arm64/libSetapp.a
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
extension Setapp.SetappManager {
@available(swift, obsoleted: 0.1)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
extension Setapp.SetappManager {
@available(swift, obsoleted: 0.1)
Expand Down
Binary file modified Setapp.xcframework/ios-arm64_x86_64-maccatalyst/libSetapp.a
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
extension Setapp.SetappManager {
@available(swift, obsoleted: 0.1)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
extension Setapp.SetappManager {
@available(swift, obsoleted: 0.1)
Expand Down
Binary file modified Setapp.xcframework/ios-arm64_x86_64-simulator/libSetapp.a
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
@available(*, deprecated, renamed: "SetappManager.shared.reportUsageEvent(_:)")
public func SCReportUsageEvent(_ eventName: Swift.String, _ eventInfo: [Swift.AnyHashable : Any]?)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public struct VendorAuthorizationScope : Swift.RawRepresentable, Swift.Equatable
public typealias RawValue = Swift.String
public var rawValue: Setapp.VendorAuthorizationScope.RawValue
public static let applicationAccess: Setapp.VendorAuthorizationScope
public static let openAI: Setapp.VendorAuthorizationScope
}
@available(*, deprecated, renamed: "SetappManager.shared.reportUsageEvent(_:)")
public func SCReportUsageEvent(_ eventName: Swift.String, _ eventInfo: [Swift.AnyHashable : Any]?)
Expand Down
Binary file modified Setapp.xcframework/macos-arm64_x86_64/libSetapp.a
Binary file not shown.
2 changes: 1 addition & 1 deletion SetappFramework-Resources-iOS.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@setapp/framework-wrapper",
"version": "3.2.1",
"version": "3.3.0",
"description": "Setapp Framework Node.js wrapper",
"main": "nodejs/lib/setapp.js",
"dependencies": {
Expand Down

0 comments on commit 2a5594e

Please sign in to comment.