@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.
Files changed (39) hide show
  1. package/android/build.gradle +1 -1
  2. package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +16 -3
  3. package/ios/DoorstepAI.mm +2 -0
  4. package/ios/DoorstepAI.swift +15 -1
  5. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  6. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
  7. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +931 -416
  8. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +17 -19
  9. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  10. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +17 -19
  11. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/PrivacyInfo.xcprivacy +39 -0
  12. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +22 -11
  13. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  14. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1583 -1462
  15. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  16. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
  17. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +931 -416
  18. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +17 -19
  19. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  20. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +17 -19
  21. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +931 -416
  22. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +17 -19
  23. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  24. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +17 -19
  25. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/PrivacyInfo.xcprivacy +39 -0
  26. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +32 -21
  27. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  28. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1583 -1462
  29. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +1578 -1457
  30. package/lib/module/DoorstepAI.js +5 -12
  31. package/lib/module/DoorstepAI.js.map +1 -1
  32. package/lib/module/index.js.map +1 -1
  33. package/lib/typescript/src/DoorstepAI.d.ts +7 -2
  34. package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
  35. package/lib/typescript/src/index.d.ts +1 -0
  36. package/lib/typescript/src/index.d.ts.map +1 -1
  37. package/package.json +1 -1
  38. package/src/DoorstepAI.tsx +13 -9
  39. 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.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
- // swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -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.2.4
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
- #endif
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
- #endif
89
- #if compiler(>=5.3) && $NonescapableTypes
90
- public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
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
@@ -1,13 +1,14 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
- // swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -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.2.4
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
- #endif
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
- #endif
89
- #if compiler(>=5.3) && $NonescapableTypes
90
- public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil) async throws
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
- NLkFMBY2YeAEvfKOEUGBsqRM1ms=
13
+ /4ECswXClMFYT5SRSB7Vmqw1+F0=
14
14
  </data>
15
15
  <key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
16
16
  <data>
17
- fMqM2U5B1IG8lX2NtaOHthpgrrU=
17
+ QP8Dr75O7Wr0GY0jo5/j7hCcLKM=
18
18
  </data>
19
19
  <key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
20
20
  <data>
21
- oksp0Wx47fYyFVF/3oHENTObFj8=
21
+ yyNVRYkA3xvj9lbS7WweOzPFGcQ=
22
22
  </data>
23
23
  <key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
24
24
  <data>
25
- tMxnP7taoJ+YkXrd8kl8GaNaV1E=
25
+ TbFa+ir28Ztrbn6bsk7BTKIg1ak=
26
26
  </data>
27
27
  <key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
28
28
  <data>
29
- oksp0Wx47fYyFVF/3oHENTObFj8=
29
+ yyNVRYkA3xvj9lbS7WweOzPFGcQ=
30
30
  </data>
31
31
  <key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
32
32
  <data>
33
- wl4Emsso26PkhtuompW7zwjIWKo=
33
+ F7dAA4/xGn1d9oygUm5JQ8iicgw=
34
34
  </data>
35
35
  <key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
36
36
  <data>
37
- fMqM2U5B1IG8lX2NtaOHthpgrrU=
37
+ QP8Dr75O7Wr0GY0jo5/j7hCcLKM=
38
38
  </data>
39
39
  <key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
40
40
  <data>
41
- CYBOqhYVhZp8rKGrqP+OQLTLAyg=
41
+ 4Ns+uJg1uHSh+roL5Mq2hempREs=
42
42
  </data>
43
43
  <key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
44
44
  <data>
45
- ANs4h8u7NEAspnTf0Si5vE3hjS4=
45
+ QG0v+Ng4Il0OfNQ1tJmkNLh/oEo=
46
46
  </data>
47
47
  <key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
48
48
  <data>
49
- CYBOqhYVhZp8rKGrqP+OQLTLAyg=
49
+ 4Ns+uJg1uHSh+roL5Mq2hempREs=
50
50
  </data>
51
51
  <key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
52
52
  <data>
53
- Bnd5jYi/cFbb/UXg5F9e5AW+G7E=
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
- PV49o6x7Dhh2SpfPR0e9PVu+8yxXpjwNptW9T9bTO6U=
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
- F5z86TbvdkPeF3vYFLg/uCEEL9U97ovjRhgZOzk2Xko=
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
- VFM5egU4ooX58zxhUSFRR9MFu4YTedMKFLxpEZU1/DM=
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
- F5z86TbvdkPeF3vYFLg/uCEEL9U97ovjRhgZOzk2Xko=
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
- L8KtRlTMsTo9DT3Bc6Ix9l8esAYCceZRXLif1rfJff0=
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
- PV49o6x7Dhh2SpfPR0e9PVu+8yxXpjwNptW9T9bTO6U=
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
- s1wuiPzsN0PaXlmbl+qLrTfEJ97fERMS/H4n4mX1Hr4=
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
- quhjF6el7PNQA7/w7Tk3qBTBtFUNVrWLI6QixiwXW+M=
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
- s1wuiPzsN0PaXlmbl+qLrTfEJ97fERMS/H4n4mX1Hr4=
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
- PtXolH4gkcoIOQsNrha8kFZxJU9d0feNEUR934YoF3I=
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>