diff --git a/README.md b/README.md index 5d1cb9b..32cbb84 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 1. Add the following pod to your `Podfile`: ```ruby -pod 'ShareTripSDK', :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => '1.0.8' +pod 'ShareTripSDK', :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => '1.0.9' ``` 2. If not already added, add `use_frameworks!` to your `Podfile`. diff --git a/STExample/Podfile.lock b/STExample/Podfile.lock index d8575ff..90fa988 100644 --- a/STExample/Podfile.lock +++ b/STExample/Podfile.lock @@ -843,7 +843,7 @@ PODS: - PromisesObjC (2.2.0) - PromisesSwift (2.2.0): - PromisesObjC (= 2.2.0) - - ShareTripSDK (1.0.8) + - ShareTripSDK (1.0.9) - Socket.IO-Client-Swift (16.0.1): - Starscream (~> 4.0) - Starscream (4.0.4) @@ -994,7 +994,7 @@ SPEC CHECKSUMS: pop: d582054913807fd11fd50bfe6a539d91c7e1a55a PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef PromisesSwift: cf9eb58666a43bbe007302226e510b16c1e10959 - ShareTripSDK: e9188d38f8f8a710fd065fb584ab87d153b70a94 + ShareTripSDK: 61c33685ccc91782e227236320844cb339c0d9d1 Socket.IO-Client-Swift: c116d6dc9fd6be9c259bacfe143f8725bce7d79e Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9 SwiftKeychainWrapper: 807ba1d63c33a7d0613288512399cd1eda1e470c diff --git a/STExample/STExample.xcodeproj/project.pbxproj b/STExample/STExample.xcodeproj/project.pbxproj index 1418a09..59d1e07 100644 --- a/STExample/STExample.xcodeproj/project.pbxproj +++ b/STExample/STExample.xcodeproj/project.pbxproj @@ -24,6 +24,7 @@ CCC181EB298A4C070086426D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; CCC181ED298A4C070086426D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; CCC181F3298A4F760086426D /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + CCE1C8E72A3B36D400C3DDD3 /* AdServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdServices.framework; path = System/Library/Frameworks/AdServices.framework; sourceTree = SDKROOT; }; E1FCB6EA7D125AD0475DE4C6 /* Pods-STExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-STExample.release.xcconfig"; path = "Target Support Files/Pods-STExample/Pods-STExample.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -42,6 +43,7 @@ 7237899E94518BF606195FA8 /* Frameworks */ = { isa = PBXGroup; children = ( + CCE1C8E72A3B36D400C3DDD3 /* AdServices.framework */, CC4C3A2829BDCF8B00FE67A1 /* Lottie.framework */, CC4C3A2429BDCECC00FE67A1 /* Lottie.framework */, 3EF07142EAA2435367F6D423 /* Pods_STExample.framework */, diff --git a/STExample/STExample/AppDelegate.swift b/STExample/STExample/AppDelegate.swift index 727d7ef..da001e8 100644 --- a/STExample/STExample/AppDelegate.swift +++ b/STExample/STExample/AppDelegate.swift @@ -23,7 +23,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISceneDelegate { IQKeyboardManager.shared.enable = true STSDK.shared.delegate = self - STSDK.shared.accessToken = "$2b$10$pv.ZAnzyuSTD7GIMm/yHL.hdPTFQgUDN2rfXPnQXh67e4JsKJ0Fl." + STSDK.shared.environment = .live + STSDK.shared.accessToken = "valid access token" self.window?.rootViewController = UINavigationController(rootViewController: STSDKHomeVC.instantiate()) window?.makeKeyAndVisible() diff --git a/ShareTripSDK.podspec b/ShareTripSDK.podspec index f786059..0cac827 100644 --- a/ShareTripSDK.podspec +++ b/ShareTripSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ShareTripSDK' - s.version = '1.0.8' + s.version = '1.0.9' s.summary = 'ShareTripSDK' s.homepage = 'https://github.com/sharetripnet/ShareTripSDK.git' s.source = { :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => s.version.to_s } diff --git a/ShareTripSDK.xcframework/Info.plist b/ShareTripSDK.xcframework/Info.plist index 48542fc..f1e5b80 100644 --- a/ShareTripSDK.xcframework/Info.plist +++ b/ShareTripSDK.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath ShareTripSDK.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath ShareTripSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Assets.car b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Assets.car index 6534074..4f2c674 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Assets.car and b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Assets.car differ diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h index 54457e8..73b4423 100644 --- a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h +++ b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) #ifndef SHARETRIPSDK_SWIFT_H #define SHARETRIPSDK_SWIFT_H #pragma clang diagnostic push diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Info.plist b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Info.plist index 350dadf..889a84d 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Info.plist and b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Info.plist differ diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.abi.json b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.abi.json index 8b5d522..c367986 100644 --- a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.abi.json @@ -137370,114 +137370,14 @@ ] }, { - "kind": "TypeDecl", - "name": "FlightPassengerInfoValidator", - "printedName": "FlightPassengerInfoValidator", - "children": [ - { - "kind": "Function", - "name": "isOptional", - "printedName": "isOptional(rowType:isPrimaryPassenger:isDomesticFlight:isAttachmentAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UserInfoRowType", - "printedName": "ShareTripSDK.UserInfoRowType", - "usr": "s:12ShareTripSDK15UserInfoRowTypeO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC10isOptional7rowType0h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA04Userf3RowK0O_S3btFZ", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC10isOptional7rowType0h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA04Userf3RowK0O_S3btFZ", - "moduleName": "ShareTripSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isValid", - "printedName": "isValid(passengerInfo:isPrimaryPassenger:isDomesticFlight:isAttachmentAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "PassengersBookingInformation", - "printedName": "ShareTripSDK.PassengersBookingInformation", - "usr": "s:12ShareTripSDK28PassengersBookingInformationC" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC7isValid09passengerF00h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA28PassengersBookingInformationC_S3btFZ", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC7isValid09passengerF00h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA28PassengersBookingInformationC_S3btFZ", - "moduleName": "ShareTripSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "ShareTripSDK", "declAttributes": [ - "AccessControl", "RawDocComment" - ], - "hasMissingDesignatedInitializers": true + ] }, { "kind": "Import", @@ -252678,14 +252578,14 @@ { "filePath": "\/Users\/st-ios\/Workspace\/ShareTrip-iOS\/Development-SDK\/STSDK\/ShareTripSDK\/STFlightKit\/Models\/Validators\/FlightPassengerInfoValidator.swift", "kind": "BooleanLiteral", - "offset": 1978, + "offset": 1764, "length": 5, "value": "false" }, { "filePath": "\/Users\/st-ios\/Workspace\/ShareTrip-iOS\/Development-SDK\/STSDK\/ShareTripSDK\/STFlightKit\/Models\/Validators\/FlightPassengerInfoValidator.swift", "kind": "BooleanLiteral", - "offset": 2035, + "offset": 1809, "length": 4, "value": "true" }, diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index 2fac3fe..9595110 100644 --- a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ShareTripSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import Alamofire @@ -4299,11 +4299,6 @@ public enum ServiceType : Swift.String, Swift.Codable { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@_hasMissingDesignatedInitializers public class FlightPassengerInfoValidator { - public static func isOptional(rowType: ShareTripSDK.UserInfoRowType, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - public static func isValid(passengerInfo: ShareTripSDK.PassengersBookingInformation, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - @objc deinit -} public struct GenderSelectionCellData : ShareTripSDK.ConfigurableTableViewCellData { public let title: Swift.String public let selectedGender: ShareTripSDK.GenderType diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc index cf2b626..bda366f 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface index 2fac3fe..9595110 100644 --- a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ShareTripSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import Alamofire @@ -4299,11 +4299,6 @@ public enum ServiceType : Swift.String, Swift.Codable { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@_hasMissingDesignatedInitializers public class FlightPassengerInfoValidator { - public static func isOptional(rowType: ShareTripSDK.UserInfoRowType, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - public static func isValid(passengerInfo: ShareTripSDK.PassengersBookingInformation, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - @objc deinit -} public struct GenderSelectionCellData : ShareTripSDK.ConfigurableTableViewCellData { public let title: Swift.String public let selectedGender: ShareTripSDK.GenderType diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/ShareTripSDK b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/ShareTripSDK index add7922..117ed18 100755 Binary files a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/ShareTripSDK and b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/ShareTripSDK differ diff --git a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/_CodeSignature/CodeResources b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/_CodeSignature/CodeResources index 28b8e1e..f80c7ca 100644 --- a/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/_CodeSignature/CodeResources +++ b/ShareTripSDK.xcframework/ios-arm64/ShareTripSDK.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Assets.car - twNq5AYyAtbHOSi2qcUtLmOAZDk= + zujkX1/xZ6RlJfbDCePIxLa1A+0= BaggageInfoTVCell.nib @@ -394,7 +394,7 @@ Headers/ShareTripSDK-Swift.h - zSMaPySAcVOhhJiBxVWrvXQ0JsA= + WOrVlzHTCNLmucOakdJRAzYa8xg= Headers/ShareTripSDK.h @@ -406,7 +406,7 @@ Info.plist - Z4zxRwlNwwZs0gEc0Ufwv127/vk= + SY9Z+4ijnKuFKmpPU1ZPRHsAZGM= InfoDetailCell.nib @@ -474,23 +474,23 @@ Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.abi.json - 6oukPrqdF6lDyhnxfbQgZSxzIYg= + F7kuMJSijlxkxVpBuuojLpXv9qQ= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface - b9Nv7JLSnHH0VryHJw2JRdpH5fs= + /i1Dpeh1qT2ab9dPn33booGVxQw= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc - 7Cb4lmnTzw0Ox2Ln5wY1wFuakJA= + BpSZKnDFW2Z6XuZwAXEl3LbguwU= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface - b9Nv7JLSnHH0VryHJw2JRdpH5fs= + /i1Dpeh1qT2ab9dPn33booGVxQw= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftmodule - PAvOiTV8RXbNq03UBe9mWZkQFrE= + 8VXFZfpHHYbEpXz+sACQOpF+IZI= Modules/module.modulemap @@ -720,7 +720,7 @@ hash2 - QJYVsQ1DCqb/o+/qwk1Rlnm5mjfDHjwfQz8MARDzcrA= + 9qGUY2IJY+86twSfInfHA7bFRQd8WIwztjggezw0NmQ= BaggageInfoTVCell.nib @@ -1378,7 +1378,7 @@ hash2 - NJ1ROS55J/gbMbN07uSDDC1tzrmglagpLAAT5OQpN5k= + L3oFoanU4XRRd1NSofIuKPcEE3Pd8y7RXpqQos36DWY= Headers/ShareTripSDK.h @@ -1511,35 +1511,35 @@ hash2 - yrBBUEmjXjvF0wJ28fqj2pFjRypryiBkANuH0DDnUdA= + nJXozAWfLvpoiODwdBROEBujHa64tXZMmkDDyor6kNg= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface hash2 - o3fz5UqeYjOajwuU4wBskxnlZzN8635qhJQwVFub7cY= + 9ksNA8Ifky/wpc3q1FMTqcpRzP25W60o+v8uSYTu25E= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc hash2 - gREdHWy6Im0AaGOZeJrdEFZt9Ie7jfEGRJIV34EwDh0= + Orp3nZvvdn4+r6c0Nrir6radeS0wDK+u/PdZPN252A4= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface hash2 - o3fz5UqeYjOajwuU4wBskxnlZzN8635qhJQwVFub7cY= + 9ksNA8Ifky/wpc3q1FMTqcpRzP25W60o+v8uSYTu25E= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftmodule hash2 - T90veqoqPZo9bvc4Qx2pWaDa9BYmcrfV956clns3sm8= + b2+zcCJyl7CFCEj4WrNHBeye42j4L30n041sdUEZDYU= Modules/module.modulemap diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Assets.car b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Assets.car index 6534074..4f2c674 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Assets.car and b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Assets.car differ diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h index 5f17c31..fdad386 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Headers/ShareTripSDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) #ifndef SHARETRIPSDK_SWIFT_H #define SHARETRIPSDK_SWIFT_H #pragma clang diagnostic push @@ -1893,7 +1893,7 @@ SWIFT_CLASS("_TtC12ShareTripSDK33ZoomAnimatedTransitioningDelegate") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) #ifndef SHARETRIPSDK_SWIFT_H #define SHARETRIPSDK_SWIFT_H #pragma clang diagnostic push diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Info.plist b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Info.plist index 9ed53e1..8e55ff3 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Info.plist and b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Info.plist differ diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.abi.json index b60d812..4df7d58 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -137370,114 +137370,14 @@ ] }, { - "kind": "TypeDecl", - "name": "FlightPassengerInfoValidator", - "printedName": "FlightPassengerInfoValidator", - "children": [ - { - "kind": "Function", - "name": "isOptional", - "printedName": "isOptional(rowType:isPrimaryPassenger:isDomesticFlight:isAttachmentAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UserInfoRowType", - "printedName": "ShareTripSDK.UserInfoRowType", - "usr": "s:12ShareTripSDK15UserInfoRowTypeO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC10isOptional7rowType0h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA04Userf3RowK0O_S3btFZ", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC10isOptional7rowType0h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA04Userf3RowK0O_S3btFZ", - "moduleName": "ShareTripSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isValid", - "printedName": "isValid(passengerInfo:isPrimaryPassenger:isDomesticFlight:isAttachmentAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "PassengersBookingInformation", - "printedName": "ShareTripSDK.PassengersBookingInformation", - "usr": "s:12ShareTripSDK28PassengersBookingInformationC" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC7isValid09passengerF00h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA28PassengersBookingInformationC_S3btFZ", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC7isValid09passengerF00h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA28PassengersBookingInformationC_S3btFZ", - "moduleName": "ShareTripSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "ShareTripSDK", "declAttributes": [ - "AccessControl", "RawDocComment" - ], - "hasMissingDesignatedInitializers": true + ] }, { "kind": "Import", @@ -252678,14 +252578,14 @@ { "filePath": "\/Users\/st-ios\/Workspace\/ShareTrip-iOS\/Development-SDK\/STSDK\/ShareTripSDK\/STFlightKit\/Models\/Validators\/FlightPassengerInfoValidator.swift", "kind": "BooleanLiteral", - "offset": 1978, + "offset": 1764, "length": 5, "value": "false" }, { "filePath": "\/Users\/st-ios\/Workspace\/ShareTrip-iOS\/Development-SDK\/STSDK\/ShareTripSDK\/STFlightKit\/Models\/Validators\/FlightPassengerInfoValidator.swift", "kind": "BooleanLiteral", - "offset": 2035, + "offset": 1809, "length": 4, "value": "true" }, diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index a2dfc70..46754d3 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ShareTripSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import Alamofire @@ -4299,11 +4299,6 @@ public enum ServiceType : Swift.String, Swift.Codable { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@_hasMissingDesignatedInitializers public class FlightPassengerInfoValidator { - public static func isOptional(rowType: ShareTripSDK.UserInfoRowType, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - public static func isValid(passengerInfo: ShareTripSDK.PassengersBookingInformation, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - @objc deinit -} public struct GenderSelectionCellData : ShareTripSDK.ConfigurableTableViewCellData { public let title: Swift.String public let selectedGender: ShareTripSDK.GenderType diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc index ae7c667..258e6df 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface index a2dfc70..46754d3 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ShareTripSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import Alamofire @@ -4299,11 +4299,6 @@ public enum ServiceType : Swift.String, Swift.Codable { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@_hasMissingDesignatedInitializers public class FlightPassengerInfoValidator { - public static func isOptional(rowType: ShareTripSDK.UserInfoRowType, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - public static func isValid(passengerInfo: ShareTripSDK.PassengersBookingInformation, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - @objc deinit -} public struct GenderSelectionCellData : ShareTripSDK.ConfigurableTableViewCellData { public let title: Swift.String public let selectedGender: ShareTripSDK.GenderType diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json index b60d812..4df7d58 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -137370,114 +137370,14 @@ ] }, { - "kind": "TypeDecl", - "name": "FlightPassengerInfoValidator", - "printedName": "FlightPassengerInfoValidator", - "children": [ - { - "kind": "Function", - "name": "isOptional", - "printedName": "isOptional(rowType:isPrimaryPassenger:isDomesticFlight:isAttachmentAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UserInfoRowType", - "printedName": "ShareTripSDK.UserInfoRowType", - "usr": "s:12ShareTripSDK15UserInfoRowTypeO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC10isOptional7rowType0h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA04Userf3RowK0O_S3btFZ", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC10isOptional7rowType0h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA04Userf3RowK0O_S3btFZ", - "moduleName": "ShareTripSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isValid", - "printedName": "isValid(passengerInfo:isPrimaryPassenger:isDomesticFlight:isAttachmentAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "PassengersBookingInformation", - "printedName": "ShareTripSDK.PassengersBookingInformation", - "usr": "s:12ShareTripSDK28PassengersBookingInformationC" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC7isValid09passengerF00h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA28PassengersBookingInformationC_S3btFZ", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC7isValid09passengerF00h7PrimaryE00h8DomesticD00H19AttachmentAvailableSbAA28PassengersBookingInformationC_S3btFZ", - "moduleName": "ShareTripSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:12ShareTripSDK28FlightPassengerInfoValidatorC", - "mangledName": "$s12ShareTripSDK28FlightPassengerInfoValidatorC", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "ShareTripSDK", "declAttributes": [ - "AccessControl", "RawDocComment" - ], - "hasMissingDesignatedInitializers": true + ] }, { "kind": "Import", @@ -252678,14 +252578,14 @@ { "filePath": "\/Users\/st-ios\/Workspace\/ShareTrip-iOS\/Development-SDK\/STSDK\/ShareTripSDK\/STFlightKit\/Models\/Validators\/FlightPassengerInfoValidator.swift", "kind": "BooleanLiteral", - "offset": 1978, + "offset": 1764, "length": 5, "value": "false" }, { "filePath": "\/Users\/st-ios\/Workspace\/ShareTrip-iOS\/Development-SDK\/STSDK\/ShareTripSDK\/STFlightKit\/Models\/Validators\/FlightPassengerInfoValidator.swift", "kind": "BooleanLiteral", - "offset": 2035, + "offset": 1809, "length": 4, "value": "true" }, diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 0d46b30..7e15dc0 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ShareTripSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import Alamofire @@ -4299,11 +4299,6 @@ public enum ServiceType : Swift.String, Swift.Codable { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@_hasMissingDesignatedInitializers public class FlightPassengerInfoValidator { - public static func isOptional(rowType: ShareTripSDK.UserInfoRowType, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - public static func isValid(passengerInfo: ShareTripSDK.PassengersBookingInformation, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - @objc deinit -} public struct GenderSelectionCellData : ShareTripSDK.ConfigurableTableViewCellData { public let title: Swift.String public let selectedGender: ShareTripSDK.GenderType diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 14612e8..358fbd1 100644 Binary files a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 0d46b30..7e15dc0 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ShareTripSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import Alamofire @@ -4299,11 +4299,6 @@ public enum ServiceType : Swift.String, Swift.Codable { @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@_hasMissingDesignatedInitializers public class FlightPassengerInfoValidator { - public static func isOptional(rowType: ShareTripSDK.UserInfoRowType, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - public static func isValid(passengerInfo: ShareTripSDK.PassengersBookingInformation, isPrimaryPassenger: Swift.Bool, isDomesticFlight: Swift.Bool, isAttachmentAvailable: Swift.Bool) -> Swift.Bool - @objc deinit -} public struct GenderSelectionCellData : ShareTripSDK.ConfigurableTableViewCellData { public let title: Swift.String public let selectedGender: ShareTripSDK.GenderType diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/ShareTripSDK b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/ShareTripSDK index 3326546..14615de 100755 Binary files a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/ShareTripSDK and b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/ShareTripSDK differ diff --git a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/_CodeSignature/CodeResources b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/_CodeSignature/CodeResources index b30b6c6..da706a4 100644 --- a/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/_CodeSignature/CodeResources +++ b/ShareTripSDK.xcframework/ios-arm64_x86_64-simulator/ShareTripSDK.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Assets.car - twNq5AYyAtbHOSi2qcUtLmOAZDk= + zujkX1/xZ6RlJfbDCePIxLa1A+0= BaggageInfoTVCell.nib @@ -394,7 +394,7 @@ Headers/ShareTripSDK-Swift.h - A50QdANQyg9ujd6msZjRn8Rc/y0= + YWsycLWyudVlnOnizO4c2yov51E= Headers/ShareTripSDK.h @@ -406,7 +406,7 @@ Info.plist - R/TdtjJ8QIBqJ+876gAbhPan60w= + 3WOK8Z6mRbbxofbf4G+F1oqkXqM= InfoDetailCell.nib @@ -474,43 +474,43 @@ Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - zl8FreWU4c80/7IliX4vP5QThYY= + GLf+YFhl3ywGWvkmaWtyc+s8ArI= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - AMk25dxeeBdscPqbIe41FiulWpY= + NyWjWOtID9ILRw7JQ/lQgbbm050= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - BZbeUL6mnJsNevftcMFNHKABq2o= + aBE9hTwssOnrf17na6KVQh78i+E= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - AMk25dxeeBdscPqbIe41FiulWpY= + NyWjWOtID9ILRw7JQ/lQgbbm050= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - JLv6IAof2PYYxdwh43CYqEllejI= + VThNSxAb51ttMyqGHhyY09uXmRs= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - zl8FreWU4c80/7IliX4vP5QThYY= + GLf+YFhl3ywGWvkmaWtyc+s8ArI= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - akTC1N+o+tItJ+376BNjXR41KTc= + cl5PEUila8v8S0yk+o6/u1sfXl8= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - 3R7d/s6hUy75QNIuy/z/m+H6Y7M= + q3SpXV6GGnItLJYv/nAOi7nfJEk= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - akTC1N+o+tItJ+376BNjXR41KTc= + cl5PEUila8v8S0yk+o6/u1sfXl8= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - TonwdXjf8SgLGQmzwqSUAvJRDL4= + E27Q1rBFQpF4LudA5u++tYv4E8k= Modules/module.modulemap @@ -740,7 +740,7 @@ hash2 - QJYVsQ1DCqb/o+/qwk1Rlnm5mjfDHjwfQz8MARDzcrA= + 9qGUY2IJY+86twSfInfHA7bFRQd8WIwztjggezw0NmQ= BaggageInfoTVCell.nib @@ -1398,7 +1398,7 @@ hash2 - qUxMli9ISp1LfBxmeUcAkQWikW/lEzYnDHflnJMIbao= + v71dpY/p1UdIsd54AIobllLfpOgTUIVFmE1pak0hAb4= Headers/ShareTripSDK.h @@ -1531,70 +1531,70 @@ hash2 - uS6in6Mkl2hnIAt2WeZo7gzWSjM+OQwJw17nUE75r3E= + uBtKkfsfKbjWoHfN6cuu6m5xTH9r4c/pgYUY84VCYy8= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - n6H9a9l/Mw+IdLw99x7mlr4iaeZpC58I/itTIvRlv/I= + F9mkpkQE7eOiLyj5zCfIG8JFGg2cAzSegwY+ZBtVTlw= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - 1irGGbawN7Blx4lcbRBr0AHr3u9XuBMf+d06N89/JZM= + Rp8WIX/Ru2xjGk8By6DvxUR9fGlBdiv5pPogiiRKfW4= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - n6H9a9l/Mw+IdLw99x7mlr4iaeZpC58I/itTIvRlv/I= + F9mkpkQE7eOiLyj5zCfIG8JFGg2cAzSegwY+ZBtVTlw= Modules/ShareTripSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - nmDbpsoBfU9K2TWLvdxkmIWEaGlGOI5w5YPImUEFfmU= + mTuzuHrEOWmTUHrUfMXq8tINoeegtRXgMiEC8sbO8+o= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - uS6in6Mkl2hnIAt2WeZo7gzWSjM+OQwJw17nUE75r3E= + uBtKkfsfKbjWoHfN6cuu6m5xTH9r4c/pgYUY84VCYy8= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - EP/P79ffE1Q0PPc0dXNz1UX5ZDVZqC7hW+aFvTIHBvU= + eTYfqCbyMlx+guGrGMVhjzVHR9U0+7YZ03o6spyksWI= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - IG/stf4X4XH+SnQ1wXkhhFZAtOEEo4Os/C1jcN64WE4= + FwS+e0cxq1uAXWgw9pKJZBBcMANf4yLSDiam8SviARc= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - EP/P79ffE1Q0PPc0dXNz1UX5ZDVZqC7hW+aFvTIHBvU= + eTYfqCbyMlx+guGrGMVhjzVHR9U0+7YZ03o6spyksWI= Modules/ShareTripSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - qNRwcTqIi9hjNtZWXokkVl3IyT9y0tM6H47h/OY7XDQ= + /AaPxwFXYmE9EvY7dNHdunQk04FeMR1XHRwE0GEBqto= Modules/module.modulemap