Skip to content

Commit

Permalink
Release 2.7.0 (#88)
Browse files Browse the repository at this point in the history
* Update podspec

* Update framework
  • Loading branch information
Eeyore741 committed Apr 18, 2024
1 parent a213b35 commit afd9937
Show file tree
Hide file tree
Showing 17 changed files with 398 additions and 737 deletions.
2 changes: 1 addition & 1 deletion TinkLink.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
Optimise open banking experiences for mobile apps with Tink Link iOS SDK.
DESC
spec.version = "2.6.0"
spec.version = "2.7.0"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Tink AB" => "mobile@tink.se" }
spec.homepage = "https://github.com/tink-ab/tink-link-ios"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ using UInt = size_t;
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import UIKit;
@import WebKit;
#endif

#endif
Expand Down Expand Up @@ -268,12 +267,6 @@ SWIFT_CLASS("_TtC8TinkLink18TinkViewController")
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
@end

@class WKUserContentController;
@class WKScriptMessage;

@interface TinkViewController (SWIFT_EXTENSION(TinkLink)) <WKScriptMessageHandler>
- (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message;
@end


#endif
Expand Down
Binary file modified TinkLink.xcframework/ios-arm64/TinkLink.framework/Info.plist
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ extension TinkLink.Scope {
@_Concurrency.MainActor(unsafe) @objc override final public func viewDidDisappear(_ animated: Swift.Bool)
@objc deinit
}
extension TinkLink.TinkViewController : WebKit.WKScriptMessageHandler {
@_Concurrency.MainActor(unsafe) @objc final public func userContentController(_ userContentController: WebKit.WKUserContentController, didReceive message: WebKit.WKScriptMessage)
}
public struct TransactionReport : Swift.Identifiable {
public typealias ID = TinkLink.Identifier<TinkLink.TransactionReport>
public let id: TinkLink.TransactionReport.ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ extension TinkLink.Scope {
@_Concurrency.MainActor(unsafe) @objc override final public func viewDidDisappear(_ animated: Swift.Bool)
@objc deinit
}
extension TinkLink.TinkViewController : WebKit.WKScriptMessageHandler {
@_Concurrency.MainActor(unsafe) @objc final public func userContentController(_ userContentController: WebKit.WKUserContentController, didReceive message: WebKit.WKScriptMessage)
}
public struct TransactionReport : Swift.Identifiable {
public typealias ID = TinkLink.Identifier<TinkLink.TransactionReport>
public let id: TinkLink.TransactionReport.ID
Expand Down
Binary file modified TinkLink.xcframework/ios-arm64/TinkLink.framework/TinkLink
100644 → 100755
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ using UInt = size_t;
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import UIKit;
@import WebKit;
#endif

#endif
Expand Down Expand Up @@ -268,12 +267,6 @@ SWIFT_CLASS("_TtC8TinkLink18TinkViewController")
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
@end

@class WKUserContentController;
@class WKScriptMessage;

@interface TinkViewController (SWIFT_EXTENSION(TinkLink)) <WKScriptMessageHandler>
- (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message;
@end


#endif
Expand Down Expand Up @@ -517,7 +510,6 @@ using UInt = size_t;
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import UIKit;
@import WebKit;
#endif

#endif
Expand Down Expand Up @@ -554,12 +546,6 @@ SWIFT_CLASS("_TtC8TinkLink18TinkViewController")
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
@end

@class WKUserContentController;
@class WKScriptMessage;

@interface TinkViewController (SWIFT_EXTENSION(TinkLink)) <WKScriptMessageHandler>
- (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message;
@end


#endif
Expand Down
Binary file not shown.

0 comments on commit afd9937

Please sign in to comment.