@doorstepai/dropoff-sdk 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +16 -3
- package/ios/DoorstepAI.mm +2 -0
- package/ios/DoorstepAI.swift +15 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +931 -416
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/PrivacyInfo.xcprivacy +39 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +22 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1583 -1462
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +931 -416
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +931 -416
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/PrivacyInfo.xcprivacy +39 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +32 -21
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1583 -1462
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +1578 -1457
- package/lib/module/DoorstepAI.js +5 -12
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts +7 -2
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/DoorstepAI.tsx +13 -9
- package/src/index.tsx +1 -0
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -
|
|
4
|
-
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name DoorstepDropoffSDK
|
|
4
|
+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3
|
|
5
5
|
import Compression
|
|
6
6
|
import CoreLocation
|
|
7
7
|
import CoreMotion
|
|
8
8
|
@_exported import DoorstepDropoffSDK
|
|
9
9
|
import Foundation
|
|
10
10
|
import Network
|
|
11
|
+
import SQLite3
|
|
11
12
|
import Swift
|
|
12
13
|
import SwiftUI
|
|
13
14
|
import UIKit
|
|
@@ -22,9 +23,7 @@ public enum SDKLogLevel : Swift.Int, Swift.Codable, Swift.Comparable {
|
|
|
22
23
|
case error
|
|
23
24
|
case critical
|
|
24
25
|
public static func < (lhs: DoorstepDropoffSDK.SDKLogLevel, rhs: DoorstepDropoffSDK.SDKLogLevel) -> Swift.Bool
|
|
25
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
26
26
|
public init?(rawValue: Swift.Int)
|
|
27
|
-
#endif
|
|
28
27
|
public typealias RawValue = Swift.Int
|
|
29
28
|
public var rawValue: Swift.Int {
|
|
30
29
|
get
|
|
@@ -39,6 +38,13 @@ public struct AddressType {
|
|
|
39
38
|
public let postalCode: Swift.String
|
|
40
39
|
public init(streetNumber: Swift.String, route: Swift.String, subPremise: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
41
40
|
}
|
|
41
|
+
public struct LatLngObject : Swift.Codable, Swift.Sendable {
|
|
42
|
+
public let lat: Swift.Double
|
|
43
|
+
public let lng: Swift.Double
|
|
44
|
+
public init(lat: Swift.Double, lng: Swift.Double)
|
|
45
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
46
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
47
|
+
}
|
|
42
48
|
public struct LatLngAddress : DoorstepDropoffSDK.AddressDesignation {
|
|
43
49
|
public let latitude: Swift.Double
|
|
44
50
|
public let longitude: Swift.Double
|
|
@@ -68,9 +74,7 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
68
74
|
public enum DropoffType : Swift.String, Swift.Codable {
|
|
69
75
|
case pod
|
|
70
76
|
case non_pod
|
|
71
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
72
77
|
public init?(rawValue: Swift.String)
|
|
73
|
-
#endif
|
|
74
78
|
public typealias RawValue = Swift.String
|
|
75
79
|
public var rawValue: Swift.String {
|
|
76
80
|
get
|
|
@@ -78,23 +82,17 @@ public enum DropoffType : Swift.String, Swift.Codable {
|
|
|
78
82
|
}
|
|
79
83
|
@_hasMissingDesignatedInitializers public class DoorstepAI {
|
|
80
84
|
public static func setApiKey(key: Swift.String, initCollectors: Swift.Bool = true, shouldGetConfig: Swift.Bool = true)
|
|
85
|
+
public static func setBackgroundSessionCompletionHandler(_ handler: @escaping () -> Swift.Void)
|
|
86
|
+
public static func requestAllPermissions(requestAlwaysLocation: Swift.Bool = true)
|
|
81
87
|
public static func configureRemoteLogging(enabled: Swift.Bool, minLevel: DoorstepDropoffSDK.SDKLogLevel = .warning, flushInterval: Foundation.TimeInterval = 30, batchSize: Swift.Int = 50, maxQueueSize: Swift.Int = 1000)
|
|
82
88
|
public static func enableDevMode(apiKey: Swift.String) async
|
|
83
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
84
89
|
public static func startDeliveryByPlaceID(placeID: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
85
|
-
|
|
86
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
90
|
+
@available(*, deprecated, message: "Use startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:) instead.")
|
|
87
91
|
public static func startDeliveryByPlusCode(plusCode: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
#endif
|
|
92
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
93
|
-
public static func startDeliveryByAddressString(address: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
94
|
-
#endif
|
|
95
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
92
|
+
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
93
|
+
public static func startDeliveryByAddressString(address: Swift.String, deliveryId: Swift.String, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
94
|
+
@available(*, deprecated, message: "Use startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:) or startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:) instead.")
|
|
96
95
|
public static func startDeliveryByLatLng(latitude: Swift.Double, longitude: Swift.Double, subUnit: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
97
|
-
#endif
|
|
98
96
|
public static func markDropoff(deliveryId: Swift.String, dropoffType: DoorstepDropoffSDK.DropoffType) async throws
|
|
99
97
|
public static func newEvent(eventName: Swift.String, deliveryId: Swift.String) async throws
|
|
100
98
|
public static func stopDelivery(deliveryId: Swift.String) async
|
|
Binary file
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -
|
|
4
|
-
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name DoorstepDropoffSDK
|
|
4
|
+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3
|
|
5
5
|
import Compression
|
|
6
6
|
import CoreLocation
|
|
7
7
|
import CoreMotion
|
|
8
8
|
@_exported import DoorstepDropoffSDK
|
|
9
9
|
import Foundation
|
|
10
10
|
import Network
|
|
11
|
+
import SQLite3
|
|
11
12
|
import Swift
|
|
12
13
|
import SwiftUI
|
|
13
14
|
import UIKit
|
|
@@ -22,9 +23,7 @@ public enum SDKLogLevel : Swift.Int, Swift.Codable, Swift.Comparable {
|
|
|
22
23
|
case error
|
|
23
24
|
case critical
|
|
24
25
|
public static func < (lhs: DoorstepDropoffSDK.SDKLogLevel, rhs: DoorstepDropoffSDK.SDKLogLevel) -> Swift.Bool
|
|
25
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
26
26
|
public init?(rawValue: Swift.Int)
|
|
27
|
-
#endif
|
|
28
27
|
public typealias RawValue = Swift.Int
|
|
29
28
|
public var rawValue: Swift.Int {
|
|
30
29
|
get
|
|
@@ -39,6 +38,13 @@ public struct AddressType {
|
|
|
39
38
|
public let postalCode: Swift.String
|
|
40
39
|
public init(streetNumber: Swift.String, route: Swift.String, subPremise: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
41
40
|
}
|
|
41
|
+
public struct LatLngObject : Swift.Codable, Swift.Sendable {
|
|
42
|
+
public let lat: Swift.Double
|
|
43
|
+
public let lng: Swift.Double
|
|
44
|
+
public init(lat: Swift.Double, lng: Swift.Double)
|
|
45
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
46
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
47
|
+
}
|
|
42
48
|
public struct LatLngAddress : DoorstepDropoffSDK.AddressDesignation {
|
|
43
49
|
public let latitude: Swift.Double
|
|
44
50
|
public let longitude: Swift.Double
|
|
@@ -68,9 +74,7 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
68
74
|
public enum DropoffType : Swift.String, Swift.Codable {
|
|
69
75
|
case pod
|
|
70
76
|
case non_pod
|
|
71
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
72
77
|
public init?(rawValue: Swift.String)
|
|
73
|
-
#endif
|
|
74
78
|
public typealias RawValue = Swift.String
|
|
75
79
|
public var rawValue: Swift.String {
|
|
76
80
|
get
|
|
@@ -78,23 +82,17 @@ public enum DropoffType : Swift.String, Swift.Codable {
|
|
|
78
82
|
}
|
|
79
83
|
@_hasMissingDesignatedInitializers public class DoorstepAI {
|
|
80
84
|
public static func setApiKey(key: Swift.String, initCollectors: Swift.Bool = true, shouldGetConfig: Swift.Bool = true)
|
|
85
|
+
public static func setBackgroundSessionCompletionHandler(_ handler: @escaping () -> Swift.Void)
|
|
86
|
+
public static func requestAllPermissions(requestAlwaysLocation: Swift.Bool = true)
|
|
81
87
|
public static func configureRemoteLogging(enabled: Swift.Bool, minLevel: DoorstepDropoffSDK.SDKLogLevel = .warning, flushInterval: Foundation.TimeInterval = 30, batchSize: Swift.Int = 50, maxQueueSize: Swift.Int = 1000)
|
|
82
88
|
public static func enableDevMode(apiKey: Swift.String) async
|
|
83
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
84
89
|
public static func startDeliveryByPlaceID(placeID: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
85
|
-
|
|
86
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
90
|
+
@available(*, deprecated, message: "Use startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:) instead.")
|
|
87
91
|
public static func startDeliveryByPlusCode(plusCode: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
#endif
|
|
92
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
93
|
-
public static func startDeliveryByAddressString(address: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
94
|
-
#endif
|
|
95
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
92
|
+
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
93
|
+
public static func startDeliveryByAddressString(address: Swift.String, deliveryId: Swift.String, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
94
|
+
@available(*, deprecated, message: "Use startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:) or startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:) instead.")
|
|
96
95
|
public static func startDeliveryByLatLng(latitude: Swift.Double, longitude: Swift.Double, subUnit: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
|
|
97
|
-
#endif
|
|
98
96
|
public static func markDropoff(deliveryId: Swift.String, dropoffType: DoorstepDropoffSDK.DropoffType) async throws
|
|
99
97
|
public static func newEvent(eventName: Swift.String, deliveryId: Swift.String) async throws
|
|
100
98
|
public static func stopDelivery(deliveryId: Swift.String) async
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>NSPrivacyTracking</key>
|
|
6
|
+
<false/>
|
|
7
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
8
|
+
<array/>
|
|
9
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
10
|
+
<array/>
|
|
11
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
12
|
+
<array>
|
|
13
|
+
<dict>
|
|
14
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
15
|
+
<string>NSPrivacyCollectedDataTypePreciseLocation</string>
|
|
16
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
17
|
+
<false/>
|
|
18
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
19
|
+
<false/>
|
|
20
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
21
|
+
<array>
|
|
22
|
+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
23
|
+
</array>
|
|
24
|
+
</dict>
|
|
25
|
+
<dict>
|
|
26
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
27
|
+
<string>NSPrivacyCollectedDataTypeSensorData</string>
|
|
28
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
29
|
+
<false/>
|
|
30
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
31
|
+
<false/>
|
|
32
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
33
|
+
<array>
|
|
34
|
+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
35
|
+
</array>
|
|
36
|
+
</dict>
|
|
37
|
+
</array>
|
|
38
|
+
</dict>
|
|
39
|
+
</plist>
|
|
@@ -10,52 +10,56 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Info.plist</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
/4ECswXClMFYT5SRSB7Vmqw1+F0=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
QP8Dr75O7Wr0GY0jo5/j7hCcLKM=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
yyNVRYkA3xvj9lbS7WweOzPFGcQ=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
TbFa+ir28Ztrbn6bsk7BTKIg1ak=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
yyNVRYkA3xvj9lbS7WweOzPFGcQ=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
F7dAA4/xGn1d9oygUm5JQ8iicgw=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
QP8Dr75O7Wr0GY0jo5/j7hCcLKM=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
4Ns+uJg1uHSh+roL5Mq2hempREs=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
QG0v+Ng4Il0OfNQ1tJmkNLh/oEo=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
4Ns+uJg1uHSh+roL5Mq2hempREs=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
MecCIUY2YnK59KIjqu75aHTTi7A=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/module.modulemap</key>
|
|
56
56
|
<data>
|
|
57
57
|
SgrDYOZfn3XSW8zU4o/SqeeISt0=
|
|
58
58
|
</data>
|
|
59
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
60
|
+
<data>
|
|
61
|
+
hXq7CrmWLmwv2j2BrM7xGR7oHLg=
|
|
62
|
+
</data>
|
|
59
63
|
</dict>
|
|
60
64
|
<key>files2</key>
|
|
61
65
|
<dict>
|
|
@@ -70,70 +74,70 @@
|
|
|
70
74
|
<dict>
|
|
71
75
|
<key>hash2</key>
|
|
72
76
|
<data>
|
|
73
|
-
|
|
77
|
+
i3ZMKbyMi6i3Y5++qeBlqvTfAL/Xrn67wjhDNkz8C/Q=
|
|
74
78
|
</data>
|
|
75
79
|
</dict>
|
|
76
80
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
77
81
|
<dict>
|
|
78
82
|
<key>hash2</key>
|
|
79
83
|
<data>
|
|
80
|
-
|
|
84
|
+
jvNbPLwwc4Vfd9sce48BhXKZ4ZZOYXcDXsNeCssbx2I=
|
|
81
85
|
</data>
|
|
82
86
|
</dict>
|
|
83
87
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
84
88
|
<dict>
|
|
85
89
|
<key>hash2</key>
|
|
86
90
|
<data>
|
|
87
|
-
|
|
91
|
+
byBI4FJKFZVQzJj9W89fV75u6zUD245Vx4iRldp+HA0=
|
|
88
92
|
</data>
|
|
89
93
|
</dict>
|
|
90
94
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
91
95
|
<dict>
|
|
92
96
|
<key>hash2</key>
|
|
93
97
|
<data>
|
|
94
|
-
|
|
98
|
+
jvNbPLwwc4Vfd9sce48BhXKZ4ZZOYXcDXsNeCssbx2I=
|
|
95
99
|
</data>
|
|
96
100
|
</dict>
|
|
97
101
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
98
102
|
<dict>
|
|
99
103
|
<key>hash2</key>
|
|
100
104
|
<data>
|
|
101
|
-
|
|
105
|
+
h2cjceiX04z/AGwQ09u4foLhRCopf6hv1CjxqJ7iNUo=
|
|
102
106
|
</data>
|
|
103
107
|
</dict>
|
|
104
108
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
105
109
|
<dict>
|
|
106
110
|
<key>hash2</key>
|
|
107
111
|
<data>
|
|
108
|
-
|
|
112
|
+
i3ZMKbyMi6i3Y5++qeBlqvTfAL/Xrn67wjhDNkz8C/Q=
|
|
109
113
|
</data>
|
|
110
114
|
</dict>
|
|
111
115
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
112
116
|
<dict>
|
|
113
117
|
<key>hash2</key>
|
|
114
118
|
<data>
|
|
115
|
-
|
|
119
|
+
Xv3haO0jbdu8+4xpxeC2FmnYxZ6snFZsE6UMI3nor1A=
|
|
116
120
|
</data>
|
|
117
121
|
</dict>
|
|
118
122
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
119
123
|
<dict>
|
|
120
124
|
<key>hash2</key>
|
|
121
125
|
<data>
|
|
122
|
-
|
|
126
|
+
Bwld8VkZJbhLQSfx2XXbKNw10j214BwjodkBa8Jx/l0=
|
|
123
127
|
</data>
|
|
124
128
|
</dict>
|
|
125
129
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
126
130
|
<dict>
|
|
127
131
|
<key>hash2</key>
|
|
128
132
|
<data>
|
|
129
|
-
|
|
133
|
+
Xv3haO0jbdu8+4xpxeC2FmnYxZ6snFZsE6UMI3nor1A=
|
|
130
134
|
</data>
|
|
131
135
|
</dict>
|
|
132
136
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
133
137
|
<dict>
|
|
134
138
|
<key>hash2</key>
|
|
135
139
|
<data>
|
|
136
|
-
|
|
140
|
+
8ndGAk4ZpHxJmc1hY//RVbUwyduqvOVwSbHJ7mtLoWI=
|
|
137
141
|
</data>
|
|
138
142
|
</dict>
|
|
139
143
|
<key>Modules/module.modulemap</key>
|
|
@@ -143,6 +147,13 @@
|
|
|
143
147
|
0wFzxkooq5wawYOFhRCUsX8vxr+tabdJbazrsVSyAzc=
|
|
144
148
|
</data>
|
|
145
149
|
</dict>
|
|
150
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
151
|
+
<dict>
|
|
152
|
+
<key>hash2</key>
|
|
153
|
+
<data>
|
|
154
|
+
5jzEle7zKi8UTtX2E+ijT0wDQ6BDW9nG8xznnleVuOY=
|
|
155
|
+
</data>
|
|
156
|
+
</dict>
|
|
146
157
|
</dict>
|
|
147
158
|
<key>rules</key>
|
|
148
159
|
<dict>
|