@doorstepai/dropoff-sdk 0.1.0
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/DropoffSdk.podspec +27 -0
- package/LICENSE +20 -0
- package/README.md +33 -0
- package/android/build.gradle +93 -0
- package/android/gradle.properties +5 -0
- package/android/libs/doorstepai-tracking-sdk-api-prod-release.aar +0 -0
- package/android/src/main/AndroidManifest.xml +3 -0
- package/android/src/main/AndroidManifestNew.xml +2 -0
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +126 -0
- package/android/src/main/java/com/doorstepai/dropoffsdk/DropoffSdkPackage.kt +20 -0
- package/ios/DoorstepAI.mm +21 -0
- package/ios/DoorstepAI.swift +108 -0
- package/ios/DoorstepDropoffSDK.xcframework/Info.plist +48 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Headers/DoorstepDropoffSDK.h +18 -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 +1779 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +66 -0
- 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 +66 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/module.modulemap +6 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +179 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Info.plist +20 -0
- 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 +705 -0
- 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/Headers/DoorstepDropoffSDK.h +18 -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 +1779 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +66 -0
- 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 +66 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1779 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +66 -0
- 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 +66 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/module.modulemap +6 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +234 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Info.plist +20 -0
- 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 +705 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +704 -0
- package/ios/DropoffSdk-Bridging-Header.h +2 -0
- package/ios/RootDoorstepAIViewManager.mm +5 -0
- package/ios/RootDoorstepAIViewManager.swift +15 -0
- package/lib/module/DoorstepAI.js +66 -0
- package/lib/module/DoorstepAI.js.map +1 -0
- package/lib/module/RootDoorstepAI.js +25 -0
- package/lib/module/RootDoorstepAI.js.map +1 -0
- package/lib/module/index.js +6 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/DoorstepAI.d.ts +19 -0
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -0
- package/lib/typescript/src/RootDoorstepAI.d.ts +4 -0
- package/lib/typescript/src/RootDoorstepAI.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +4 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/package.json +157 -0
- package/src/DoorstepAI.tsx +92 -0
- package/src/RootDoorstepAI.tsx +30 -0
- package/src/index.tsx +8 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios17.5-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name DoorstepDropoffSDK
|
|
4
|
+
import CoreLocation
|
|
5
|
+
import CoreMotion
|
|
6
|
+
@_exported import DoorstepDropoffSDK
|
|
7
|
+
import Foundation
|
|
8
|
+
import Network
|
|
9
|
+
import Swift
|
|
10
|
+
import SwiftUI
|
|
11
|
+
import UIKit
|
|
12
|
+
import _Concurrency
|
|
13
|
+
import _StringProcessing
|
|
14
|
+
import _SwiftConcurrencyShims
|
|
15
|
+
import os
|
|
16
|
+
public struct AddressType {
|
|
17
|
+
public let streetNumber: Swift.String
|
|
18
|
+
public let route: Swift.String
|
|
19
|
+
public let locality: Swift.String
|
|
20
|
+
public let administrativeAreaLevel1: Swift.String
|
|
21
|
+
public let postalCode: Swift.String
|
|
22
|
+
public init(streetNumber: Swift.String, route: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
23
|
+
}
|
|
24
|
+
public protocol AddressDesignation {
|
|
25
|
+
var addressString: Swift.String { get }
|
|
26
|
+
}
|
|
27
|
+
extension Swift.String : DoorstepDropoffSDK.AddressDesignation {
|
|
28
|
+
public var addressString: Swift.String {
|
|
29
|
+
get
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
extension DoorstepDropoffSDK.AddressType : DoorstepDropoffSDK.AddressDesignation {
|
|
33
|
+
public var addressString: Swift.String {
|
|
34
|
+
get
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
public enum DoorstepAIError : Swift.Error {
|
|
38
|
+
case sessionCreationFailed(Swift.String)
|
|
39
|
+
case invalidAddress
|
|
40
|
+
}
|
|
41
|
+
@_hasMissingDesignatedInitializers public class DoorstepAI {
|
|
42
|
+
public static func setApiKey(key: Swift.String)
|
|
43
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
44
|
+
public static func startDeliveryByPlaceID(placeID: Swift.String) async throws
|
|
45
|
+
#endif
|
|
46
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
47
|
+
public static func startDeliveryByPlusCode(plusCode: Swift.String) async throws
|
|
48
|
+
#endif
|
|
49
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
50
|
+
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType) async throws
|
|
51
|
+
#endif
|
|
52
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
53
|
+
public static func newEvent(eventName: Swift.String) async throws
|
|
54
|
+
#endif
|
|
55
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
56
|
+
public static func stopDelivery() async
|
|
57
|
+
#endif
|
|
58
|
+
@objc deinit
|
|
59
|
+
}
|
|
60
|
+
public struct DoorstepAIRoot : SwiftUI.View {
|
|
61
|
+
public init()
|
|
62
|
+
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
63
|
+
get
|
|
64
|
+
}
|
|
65
|
+
public typealias Body = @_opaqueReturnTypeOf("$s18DoorstepDropoffSDK0A6AIRootV4bodyQrvp", 0) __
|
|
66
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios17.5-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name DoorstepDropoffSDK
|
|
4
|
+
import CoreLocation
|
|
5
|
+
import CoreMotion
|
|
6
|
+
@_exported import DoorstepDropoffSDK
|
|
7
|
+
import Foundation
|
|
8
|
+
import Network
|
|
9
|
+
import Swift
|
|
10
|
+
import SwiftUI
|
|
11
|
+
import UIKit
|
|
12
|
+
import _Concurrency
|
|
13
|
+
import _StringProcessing
|
|
14
|
+
import _SwiftConcurrencyShims
|
|
15
|
+
import os
|
|
16
|
+
public struct AddressType {
|
|
17
|
+
public let streetNumber: Swift.String
|
|
18
|
+
public let route: Swift.String
|
|
19
|
+
public let locality: Swift.String
|
|
20
|
+
public let administrativeAreaLevel1: Swift.String
|
|
21
|
+
public let postalCode: Swift.String
|
|
22
|
+
public init(streetNumber: Swift.String, route: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
23
|
+
}
|
|
24
|
+
public protocol AddressDesignation {
|
|
25
|
+
var addressString: Swift.String { get }
|
|
26
|
+
}
|
|
27
|
+
extension Swift.String : DoorstepDropoffSDK.AddressDesignation {
|
|
28
|
+
public var addressString: Swift.String {
|
|
29
|
+
get
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
extension DoorstepDropoffSDK.AddressType : DoorstepDropoffSDK.AddressDesignation {
|
|
33
|
+
public var addressString: Swift.String {
|
|
34
|
+
get
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
public enum DoorstepAIError : Swift.Error {
|
|
38
|
+
case sessionCreationFailed(Swift.String)
|
|
39
|
+
case invalidAddress
|
|
40
|
+
}
|
|
41
|
+
@_hasMissingDesignatedInitializers public class DoorstepAI {
|
|
42
|
+
public static func setApiKey(key: Swift.String)
|
|
43
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
44
|
+
public static func startDeliveryByPlaceID(placeID: Swift.String) async throws
|
|
45
|
+
#endif
|
|
46
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
47
|
+
public static func startDeliveryByPlusCode(plusCode: Swift.String) async throws
|
|
48
|
+
#endif
|
|
49
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
50
|
+
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType) async throws
|
|
51
|
+
#endif
|
|
52
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
53
|
+
public static func newEvent(eventName: Swift.String) async throws
|
|
54
|
+
#endif
|
|
55
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
56
|
+
public static func stopDelivery() async
|
|
57
|
+
#endif
|
|
58
|
+
@objc deinit
|
|
59
|
+
}
|
|
60
|
+
public struct DoorstepAIRoot : SwiftUI.View {
|
|
61
|
+
public init()
|
|
62
|
+
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
63
|
+
get
|
|
64
|
+
}
|
|
65
|
+
public typealias Body = @_opaqueReturnTypeOf("$s18DoorstepDropoffSDK0A6AIRootV4bodyQrvp", 0) __
|
|
66
|
+
}
|
|
@@ -0,0 +1,234 @@
|
|
|
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>files</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>Headers/DoorstepDropoffSDK.h</key>
|
|
8
|
+
<data>
|
|
9
|
+
kX/9cbFy6YFnGN9GPq+aIVMjM38=
|
|
10
|
+
</data>
|
|
11
|
+
<key>Info.plist</key>
|
|
12
|
+
<data>
|
|
13
|
+
hGuXc2FwZhuOkEaYAiCYTwboXGg=
|
|
14
|
+
</data>
|
|
15
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
16
|
+
<data>
|
|
17
|
+
p+bw2TW1JSdJK2/1K/khKAjQ/Bc=
|
|
18
|
+
</data>
|
|
19
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
20
|
+
<data>
|
|
21
|
+
4B2wCEzyc5B+o1FyIwnlJjqGHA0=
|
|
22
|
+
</data>
|
|
23
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
24
|
+
<data>
|
|
25
|
+
ZxmIRryin+tda0e8pROOKna9bfA=
|
|
26
|
+
</data>
|
|
27
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
28
|
+
<data>
|
|
29
|
+
4B2wCEzyc5B+o1FyIwnlJjqGHA0=
|
|
30
|
+
</data>
|
|
31
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
32
|
+
<data>
|
|
33
|
+
mTHWipGvRTZJCkMMzWLW6HvTXaQ=
|
|
34
|
+
</data>
|
|
35
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
36
|
+
<data>
|
|
37
|
+
p+bw2TW1JSdJK2/1K/khKAjQ/Bc=
|
|
38
|
+
</data>
|
|
39
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
|
+
<data>
|
|
41
|
+
AnsvsT4zl/0Nx2PNLY0fKukSciE=
|
|
42
|
+
</data>
|
|
43
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
44
|
+
<data>
|
|
45
|
+
pKId1i/8Ij0SzHw1quJrn1Bf3vg=
|
|
46
|
+
</data>
|
|
47
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
48
|
+
<data>
|
|
49
|
+
AnsvsT4zl/0Nx2PNLY0fKukSciE=
|
|
50
|
+
</data>
|
|
51
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
52
|
+
<data>
|
|
53
|
+
VRMIZSQyvfTgd/MDM0K0kpEb29c=
|
|
54
|
+
</data>
|
|
55
|
+
<key>Modules/module.modulemap</key>
|
|
56
|
+
<data>
|
|
57
|
+
SgrDYOZfn3XSW8zU4o/SqeeISt0=
|
|
58
|
+
</data>
|
|
59
|
+
</dict>
|
|
60
|
+
<key>files2</key>
|
|
61
|
+
<dict>
|
|
62
|
+
<key>Headers/DoorstepDropoffSDK.h</key>
|
|
63
|
+
<dict>
|
|
64
|
+
<key>hash2</key>
|
|
65
|
+
<data>
|
|
66
|
+
+a2XuDdo8spArqB3zctwW45QbygPZrpLYd1BqahppMg=
|
|
67
|
+
</data>
|
|
68
|
+
</dict>
|
|
69
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
70
|
+
<dict>
|
|
71
|
+
<key>hash2</key>
|
|
72
|
+
<data>
|
|
73
|
+
OrCksS13r5/CQht1jkAdiYC2dpp4rxPZged4c2qyzZ0=
|
|
74
|
+
</data>
|
|
75
|
+
</dict>
|
|
76
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
77
|
+
<dict>
|
|
78
|
+
<key>hash2</key>
|
|
79
|
+
<data>
|
|
80
|
+
dvSJBPE1bVPWMTSSpPO7P+ctp9IC7ouInDVCuD2pHTU=
|
|
81
|
+
</data>
|
|
82
|
+
</dict>
|
|
83
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
84
|
+
<dict>
|
|
85
|
+
<key>hash2</key>
|
|
86
|
+
<data>
|
|
87
|
+
DgUi3bXyU4Kj3JjsuINARgIgB4kGYSRKjzqCsqUqIfg=
|
|
88
|
+
</data>
|
|
89
|
+
</dict>
|
|
90
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
91
|
+
<dict>
|
|
92
|
+
<key>hash2</key>
|
|
93
|
+
<data>
|
|
94
|
+
dvSJBPE1bVPWMTSSpPO7P+ctp9IC7ouInDVCuD2pHTU=
|
|
95
|
+
</data>
|
|
96
|
+
</dict>
|
|
97
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
98
|
+
<dict>
|
|
99
|
+
<key>hash2</key>
|
|
100
|
+
<data>
|
|
101
|
+
lOnIo1faXzou4hdZSuuh6WFOXhV1KW8K1E1p9lihhqg=
|
|
102
|
+
</data>
|
|
103
|
+
</dict>
|
|
104
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
105
|
+
<dict>
|
|
106
|
+
<key>hash2</key>
|
|
107
|
+
<data>
|
|
108
|
+
OrCksS13r5/CQht1jkAdiYC2dpp4rxPZged4c2qyzZ0=
|
|
109
|
+
</data>
|
|
110
|
+
</dict>
|
|
111
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
112
|
+
<dict>
|
|
113
|
+
<key>hash2</key>
|
|
114
|
+
<data>
|
|
115
|
+
yxZysSETYLVHbGipnFIta3xbuhXqeO9T1nKfYBQ+JYg=
|
|
116
|
+
</data>
|
|
117
|
+
</dict>
|
|
118
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
119
|
+
<dict>
|
|
120
|
+
<key>hash2</key>
|
|
121
|
+
<data>
|
|
122
|
+
kLp8xFcWBx/0lY8Q4OU0N/fENEPLb0PodmslvyGLZlo=
|
|
123
|
+
</data>
|
|
124
|
+
</dict>
|
|
125
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
126
|
+
<dict>
|
|
127
|
+
<key>hash2</key>
|
|
128
|
+
<data>
|
|
129
|
+
yxZysSETYLVHbGipnFIta3xbuhXqeO9T1nKfYBQ+JYg=
|
|
130
|
+
</data>
|
|
131
|
+
</dict>
|
|
132
|
+
<key>Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
133
|
+
<dict>
|
|
134
|
+
<key>hash2</key>
|
|
135
|
+
<data>
|
|
136
|
+
BGIWVyCNCdQRU2Zfnnku1x10vsh8IeNrQVaCEFzHM+Y=
|
|
137
|
+
</data>
|
|
138
|
+
</dict>
|
|
139
|
+
<key>Modules/module.modulemap</key>
|
|
140
|
+
<dict>
|
|
141
|
+
<key>hash2</key>
|
|
142
|
+
<data>
|
|
143
|
+
0wFzxkooq5wawYOFhRCUsX8vxr+tabdJbazrsVSyAzc=
|
|
144
|
+
</data>
|
|
145
|
+
</dict>
|
|
146
|
+
</dict>
|
|
147
|
+
<key>rules</key>
|
|
148
|
+
<dict>
|
|
149
|
+
<key>^.*</key>
|
|
150
|
+
<true/>
|
|
151
|
+
<key>^.*\.lproj/</key>
|
|
152
|
+
<dict>
|
|
153
|
+
<key>optional</key>
|
|
154
|
+
<true/>
|
|
155
|
+
<key>weight</key>
|
|
156
|
+
<real>1000</real>
|
|
157
|
+
</dict>
|
|
158
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
159
|
+
<dict>
|
|
160
|
+
<key>omit</key>
|
|
161
|
+
<true/>
|
|
162
|
+
<key>weight</key>
|
|
163
|
+
<real>1100</real>
|
|
164
|
+
</dict>
|
|
165
|
+
<key>^Base\.lproj/</key>
|
|
166
|
+
<dict>
|
|
167
|
+
<key>weight</key>
|
|
168
|
+
<real>1010</real>
|
|
169
|
+
</dict>
|
|
170
|
+
<key>^version.plist$</key>
|
|
171
|
+
<true/>
|
|
172
|
+
</dict>
|
|
173
|
+
<key>rules2</key>
|
|
174
|
+
<dict>
|
|
175
|
+
<key>.*\.dSYM($|/)</key>
|
|
176
|
+
<dict>
|
|
177
|
+
<key>weight</key>
|
|
178
|
+
<real>11</real>
|
|
179
|
+
</dict>
|
|
180
|
+
<key>^(.*/)?\.DS_Store$</key>
|
|
181
|
+
<dict>
|
|
182
|
+
<key>omit</key>
|
|
183
|
+
<true/>
|
|
184
|
+
<key>weight</key>
|
|
185
|
+
<real>2000</real>
|
|
186
|
+
</dict>
|
|
187
|
+
<key>^.*</key>
|
|
188
|
+
<true/>
|
|
189
|
+
<key>^.*\.lproj/</key>
|
|
190
|
+
<dict>
|
|
191
|
+
<key>optional</key>
|
|
192
|
+
<true/>
|
|
193
|
+
<key>weight</key>
|
|
194
|
+
<real>1000</real>
|
|
195
|
+
</dict>
|
|
196
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
197
|
+
<dict>
|
|
198
|
+
<key>omit</key>
|
|
199
|
+
<true/>
|
|
200
|
+
<key>weight</key>
|
|
201
|
+
<real>1100</real>
|
|
202
|
+
</dict>
|
|
203
|
+
<key>^Base\.lproj/</key>
|
|
204
|
+
<dict>
|
|
205
|
+
<key>weight</key>
|
|
206
|
+
<real>1010</real>
|
|
207
|
+
</dict>
|
|
208
|
+
<key>^Info\.plist$</key>
|
|
209
|
+
<dict>
|
|
210
|
+
<key>omit</key>
|
|
211
|
+
<true/>
|
|
212
|
+
<key>weight</key>
|
|
213
|
+
<real>20</real>
|
|
214
|
+
</dict>
|
|
215
|
+
<key>^PkgInfo$</key>
|
|
216
|
+
<dict>
|
|
217
|
+
<key>omit</key>
|
|
218
|
+
<true/>
|
|
219
|
+
<key>weight</key>
|
|
220
|
+
<real>20</real>
|
|
221
|
+
</dict>
|
|
222
|
+
<key>^embedded\.provisionprofile$</key>
|
|
223
|
+
<dict>
|
|
224
|
+
<key>weight</key>
|
|
225
|
+
<real>20</real>
|
|
226
|
+
</dict>
|
|
227
|
+
<key>^version\.plist$</key>
|
|
228
|
+
<dict>
|
|
229
|
+
<key>weight</key>
|
|
230
|
+
<real>20</real>
|
|
231
|
+
</dict>
|
|
232
|
+
</dict>
|
|
233
|
+
</dict>
|
|
234
|
+
</plist>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>English</string>
|
|
7
|
+
<key>CFBundleIdentifier</key>
|
|
8
|
+
<string>com.apple.xcode.dsym.com.doorstepai.DoorstepDropoffSDK</string>
|
|
9
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
10
|
+
<string>6.0</string>
|
|
11
|
+
<key>CFBundlePackageType</key>
|
|
12
|
+
<string>dSYM</string>
|
|
13
|
+
<key>CFBundleSignature</key>
|
|
14
|
+
<string>????</string>
|
|
15
|
+
<key>CFBundleShortVersionString</key>
|
|
16
|
+
<string>1.0</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>1</string>
|
|
19
|
+
</dict>
|
|
20
|
+
</plist>
|