diff --git a/Sources/Statement/StatementTapFramework.xcframework/Info.plist b/Sources/Statement/StatementTapFramework.xcframework/Info.plist index af3896a..a7f4e0d 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/Info.plist +++ b/Sources/Statement/StatementTapFramework.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath StatementTapFramework.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath StatementTapFramework.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Assets.car b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Assets.car new file mode 100644 index 0000000..83fa3e8 Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Assets.car differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h index f449d85..4428c76 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h @@ -299,15 +299,24 @@ SWIFT_CLASS("_TtC21StatementTapFramework14StatementTapSF") - (void)documentPickerWasCancelled:(UIDocumentPickerViewController * _Nonnull)controller; @end +@class UIView; +@class UILabel; +@class NSNotification; @class WKNavigationResponse; +@class UIButton; SWIFT_CLASS("_TtC21StatementTapFramework30StatementWebViewViewController") @interface StatementWebViewViewController : UIViewController +@property (nonatomic, weak) IBOutlet WKWebView * _Null_unspecified webView; +@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified failedPage; +@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText; - (void)loadView; - (void)viewDidLoad; +- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification; - (void)popScreen; - (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)Navigation; - (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler; +- (IBAction)clickDoneWithSender:(UIButton * _Nonnull)sender; - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Info.plist b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Info.plist index 5d50124..9c6540c 100644 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Info.plist and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Info.plist differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Lato-Bold.ttf b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Lato-Bold.ttf new file mode 100644 index 0000000..016068b Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Lato-Bold.ttf differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Lato-Regular.ttf b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Lato-Regular.ttf new file mode 100644 index 0000000..bb2e887 Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Lato-Regular.ttf differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.abi.json b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.abi.json index 1e0e5f4..bf7db15 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.abi.json +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.abi.json @@ -14098,6 +14098,48 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "closeTap", + "printedName": "closeTap()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:21StatementTapFramework0aB2SFC05closeB0yyF", + "mangledName": "$s21StatementTapFramework0aB2SFC05closeB0yyF", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "refreshTap", + "printedName": "refreshTap()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:21StatementTapFramework0aB2SFC07refreshB0yyF", + "mangledName": "$s21StatementTapFramework0aB2SFC07refreshB0yyF", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "TypeDecl", "name": "TapError", @@ -19514,6 +19556,23 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "StatementTapFramework" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "StatementTransaction", @@ -20256,16 +20315,6 @@ "ImplementationOnly" ] }, - { - "kind": "Import", - "name": "Reachability", - "printedName": "Reachability", - "declKind": "Import", - "moduleName": "StatementTapFramework", - "declAttributes": [ - "ImplementationOnly" - ] - }, { "kind": "Import", "name": "SwiftProtobuf", @@ -22387,6 +22436,182 @@ "AccessControl" ] }, + { + "kind": "TypeDecl", + "name": "InterfaceType", + "printedName": "InterfaceType", + "children": [ + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvpZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvpZ", + "moduleName": "StatementTapFramework", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvgZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvgZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvsZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvsZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvMZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvMZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO", + "moduleName": "Network", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, { "kind": "TypeDecl", "name": "Date", @@ -38156,7 +38381,7 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/statement\/StatementService.swift", "kind": "BooleanLiteral", - "offset": 4637, + "offset": 4640, "length": 5, "value": "false" }, @@ -55047,70 +55272,70 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 1686, + "offset": 1747, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 1718, + "offset": 1779, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 3013, + "offset": 3074, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 4185, + "offset": 4246, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "IntegerLiteral", - "offset": 10465, + "offset": 10612, "length": 1, "value": "0" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "Array", - "offset": 10497, + "offset": 10644, "length": 2, "value": "[]" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 16665, + "offset": 16812, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 22760, + "offset": 22907, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "StringLiteral", - "offset": 28250, + "offset": 28397, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 28270, + "offset": 28417, "length": 5, "value": "false" }, @@ -56829,31 +57054,59 @@ "length": 13, "value": "\"STTIBPI6013\"" }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "StringLiteral", + "offset": 230, + "length": 27, + "value": "\"connectivityStatusChanged\"" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "StringLiteral", + "offset": 595, + "length": 28, + "value": "\"NetworkConnectivityMonitor\"" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "BooleanLiteral", + "offset": 700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "BooleanLiteral", + "offset": 741, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "IntegerLiteral", - "offset": 404, + "offset": 315, "length": 3, "value": "443" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "IntegerLiteral", - "offset": 949, + "offset": 908, "length": 1, "value": "1" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "BooleanLiteral", - "offset": 2270, + "offset": 2229, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "BooleanLiteral", - "offset": 2997, + "offset": 2959, "length": 5, "value": "false" }, @@ -56937,63 +57190,63 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 544, + "offset": 654, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 575, + "offset": 685, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 602, + "offset": 712, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 636, + "offset": 746, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 671, + "offset": 781, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 703, + "offset": 813, "length": 17, "value": "\"Host App Screen\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 744, + "offset": 854, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 7568, + "offset": 9026, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 7596, + "offset": 9054, "length": 4, "value": "true" } diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.private.swiftinterface b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.private.swiftinterface index a2e14c5..4141035 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -4,6 +4,7 @@ // swift-module-flags-ignorable: -enable-bare-slash-regex import CryptoKit import Foundation +import Network import SafariServices import Swift import UIKit @@ -318,6 +319,8 @@ public struct StatementAccount { public func getBundleSeedID() -> Swift.String? public func getFrameworkVersion() -> Swift.String public func getEnabledBanks(country: StatementTapFramework.Country, includeBalance: Swift.Bool = false, closure: @escaping ([StatementTapFramework.StatementBank], Swift.String?) -> Swift.Void) + public func closeTap() + public func refreshTap() public enum TapError : Swift.Error { case invalidReturnAndFailUrl public static func == (a: StatementTapFramework.StatementTapSF.TapError, b: StatementTapFramework.StatementTapSF.TapError) -> Swift.Bool @@ -473,6 +476,10 @@ public enum StatementErrorCode : Swift.String { get } } +extension Network.NWInterface.InterfaceType : Swift.CaseIterable { + public static var allCases: [Network.NWInterface.InterfaceType] + public typealias AllCases = [Network.NWInterface.InterfaceType] +} public struct StatementTransaction { public var id: Swift.String public var amount: StatementTapFramework.Amount diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftdoc b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftdoc index adaf56c..a80550a 100644 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftdoc and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftinterface b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftinterface index a2e14c5..4141035 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios.swiftinterface @@ -4,6 +4,7 @@ // swift-module-flags-ignorable: -enable-bare-slash-regex import CryptoKit import Foundation +import Network import SafariServices import Swift import UIKit @@ -318,6 +319,8 @@ public struct StatementAccount { public func getBundleSeedID() -> Swift.String? public func getFrameworkVersion() -> Swift.String public func getEnabledBanks(country: StatementTapFramework.Country, includeBalance: Swift.Bool = false, closure: @escaping ([StatementTapFramework.StatementBank], Swift.String?) -> Swift.Void) + public func closeTap() + public func refreshTap() public enum TapError : Swift.Error { case invalidReturnAndFailUrl public static func == (a: StatementTapFramework.StatementTapSF.TapError, b: StatementTapFramework.StatementTapSF.TapError) -> Swift.Bool @@ -473,6 +476,10 @@ public enum StatementErrorCode : Swift.String { get } } +extension Network.NWInterface.InterfaceType : Swift.CaseIterable { + public static var allCases: [Network.NWInterface.InterfaceType] + public typealias AllCases = [Network.NWInterface.InterfaceType] +} public struct StatementTransaction { public var id: Swift.String public var amount: StatementTapFramework.Amount diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapFramework b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapFramework index 0477a5a..c3d99ee 100755 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapFramework and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapFramework differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapView.nib b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapView.nib new file mode 100644 index 0000000..9fc31fe Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/StatementTapView.nib differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Ubuntu-Regular.ttf b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Ubuntu-Regular.ttf new file mode 100644 index 0000000..f98a2da Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64/StatementTapFramework.framework/Ubuntu-Regular.ttf differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Assets.car b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Assets.car new file mode 100644 index 0000000..83fa3e8 Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Assets.car differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h index 7a29135..61fed11 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Headers/StatementTapFramework-Swift.h @@ -299,15 +299,24 @@ SWIFT_CLASS("_TtC21StatementTapFramework14StatementTapSF") - (void)documentPickerWasCancelled:(UIDocumentPickerViewController * _Nonnull)controller; @end +@class UIView; +@class UILabel; +@class NSNotification; @class WKNavigationResponse; +@class UIButton; SWIFT_CLASS("_TtC21StatementTapFramework30StatementWebViewViewController") @interface StatementWebViewViewController : UIViewController +@property (nonatomic, weak) IBOutlet WKWebView * _Null_unspecified webView; +@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified failedPage; +@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText; - (void)loadView; - (void)viewDidLoad; +- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification; - (void)popScreen; - (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)Navigation; - (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler; +- (IBAction)clickDoneWithSender:(UIButton * _Nonnull)sender; - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end @@ -621,15 +630,24 @@ SWIFT_CLASS("_TtC21StatementTapFramework14StatementTapSF") - (void)documentPickerWasCancelled:(UIDocumentPickerViewController * _Nonnull)controller; @end +@class UIView; +@class UILabel; +@class NSNotification; @class WKNavigationResponse; +@class UIButton; SWIFT_CLASS("_TtC21StatementTapFramework30StatementWebViewViewController") @interface StatementWebViewViewController : UIViewController +@property (nonatomic, weak) IBOutlet WKWebView * _Null_unspecified webView; +@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified failedPage; +@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText; - (void)loadView; - (void)viewDidLoad; +- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification; - (void)popScreen; - (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)Navigation; - (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler; +- (IBAction)clickDoneWithSender:(UIButton * _Nonnull)sender; - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Info.plist b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Info.plist index b473722..f4f454f 100644 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Info.plist and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Info.plist differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Lato-Bold.ttf b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Lato-Bold.ttf new file mode 100644 index 0000000..016068b Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Lato-Bold.ttf differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Lato-Regular.ttf b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Lato-Regular.ttf new file mode 100644 index 0000000..bb2e887 Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Lato-Regular.ttf differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json index 1e0e5f4..bf7db15 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -14098,6 +14098,48 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "closeTap", + "printedName": "closeTap()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:21StatementTapFramework0aB2SFC05closeB0yyF", + "mangledName": "$s21StatementTapFramework0aB2SFC05closeB0yyF", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "refreshTap", + "printedName": "refreshTap()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:21StatementTapFramework0aB2SFC07refreshB0yyF", + "mangledName": "$s21StatementTapFramework0aB2SFC07refreshB0yyF", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "TypeDecl", "name": "TapError", @@ -19514,6 +19556,23 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "StatementTapFramework" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "StatementTransaction", @@ -20256,16 +20315,6 @@ "ImplementationOnly" ] }, - { - "kind": "Import", - "name": "Reachability", - "printedName": "Reachability", - "declKind": "Import", - "moduleName": "StatementTapFramework", - "declAttributes": [ - "ImplementationOnly" - ] - }, { "kind": "Import", "name": "SwiftProtobuf", @@ -22387,6 +22436,182 @@ "AccessControl" ] }, + { + "kind": "TypeDecl", + "name": "InterfaceType", + "printedName": "InterfaceType", + "children": [ + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvpZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvpZ", + "moduleName": "StatementTapFramework", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvgZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvgZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvsZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvsZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvMZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvMZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO", + "moduleName": "Network", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, { "kind": "TypeDecl", "name": "Date", @@ -38156,7 +38381,7 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/statement\/StatementService.swift", "kind": "BooleanLiteral", - "offset": 4637, + "offset": 4640, "length": 5, "value": "false" }, @@ -55047,70 +55272,70 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 1686, + "offset": 1747, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 1718, + "offset": 1779, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 3013, + "offset": 3074, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 4185, + "offset": 4246, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "IntegerLiteral", - "offset": 10465, + "offset": 10612, "length": 1, "value": "0" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "Array", - "offset": 10497, + "offset": 10644, "length": 2, "value": "[]" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 16665, + "offset": 16812, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 22760, + "offset": 22907, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "StringLiteral", - "offset": 28250, + "offset": 28397, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 28270, + "offset": 28417, "length": 5, "value": "false" }, @@ -56829,31 +57054,59 @@ "length": 13, "value": "\"STTIBPI6013\"" }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "StringLiteral", + "offset": 230, + "length": 27, + "value": "\"connectivityStatusChanged\"" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "StringLiteral", + "offset": 595, + "length": 28, + "value": "\"NetworkConnectivityMonitor\"" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "BooleanLiteral", + "offset": 700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "BooleanLiteral", + "offset": 741, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "IntegerLiteral", - "offset": 404, + "offset": 315, "length": 3, "value": "443" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "IntegerLiteral", - "offset": 949, + "offset": 908, "length": 1, "value": "1" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "BooleanLiteral", - "offset": 2270, + "offset": 2229, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "BooleanLiteral", - "offset": 2997, + "offset": 2959, "length": 5, "value": "false" }, @@ -56937,63 +57190,63 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 544, + "offset": 654, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 575, + "offset": 685, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 602, + "offset": 712, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 636, + "offset": 746, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 671, + "offset": 781, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 703, + "offset": 813, "length": 17, "value": "\"Host App Screen\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 744, + "offset": 854, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 7568, + "offset": 9026, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 7596, + "offset": 9054, "length": 4, "value": "true" } diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 9f1ebf3..f094980 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -4,6 +4,7 @@ // swift-module-flags-ignorable: -enable-bare-slash-regex import CryptoKit import Foundation +import Network import SafariServices import Swift import UIKit @@ -318,6 +319,8 @@ public struct StatementAccount { public func getBundleSeedID() -> Swift.String? public func getFrameworkVersion() -> Swift.String public func getEnabledBanks(country: StatementTapFramework.Country, includeBalance: Swift.Bool = false, closure: @escaping ([StatementTapFramework.StatementBank], Swift.String?) -> Swift.Void) + public func closeTap() + public func refreshTap() public enum TapError : Swift.Error { case invalidReturnAndFailUrl public static func == (a: StatementTapFramework.StatementTapSF.TapError, b: StatementTapFramework.StatementTapSF.TapError) -> Swift.Bool @@ -473,6 +476,10 @@ public enum StatementErrorCode : Swift.String { get } } +extension Network.NWInterface.InterfaceType : Swift.CaseIterable { + public static var allCases: [Network.NWInterface.InterfaceType] + public typealias AllCases = [Network.NWInterface.InterfaceType] +} public struct StatementTransaction { public var id: Swift.String public var amount: StatementTapFramework.Amount diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 92c0d23..8ff2121 100644 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 9f1ebf3..f094980 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -4,6 +4,7 @@ // swift-module-flags-ignorable: -enable-bare-slash-regex import CryptoKit import Foundation +import Network import SafariServices import Swift import UIKit @@ -318,6 +319,8 @@ public struct StatementAccount { public func getBundleSeedID() -> Swift.String? public func getFrameworkVersion() -> Swift.String public func getEnabledBanks(country: StatementTapFramework.Country, includeBalance: Swift.Bool = false, closure: @escaping ([StatementTapFramework.StatementBank], Swift.String?) -> Swift.Void) + public func closeTap() + public func refreshTap() public enum TapError : Swift.Error { case invalidReturnAndFailUrl public static func == (a: StatementTapFramework.StatementTapSF.TapError, b: StatementTapFramework.StatementTapSF.TapError) -> Swift.Bool @@ -473,6 +476,10 @@ public enum StatementErrorCode : Swift.String { get } } +extension Network.NWInterface.InterfaceType : Swift.CaseIterable { + public static var allCases: [Network.NWInterface.InterfaceType] + public typealias AllCases = [Network.NWInterface.InterfaceType] +} public struct StatementTransaction { public var id: Swift.String public var amount: StatementTapFramework.Amount diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json index 1e0e5f4..bf7db15 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -14098,6 +14098,48 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "closeTap", + "printedName": "closeTap()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:21StatementTapFramework0aB2SFC05closeB0yyF", + "mangledName": "$s21StatementTapFramework0aB2SFC05closeB0yyF", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "refreshTap", + "printedName": "refreshTap()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:21StatementTapFramework0aB2SFC07refreshB0yyF", + "mangledName": "$s21StatementTapFramework0aB2SFC07refreshB0yyF", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "TypeDecl", "name": "TapError", @@ -19514,6 +19556,23 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "StatementTapFramework" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "StatementTapFramework", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "StatementTransaction", @@ -20256,16 +20315,6 @@ "ImplementationOnly" ] }, - { - "kind": "Import", - "name": "Reachability", - "printedName": "Reachability", - "declKind": "Import", - "moduleName": "StatementTapFramework", - "declAttributes": [ - "ImplementationOnly" - ] - }, { "kind": "Import", "name": "SwiftProtobuf", @@ -22387,6 +22436,182 @@ "AccessControl" ] }, + { + "kind": "TypeDecl", + "name": "InterfaceType", + "printedName": "InterfaceType", + "children": [ + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvpZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvpZ", + "moduleName": "StatementTapFramework", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvgZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvgZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvsZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvsZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvMZ", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO21StatementTapFrameworkE8allCasesSayAEGvMZ", + "moduleName": "StatementTapFramework", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO", + "mangledName": "$s7Network11NWInterfaceV13InterfaceTypeO", + "moduleName": "Network", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Network.NWInterface.InterfaceType]", + "children": [ + { + "kind": "TypeNominal", + "name": "InterfaceType", + "printedName": "Network.NWInterface.InterfaceType", + "usr": "s:7Network11NWInterfaceV13InterfaceTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, { "kind": "TypeDecl", "name": "Date", @@ -38156,7 +38381,7 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/statement\/StatementService.swift", "kind": "BooleanLiteral", - "offset": 4637, + "offset": 4640, "length": 5, "value": "false" }, @@ -55047,70 +55272,70 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 1686, + "offset": 1747, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 1718, + "offset": 1779, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 3013, + "offset": 3074, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 4185, + "offset": 4246, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "IntegerLiteral", - "offset": 10465, + "offset": 10612, "length": 1, "value": "0" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "Array", - "offset": 10497, + "offset": 10644, "length": 2, "value": "[]" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 16665, + "offset": 16812, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 22760, + "offset": 22907, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "StringLiteral", - "offset": 28250, + "offset": 28397, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementTapSF.swift", "kind": "BooleanLiteral", - "offset": 28270, + "offset": 28417, "length": 5, "value": "false" }, @@ -56829,31 +57054,59 @@ "length": 13, "value": "\"STTIBPI6013\"" }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "StringLiteral", + "offset": 230, + "length": 27, + "value": "\"connectivityStatusChanged\"" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "StringLiteral", + "offset": 595, + "length": 28, + "value": "\"NetworkConnectivityMonitor\"" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "BooleanLiteral", + "offset": 700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/network\/NetworkConnectivityManager.swift", + "kind": "BooleanLiteral", + "offset": 741, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "IntegerLiteral", - "offset": 404, + "offset": 315, "length": 3, "value": "443" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "IntegerLiteral", - "offset": 949, + "offset": 908, "length": 1, "value": "1" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "BooleanLiteral", - "offset": 2270, + "offset": 2229, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/core\/CoreService.swift", "kind": "BooleanLiteral", - "offset": 2997, + "offset": 2959, "length": 5, "value": "false" }, @@ -56937,63 +57190,63 @@ { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 544, + "offset": 654, "length": 5, "value": "false" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 575, + "offset": 685, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 602, + "offset": 712, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 636, + "offset": 746, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 671, + "offset": 781, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 703, + "offset": 813, "length": 17, "value": "\"Host App Screen\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "StringLiteral", - "offset": 744, + "offset": 854, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 7568, + "offset": 9026, "length": 4, "value": "true" }, { "filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/statement\/StatementWebViewViewController.swift", "kind": "BooleanLiteral", - "offset": 7596, + "offset": 9054, "length": 4, "value": "true" } diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 8c1d051..239fe7c 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -4,6 +4,7 @@ // swift-module-flags-ignorable: -enable-bare-slash-regex import CryptoKit import Foundation +import Network import SafariServices import Swift import UIKit @@ -318,6 +319,8 @@ public struct StatementAccount { public func getBundleSeedID() -> Swift.String? public func getFrameworkVersion() -> Swift.String public func getEnabledBanks(country: StatementTapFramework.Country, includeBalance: Swift.Bool = false, closure: @escaping ([StatementTapFramework.StatementBank], Swift.String?) -> Swift.Void) + public func closeTap() + public func refreshTap() public enum TapError : Swift.Error { case invalidReturnAndFailUrl public static func == (a: StatementTapFramework.StatementTapSF.TapError, b: StatementTapFramework.StatementTapSF.TapError) -> Swift.Bool @@ -473,6 +476,10 @@ public enum StatementErrorCode : Swift.String { get } } +extension Network.NWInterface.InterfaceType : Swift.CaseIterable { + public static var allCases: [Network.NWInterface.InterfaceType] + public typealias AllCases = [Network.NWInterface.InterfaceType] +} public struct StatementTransaction { public var id: Swift.String public var amount: StatementTapFramework.Amount diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 53d72c3..3282260 100644 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 8c1d051..239fe7c 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -4,6 +4,7 @@ // swift-module-flags-ignorable: -enable-bare-slash-regex import CryptoKit import Foundation +import Network import SafariServices import Swift import UIKit @@ -318,6 +319,8 @@ public struct StatementAccount { public func getBundleSeedID() -> Swift.String? public func getFrameworkVersion() -> Swift.String public func getEnabledBanks(country: StatementTapFramework.Country, includeBalance: Swift.Bool = false, closure: @escaping ([StatementTapFramework.StatementBank], Swift.String?) -> Swift.Void) + public func closeTap() + public func refreshTap() public enum TapError : Swift.Error { case invalidReturnAndFailUrl public static func == (a: StatementTapFramework.StatementTapSF.TapError, b: StatementTapFramework.StatementTapSF.TapError) -> Swift.Bool @@ -473,6 +476,10 @@ public enum StatementErrorCode : Swift.String { get } } +extension Network.NWInterface.InterfaceType : Swift.CaseIterable { + public static var allCases: [Network.NWInterface.InterfaceType] + public typealias AllCases = [Network.NWInterface.InterfaceType] +} public struct StatementTransaction { public var id: Swift.String public var amount: StatementTapFramework.Amount diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapFramework b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapFramework index bed0c1e..83da35d 100755 Binary files a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapFramework and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapFramework differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapView.nib b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapView.nib new file mode 100644 index 0000000..9fc31fe Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/StatementTapView.nib differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Ubuntu-Regular.ttf b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Ubuntu-Regular.ttf new file mode 100644 index 0000000..f98a2da Binary files /dev/null and b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/Ubuntu-Regular.ttf differ diff --git a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/_CodeSignature/CodeResources b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/_CodeSignature/CodeResources index 16ed0bc..7462e8b 100644 --- a/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/_CodeSignature/CodeResources +++ b/Sources/Statement/StatementTapFramework.xcframework/ios-arm64_x86_64-simulator/StatementTapFramework.framework/_CodeSignature/CodeResources @@ -4,65 +4,92 @@ files + Assets.car + + JlHwfyGmj+02gmLFDZrgLmF99oE= + Headers/CoreFramework.h rsqhS0Yad3xWBeiQJsVk6bSM88w= Headers/StatementTapFramework-Swift.h - AcUeaLiNG+cENtvOJtbAK5/2/LE= + CRhVOoJhPSuKMEudJtk+Nquefos= Info.plist - TdJri+gPxkRjaJ1u38Yjj68TMuY= + af92aLnst+Um3LqU/jknqLg1dd4= + + Lato-Bold.ttf + + VCSYIh2XvuW9vM+G7oiQv46ABck= + + Lato-Regular.ttf + + 6SPHLtpeUKh+GP9ccenvSztkVaM= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json - i+OEVioEZy2u4nZkslKcvYNCeb4= + PDATI8NKj0oShf3D71qMxAVMcIc= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - sM1aeGghqoMphDTXAI9fEzJjZx0= + AC992rDzmp8cD5OvHVYcCI9ywcc= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc - 6+n4Ak0tUDQmbXYkNvQefsYvWbY= + xPQ0Ud8ah0gApTjNNLDaPuy5rm0= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface - sM1aeGghqoMphDTXAI9fEzJjZx0= + AC992rDzmp8cD5OvHVYcCI9ywcc= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftmodule - O2fYLrGA2tPHt8Qet6jPlA/6AZs= + uM6M5H+EO47EYkmUkAbbWOJMlng= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json - i+OEVioEZy2u4nZkslKcvYNCeb4= + PDATI8NKj0oShf3D71qMxAVMcIc= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - VTdddvz8igc9n2aQRhLZDQHa7f0= + 6PErTdbjvV9Ucf1ohhaD1HpFr5A= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - YEsX/CLBUNrFit4xmBmvqhbPSs8= + coGx1oKNbNhj+RS3J4euDu5tLRM= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - VTdddvz8igc9n2aQRhLZDQHa7f0= + 6PErTdbjvV9Ucf1ohhaD1HpFr5A= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - ggyh/Xbx11spZbbk3L11fmYwct4= + sDrRc531iMk8WRgon2kcG5ZZl4k= Modules/module.modulemap WJGWyrJP2A7zoAnnd2LjXzMpvMk= + StatementTapView.nib + + TpVNXbxvYjI89R/r6rXcI0A19WA= + + Ubuntu-Regular.ttf + + gjjlXwMgw6vHQFfJiDZ8LyX6Nyc= + files2 + Assets.car + + hash2 + + nOOMu+T72CycZU6nXx+H68VQitSs12euVNtdLDUH8d8= + + Headers/CoreFramework.h hash2 @@ -74,77 +101,91 @@ hash2 - Lcx3JkW+pw8AYGiIQh20TH702It1JxrYFL1HJ3Bk/Ag= + y9BBy4wEHNxG7yT0bCHRW1ZAjNmLLOmex8xwR+968Js= + + + Lato-Bold.ttf + + hash2 + + 1/C38lcPLyi1BNoRgbTXGxQgsQvixP1pCSfxyO47GcM= + + + Lato-Regular.ttf + + hash2 + + 6CVCrtgpP0n8g8Sq6lZrH2tPx6mrXaEeb7m8CXO1Mks= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json hash2 - ELNJptN5B1eu+ZVK5Xg/AymSDn2ErWuLOgRRqfIfWKI= + Djg6LQEFtsLddOg8LTJwo+M8va5Dao+jAbsX3Th+ut8= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - te9IFlzQKFq3g+NXNEipoA0g+4TjP/rNkqf5oGomZzw= + FrYZeifRenz92x8p0a1nHDAQ3aJf6I6V87YiEAt5/HY= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - uesjulZbCimTjvbt7Eqb5VZOxNxSQC+C1uycMZL8hZA= + zQqrq/8w6fcJVmTmmr2gxxHzlrqF19qmndRTv+GMGik= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - te9IFlzQKFq3g+NXNEipoA0g+4TjP/rNkqf5oGomZzw= + FrYZeifRenz92x8p0a1nHDAQ3aJf6I6V87YiEAt5/HY= Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - h2kBHrSL/h5H2yhR64HPx0O8iqZ8Bz9DW2f63DqyjyQ= + XrObQfb3k+x95njg8uTnZcEO8daymGvnrjz/5GoUgww= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - ELNJptN5B1eu+ZVK5Xg/AymSDn2ErWuLOgRRqfIfWKI= + Djg6LQEFtsLddOg8LTJwo+M8va5Dao+jAbsX3Th+ut8= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - CTZFpAyP7wGLoyBom0TJVCzxgej+V4Z1k290aXauhyE= + FNLmof76r+cd6FoM8Z65MNZmutu/kzPLpWgtrwWGdJM= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - fjAu1em0VnUMRf4G7kJgVuPTbslvkP6qveh3SKHTi/E= + K/67dW4KYi7mNcBDYe8rQYWLjdSpOz7D3oISGx0tZ2o= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - CTZFpAyP7wGLoyBom0TJVCzxgej+V4Z1k290aXauhyE= + FNLmof76r+cd6FoM8Z65MNZmutu/kzPLpWgtrwWGdJM= Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - jFlqes02btkhAPu7mrJswiZq3lvT19wugIZk2LXs7/0= + 9MIXn0xN1MKtAlLmAyEiXVYJX5IrMaZuLrq8PeAO7f0= Modules/module.modulemap @@ -154,6 +195,20 @@ hpLrD7Dd1QjeWNiChBe9nRnT+SFQZlPrqk9tPLbnXFY= + StatementTapView.nib + + hash2 + + GLbqiBfbqD4KoqzQWybTEtRv4+xOBcCka+OuJz10HjQ= + + + Ubuntu-Regular.ttf + + hash2 + + Zv6pwACR8l64pSZUgCO2FUeFh2qQCvLY9HKSJolpgWM= + + rules diff --git a/api docs/statement tap/Classes.html b/api docs/statement tap/Classes.html index 517751f..4a916da 100644 --- a/api docs/statement tap/Classes.html +++ b/api docs/statement tap/Classes.html @@ -78,6 +78,12 @@ + + + + +
  • +
    + + + + closeTap() + +
    +
    +
    +
    +
    +
    +

    Closes the Tap Web App

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func closeTap()
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + refreshTap() + +
    +
    +
    +
    +
    +
    +

    Reloads the content inside Tap Web App

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func refreshTap()
    + +
    +
    +
    +
    +
  • @@ -565,7 +625,7 @@

    Declaration

    diff --git a/api docs/statement tap/Classes/StatementTapSF/TapError.html b/api docs/statement tap/Classes/StatementTapSF/TapError.html index c3304bd..ce69024 100644 --- a/api docs/statement tap/Classes/StatementTapSF/TapError.html +++ b/api docs/statement tap/Classes/StatementTapSF/TapError.html @@ -78,6 +78,12 @@
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • +
    + + + + closeTap() + +
    +
    +
    +
    +
    +
    +

    Closes the Tap Web App

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func closeTap()
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + refreshTap() + +
    +
    +
    +
    +
    +
    +

    Reloads the content inside Tap Web App

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func refreshTap()
    + +
    +
    +
    +
    +
  • @@ -565,7 +625,7 @@

    Declaration

    diff --git a/api docs/statement tap/docsets/.docset/Contents/Resources/Documents/Classes/StatementTapSF/TapError.html b/api docs/statement tap/docsets/.docset/Contents/Resources/Documents/Classes/StatementTapSF/TapError.html index c3304bd..ce69024 100644 --- a/api docs/statement tap/docsets/.docset/Contents/Resources/Documents/Classes/StatementTapSF/TapError.html +++ b/api docs/statement tap/docsets/.docset/Contents/Resources/Documents/Classes/StatementTapSF/TapError.html @@ -78,6 +78,12 @@
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +