Skip to content

Commit

Permalink
Merge pull request #37 from tink-ab/release-changes-1.8.1
Browse files Browse the repository at this point in the history
Tink Core 1.8.1 release
  • Loading branch information
lilSwifty committed May 27, 2022
2 parents 6859b1a + c8c9461 commit d305236
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "TinkCore",
url: "https://github.com/tink-ab/tink-core-ios/releases/download/1.8.0/TinkCore.xcframework.zip", checksum: "6e8656c217e9c06fbc1432d304f6dd32ae4481069f73ab9d9fcd728be973d83c"
url: "https://github.com/tink-ab/tink-core-ios/releases/download/1.8.1/TinkCore.xcframework.zip", checksum: "b193a69b592010db69f158496c41cd238979681f8a0e7e01022b5c1e58b1d6d0"
),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ extension ActionableInsight.Kind {
id: .init(data.credential.provider.name),
displayName: data.credential.provider.displayName
),
sessionExpiryDate: data.sessionExpiryDate
sessionExpiryDate: data.credential.sessionExpiryDate
)
)
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ enum RESTInsightData: Decodable {
struct Credentials: Decodable {
let id: String
let provider: AggregationRefreshPSD2Credentials.Provider
let sessionExpiryDate: Date
}

let credential: Credentials
let sessionExpiryDate: Date
}

case unknown
Expand Down
2 changes: 1 addition & 1 deletion Sources/TinkCore/Shared/Tink/Tink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
#endif

/// Current TinkCore version.
public let version = "1.8.0"
public let version = "1.8.1"

/// The `Tink` class encapsulates a connection to the Tink API.
///
Expand Down
2 changes: 1 addition & 1 deletion TinkCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.description = <<-DESC
Core library for Tink SDKs.
DESC
spec.version = "1.8.0"
spec.version = "1.8.1"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Tink AB" => "mobile@tink.se" }
spec.homepage = "https://tink.com"
Expand Down
16 changes: 8 additions & 8 deletions TinkCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TinkCore.framework</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>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TinkCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -30,19 +27,22 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>TinkCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified TinkCore.xcframework/ios-arm64/TinkCore.framework/TinkCore
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</data>
<key>Modules/TinkCore.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
KVtmlUlhXLj2h00j+6NPKgEVFV4=
k5kHwnkd7smONtFvOxRtcbxQcDE=
</data>
<key>Modules/TinkCore.swiftmodule/arm64.swiftdoc</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Modules/TinkCore.swiftmodule/arm64.swiftmodule</key>
<data>
KVtmlUlhXLj2h00j+6NPKgEVFV4=
k5kHwnkd7smONtFvOxRtcbxQcDE=
</data>
<key>Modules/TinkCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -46,7 +46,7 @@
</data>
<key>Modules/TinkCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
YKHp7vxBiZd08F+etmwOr/sgJkg=
kXnE2l+DIRUM+likEEwOQzyZ6Gs=
</data>
<key>Modules/TinkCore.swiftmodule/x86_64.swiftdoc</key>
<data>
Expand All @@ -58,7 +58,7 @@
</data>
<key>Modules/TinkCore.swiftmodule/x86_64.swiftmodule</key>
<data>
YKHp7vxBiZd08F+etmwOr/sgJkg=
kXnE2l+DIRUM+likEEwOQzyZ6Gs=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dict>
<key>hash2</key>
<data>
izXoZJKJi659SXwSr0T8Ilzrj6QOn4EN1T9cz6AH2X8=
Lm6/GMvAp9wprhkOX9Y/J132V5xEFXXhU54b1fwGiLk=
</data>
</dict>
<key>Modules/TinkCore.swiftmodule/arm64.swiftdoc</key>
Expand All @@ -113,7 +113,7 @@
<dict>
<key>hash2</key>
<data>
izXoZJKJi659SXwSr0T8Ilzrj6QOn4EN1T9cz6AH2X8=
Lm6/GMvAp9wprhkOX9Y/J132V5xEFXXhU54b1fwGiLk=
</data>
</dict>
<key>Modules/TinkCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
Expand All @@ -134,7 +134,7 @@
<dict>
<key>hash2</key>
<data>
LRiPVnk7C6N44ERZdKiKTBXECyk61HTBTif8ChTwdD8=
bM+dowSkVHs9/ZCFus+EW2ZDB6t8SumNqySRwZVtlm0=
</data>
</dict>
<key>Modules/TinkCore.swiftmodule/x86_64.swiftdoc</key>
Expand All @@ -155,7 +155,7 @@
<dict>
<key>hash2</key>
<data>
LRiPVnk7C6N44ERZdKiKTBXECyk61HTBTif8ChTwdD8=
bM+dowSkVHs9/ZCFus+EW2ZDB6t8SumNqySRwZVtlm0=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targets:
PRODUCT_BUNDLE_IDENTIFIER: "com.tink.Core"
IPHONEOS_DEPLOYMENT_TARGET: 11.0
MACOSX_DEPLOYMENT_TARGET: 10.13
MARKETING_VERSION: 1.8.0
MARKETING_VERSION: 1.8.1
CURRENT_PROJECT_VERSION: 3
scheme:
testTargets:
Expand Down

0 comments on commit d305236

Please sign in to comment.