@doorstepai/dropoff-sdk 1.0.10 → 1.0.11
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 +5 -0
- package/ios/DoorstepAI.swift +105 -92
- package/ios/DoorstepDropoffSDK.xcframework/Info.plist +5 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +85 -2
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +3 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +8 -8
- 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 +545 -537
- 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/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +85 -2
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +85 -2
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +16 -16
- 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 +830 -822
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +830 -822
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/RootDoorstepAI.js +2 -2
- package/lib/module/RootDoorstepAI.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/RootDoorstepAI.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/DoorstepAI.tsx +4 -1
- package/src/RootDoorstepAI.tsx +10 -3
|
Binary file
|
|
@@ -952,6 +952,75 @@
|
|
|
952
952
|
"declKind": "Import",
|
|
953
953
|
"moduleName": "DoorstepDropoffSDK"
|
|
954
954
|
},
|
|
955
|
+
{
|
|
956
|
+
"kind": "Import",
|
|
957
|
+
"name": "Foundation",
|
|
958
|
+
"printedName": "Foundation",
|
|
959
|
+
"declKind": "Import",
|
|
960
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "TypeDecl",
|
|
964
|
+
"name": "SDKVersion",
|
|
965
|
+
"printedName": "SDKVersion",
|
|
966
|
+
"children": [
|
|
967
|
+
{
|
|
968
|
+
"kind": "Var",
|
|
969
|
+
"name": "version",
|
|
970
|
+
"printedName": "version",
|
|
971
|
+
"children": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "TypeNominal",
|
|
974
|
+
"name": "String",
|
|
975
|
+
"printedName": "Swift.String",
|
|
976
|
+
"usr": "s:SS"
|
|
977
|
+
}
|
|
978
|
+
],
|
|
979
|
+
"declKind": "Var",
|
|
980
|
+
"usr": "s:18DoorstepDropoffSDK10SDKVersionO7versionSSvpZ",
|
|
981
|
+
"mangledName": "$s18DoorstepDropoffSDK10SDKVersionO7versionSSvpZ",
|
|
982
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
983
|
+
"static": true,
|
|
984
|
+
"declAttributes": [
|
|
985
|
+
"HasInitialValue",
|
|
986
|
+
"HasStorage",
|
|
987
|
+
"AccessControl",
|
|
988
|
+
"RawDocComment"
|
|
989
|
+
],
|
|
990
|
+
"isLet": true,
|
|
991
|
+
"hasStorage": true,
|
|
992
|
+
"accessors": [
|
|
993
|
+
{
|
|
994
|
+
"kind": "Accessor",
|
|
995
|
+
"name": "Get",
|
|
996
|
+
"printedName": "Get()",
|
|
997
|
+
"children": [
|
|
998
|
+
{
|
|
999
|
+
"kind": "TypeNominal",
|
|
1000
|
+
"name": "String",
|
|
1001
|
+
"printedName": "Swift.String",
|
|
1002
|
+
"usr": "s:SS"
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"declKind": "Accessor",
|
|
1006
|
+
"usr": "s:18DoorstepDropoffSDK10SDKVersionO7versionSSvgZ",
|
|
1007
|
+
"mangledName": "$s18DoorstepDropoffSDK10SDKVersionO7versionSSvgZ",
|
|
1008
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1009
|
+
"static": true,
|
|
1010
|
+
"implicit": true,
|
|
1011
|
+
"accessorKind": "get"
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
1016
|
+
"declKind": "Enum",
|
|
1017
|
+
"usr": "s:18DoorstepDropoffSDK10SDKVersionO",
|
|
1018
|
+
"mangledName": "$s18DoorstepDropoffSDK10SDKVersionO",
|
|
1019
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1020
|
+
"declAttributes": [
|
|
1021
|
+
"AccessControl"
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
955
1024
|
{
|
|
956
1025
|
"kind": "Import",
|
|
957
1026
|
"name": "Foundation",
|
|
@@ -1878,6 +1947,20 @@
|
|
|
1878
1947
|
"length": 15,
|
|
1879
1948
|
"value": "\"DoorstepDropoffSDK.LocationManager\""
|
|
1880
1949
|
},
|
|
1950
|
+
{
|
|
1951
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Version.swift",
|
|
1952
|
+
"kind": "StringLiteral",
|
|
1953
|
+
"offset": 181,
|
|
1954
|
+
"length": 28,
|
|
1955
|
+
"value": "\"CFBundleShortVersionString\""
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Version.swift",
|
|
1959
|
+
"kind": "StringLiteral",
|
|
1960
|
+
"offset": 225,
|
|
1961
|
+
"length": 7,
|
|
1962
|
+
"value": "\"1.4.1\""
|
|
1963
|
+
},
|
|
1881
1964
|
{
|
|
1882
1965
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1883
1966
|
"kind": "StringLiteral",
|
|
@@ -1965,14 +2048,14 @@
|
|
|
1965
2048
|
{
|
|
1966
2049
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1967
2050
|
"kind": "IntegerLiteral",
|
|
1968
|
-
"offset":
|
|
2051
|
+
"offset": 22816,
|
|
1969
2052
|
"length": 1,
|
|
1970
2053
|
"value": "0"
|
|
1971
2054
|
},
|
|
1972
2055
|
{
|
|
1973
2056
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1974
2057
|
"kind": "IntegerLiteral",
|
|
1975
|
-
"offset":
|
|
2058
|
+
"offset": 25262,
|
|
1976
2059
|
"length": 1,
|
|
1977
2060
|
"value": "0"
|
|
1978
2061
|
},
|
|
@@ -59,6 +59,9 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
59
59
|
#endif
|
|
60
60
|
@objc deinit
|
|
61
61
|
}
|
|
62
|
+
public enum SDKVersion {
|
|
63
|
+
public static let version: Swift.String
|
|
64
|
+
}
|
|
62
65
|
public struct DoorstepAIRoot : SwiftUI.View {
|
|
63
66
|
public init()
|
|
64
67
|
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
@@ -59,6 +59,9 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
59
59
|
#endif
|
|
60
60
|
@objc deinit
|
|
61
61
|
}
|
|
62
|
+
public enum SDKVersion {
|
|
63
|
+
public static let version: Swift.String
|
|
64
|
+
}
|
|
62
65
|
public struct DoorstepAIRoot : SwiftUI.View {
|
|
63
66
|
public init()
|
|
64
67
|
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
@@ -952,6 +952,75 @@
|
|
|
952
952
|
"declKind": "Import",
|
|
953
953
|
"moduleName": "DoorstepDropoffSDK"
|
|
954
954
|
},
|
|
955
|
+
{
|
|
956
|
+
"kind": "Import",
|
|
957
|
+
"name": "Foundation",
|
|
958
|
+
"printedName": "Foundation",
|
|
959
|
+
"declKind": "Import",
|
|
960
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "TypeDecl",
|
|
964
|
+
"name": "SDKVersion",
|
|
965
|
+
"printedName": "SDKVersion",
|
|
966
|
+
"children": [
|
|
967
|
+
{
|
|
968
|
+
"kind": "Var",
|
|
969
|
+
"name": "version",
|
|
970
|
+
"printedName": "version",
|
|
971
|
+
"children": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "TypeNominal",
|
|
974
|
+
"name": "String",
|
|
975
|
+
"printedName": "Swift.String",
|
|
976
|
+
"usr": "s:SS"
|
|
977
|
+
}
|
|
978
|
+
],
|
|
979
|
+
"declKind": "Var",
|
|
980
|
+
"usr": "s:18DoorstepDropoffSDK10SDKVersionO7versionSSvpZ",
|
|
981
|
+
"mangledName": "$s18DoorstepDropoffSDK10SDKVersionO7versionSSvpZ",
|
|
982
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
983
|
+
"static": true,
|
|
984
|
+
"declAttributes": [
|
|
985
|
+
"HasInitialValue",
|
|
986
|
+
"HasStorage",
|
|
987
|
+
"AccessControl",
|
|
988
|
+
"RawDocComment"
|
|
989
|
+
],
|
|
990
|
+
"isLet": true,
|
|
991
|
+
"hasStorage": true,
|
|
992
|
+
"accessors": [
|
|
993
|
+
{
|
|
994
|
+
"kind": "Accessor",
|
|
995
|
+
"name": "Get",
|
|
996
|
+
"printedName": "Get()",
|
|
997
|
+
"children": [
|
|
998
|
+
{
|
|
999
|
+
"kind": "TypeNominal",
|
|
1000
|
+
"name": "String",
|
|
1001
|
+
"printedName": "Swift.String",
|
|
1002
|
+
"usr": "s:SS"
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"declKind": "Accessor",
|
|
1006
|
+
"usr": "s:18DoorstepDropoffSDK10SDKVersionO7versionSSvgZ",
|
|
1007
|
+
"mangledName": "$s18DoorstepDropoffSDK10SDKVersionO7versionSSvgZ",
|
|
1008
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1009
|
+
"static": true,
|
|
1010
|
+
"implicit": true,
|
|
1011
|
+
"accessorKind": "get"
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
1016
|
+
"declKind": "Enum",
|
|
1017
|
+
"usr": "s:18DoorstepDropoffSDK10SDKVersionO",
|
|
1018
|
+
"mangledName": "$s18DoorstepDropoffSDK10SDKVersionO",
|
|
1019
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1020
|
+
"declAttributes": [
|
|
1021
|
+
"AccessControl"
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
955
1024
|
{
|
|
956
1025
|
"kind": "Import",
|
|
957
1026
|
"name": "Foundation",
|
|
@@ -1878,6 +1947,20 @@
|
|
|
1878
1947
|
"length": 15,
|
|
1879
1948
|
"value": "\"DoorstepDropoffSDK.LocationManager\""
|
|
1880
1949
|
},
|
|
1950
|
+
{
|
|
1951
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Version.swift",
|
|
1952
|
+
"kind": "StringLiteral",
|
|
1953
|
+
"offset": 181,
|
|
1954
|
+
"length": 28,
|
|
1955
|
+
"value": "\"CFBundleShortVersionString\""
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Version.swift",
|
|
1959
|
+
"kind": "StringLiteral",
|
|
1960
|
+
"offset": 225,
|
|
1961
|
+
"length": 7,
|
|
1962
|
+
"value": "\"1.4.1\""
|
|
1963
|
+
},
|
|
1881
1964
|
{
|
|
1882
1965
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1883
1966
|
"kind": "StringLiteral",
|
|
@@ -1965,14 +2048,14 @@
|
|
|
1965
2048
|
{
|
|
1966
2049
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1967
2050
|
"kind": "IntegerLiteral",
|
|
1968
|
-
"offset":
|
|
2051
|
+
"offset": 22816,
|
|
1969
2052
|
"length": 1,
|
|
1970
2053
|
"value": "0"
|
|
1971
2054
|
},
|
|
1972
2055
|
{
|
|
1973
2056
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1974
2057
|
"kind": "IntegerLiteral",
|
|
1975
|
-
"offset":
|
|
2058
|
+
"offset": 25262,
|
|
1976
2059
|
"length": 1,
|
|
1977
2060
|
"value": "0"
|
|
1978
2061
|
},
|
|
@@ -59,6 +59,9 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
59
59
|
#endif
|
|
60
60
|
@objc deinit
|
|
61
61
|
}
|
|
62
|
+
public enum SDKVersion {
|
|
63
|
+
public static let version: Swift.String
|
|
64
|
+
}
|
|
62
65
|
public struct DoorstepAIRoot : SwiftUI.View {
|
|
63
66
|
public init()
|
|
64
67
|
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
@@ -59,6 +59,9 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
59
59
|
#endif
|
|
60
60
|
@objc deinit
|
|
61
61
|
}
|
|
62
|
+
public enum SDKVersion {
|
|
63
|
+
public static let version: Swift.String
|
|
64
|
+
}
|
|
62
65
|
public struct DoorstepAIRoot : SwiftUI.View {
|
|
63
66
|
public init()
|
|
64
67
|
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
</data>
|
|
15
15
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
sbhULa6fbw2NlhOgJkKAkRccs7I=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
VaeW3Qw42wRZCd1NKQy1WzenW7A=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
24
24
|
<data>
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
VaeW3Qw42wRZCd1NKQy1WzenW7A=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
30otr4zUkdPUbV5FNz9J5R4U4bE=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
sbhULa6fbw2NlhOgJkKAkRccs7I=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
gszZrnSv/JmtX5ezT/3CFCl3Wdk=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
44
44
|
<data>
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
gszZrnSv/JmtX5ezT/3CFCl3Wdk=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
qGQSznjdxCTRrA2PHHXcBeOgyrM=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/module.modulemap</key>
|
|
56
56
|
<data>
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
<dict>
|
|
71
71
|
<key>hash2</key>
|
|
72
72
|
<data>
|
|
73
|
-
|
|
73
|
+
54ACGzfnU+plI8X3im5tM5T1tBDn6Qqt0saidn9e5fA=
|
|
74
74
|
</data>
|
|
75
75
|
</dict>
|
|
76
76
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
77
77
|
<dict>
|
|
78
78
|
<key>hash2</key>
|
|
79
79
|
<data>
|
|
80
|
-
|
|
80
|
+
Oi+IbuMWll/EOwM7bzeWWXxlYTNBQbnhDLxKrqJrt9c=
|
|
81
81
|
</data>
|
|
82
82
|
</dict>
|
|
83
83
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -91,28 +91,28 @@
|
|
|
91
91
|
<dict>
|
|
92
92
|
<key>hash2</key>
|
|
93
93
|
<data>
|
|
94
|
-
|
|
94
|
+
Oi+IbuMWll/EOwM7bzeWWXxlYTNBQbnhDLxKrqJrt9c=
|
|
95
95
|
</data>
|
|
96
96
|
</dict>
|
|
97
97
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
98
98
|
<dict>
|
|
99
99
|
<key>hash2</key>
|
|
100
100
|
<data>
|
|
101
|
-
|
|
101
|
+
7kYPd0HlMfVUKu3Ho0im6j/SG4vsmMLWTnzF+LJuXV4=
|
|
102
102
|
</data>
|
|
103
103
|
</dict>
|
|
104
104
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
105
105
|
<dict>
|
|
106
106
|
<key>hash2</key>
|
|
107
107
|
<data>
|
|
108
|
-
|
|
108
|
+
54ACGzfnU+plI8X3im5tM5T1tBDn6Qqt0saidn9e5fA=
|
|
109
109
|
</data>
|
|
110
110
|
</dict>
|
|
111
111
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
112
112
|
<dict>
|
|
113
113
|
<key>hash2</key>
|
|
114
114
|
<data>
|
|
115
|
-
|
|
115
|
+
lsAyQ86VVTxtTme7q+NKOE7eAlYdtjmn0DkhfB8WM64=
|
|
116
116
|
</data>
|
|
117
117
|
</dict>
|
|
118
118
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
<dict>
|
|
127
127
|
<key>hash2</key>
|
|
128
128
|
<data>
|
|
129
|
-
|
|
129
|
+
lsAyQ86VVTxtTme7q+NKOE7eAlYdtjmn0DkhfB8WM64=
|
|
130
130
|
</data>
|
|
131
131
|
</dict>
|
|
132
132
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
133
133
|
<dict>
|
|
134
134
|
<key>hash2</key>
|
|
135
135
|
<data>
|
|
136
|
-
|
|
136
|
+
IBpltlXYVF/q+wlftYHkdXCenONkTeQfoLtsBc+oF1k=
|
|
137
137
|
</data>
|
|
138
138
|
</dict>
|
|
139
139
|
<key>Modules/module.modulemap</key>
|