react-native-radar 4.31.0 → 4.32.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/RadarSDKFraud.podspec +23 -0
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/radar/RadarModuleImpl.java +31 -0
- package/android/src/newarch/java/com/radar/RadarModule.kt +2 -2
- package/android/src/oldarch/java/com/radar/RadarModule.java +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/ios/RNRadar.mm +13 -2
- package/ios/RadarSDKFraud.xcframework/Info.plist +48 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/RadarSDKFraud.framework/Info.plist +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios.abi.json +339 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/RadarSDKFraud.framework/RadarSDKFraud +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Resources/DWARF/RadarSDKFraud +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Resources/Relocations/aarch64/RadarSDKFraud.yml +379 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Info.plist +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.abi.json +304 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.abi.json +304 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/RadarSDKFraud +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/RadarSDKFraud.framework/_CodeSignature/CodeResources +212 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Resources/DWARF/RadarSDKFraud +0 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Resources/Relocations/aarch64/RadarSDKFraud.yml +378 -0
- package/ios/RadarSDKFraud.xcframework/ios-arm64_x86_64-simulator/dSYMs/RadarSDKFraud.framework.dSYM/Contents/Resources/Relocations/x86_64/RadarSDKFraud.yml +330 -0
- package/ios/RadarSDKFraudStub.m +15 -0
- package/ios/RadarSDKMotion.xcframework/Info.plist +5 -5
- package/package.json +1 -1
- package/plugin/build/withRadarAndroid.js +8 -0
- package/plugin/build/withRadarIOS.js +63 -17
- package/src/version.ts +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-upcoming-feature MemberImportVisibility -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name RadarSDKFraud
|
|
4
|
+
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
|
|
5
|
+
import CoreLocation
|
|
6
|
+
import CryptoKit
|
|
7
|
+
import DeviceCheck
|
|
8
|
+
import Foundation
|
|
9
|
+
import MachO
|
|
10
|
+
import NetworkExtension
|
|
11
|
+
import OSLog
|
|
12
|
+
import Swift
|
|
13
|
+
import UIKit
|
|
14
|
+
import _Concurrency
|
|
15
|
+
import _StringProcessing
|
|
16
|
+
import _SwiftConcurrencyShims
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-upcoming-feature MemberImportVisibility -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name RadarSDKFraud
|
|
4
|
+
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
|
|
5
|
+
import CoreLocation
|
|
6
|
+
import CryptoKit
|
|
7
|
+
import DeviceCheck
|
|
8
|
+
import Foundation
|
|
9
|
+
import MachO
|
|
10
|
+
import NetworkExtension
|
|
11
|
+
import OSLog
|
|
12
|
+
import Swift
|
|
13
|
+
import UIKit
|
|
14
|
+
import _Concurrency
|
|
15
|
+
import _StringProcessing
|
|
16
|
+
import _SwiftConcurrencyShims
|
|
Binary file
|
|
@@ -0,0 +1,212 @@
|
|
|
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>Info.plist</key>
|
|
8
|
+
<data>
|
|
9
|
+
/jYkKZ4WC+iJeX3b9AK6BZDr4IE=
|
|
10
|
+
</data>
|
|
11
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
12
|
+
<data>
|
|
13
|
+
dWZ/PJksscxcsyYPPBYqdLvqQf4=
|
|
14
|
+
</data>
|
|
15
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
16
|
+
<data>
|
|
17
|
+
iJg6vlCSnV55Ho/pBlJAcYvxZFY=
|
|
18
|
+
</data>
|
|
19
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
20
|
+
<data>
|
|
21
|
+
fBTM+tj1pWUyOt9iOUhkqVlM26M=
|
|
22
|
+
</data>
|
|
23
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
24
|
+
<data>
|
|
25
|
+
iJg6vlCSnV55Ho/pBlJAcYvxZFY=
|
|
26
|
+
</data>
|
|
27
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
28
|
+
<data>
|
|
29
|
+
6cB4Bl5MjbYZ1WftZZt8ch6X/o8=
|
|
30
|
+
</data>
|
|
31
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
32
|
+
<data>
|
|
33
|
+
dWZ/PJksscxcsyYPPBYqdLvqQf4=
|
|
34
|
+
</data>
|
|
35
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
36
|
+
<data>
|
|
37
|
+
CH5DIjfHHYkFkDt5EjEzL2FawBs=
|
|
38
|
+
</data>
|
|
39
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
40
|
+
<data>
|
|
41
|
+
ttZJQrnINRTYduc+gfHQVFxitFU=
|
|
42
|
+
</data>
|
|
43
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
44
|
+
<data>
|
|
45
|
+
CH5DIjfHHYkFkDt5EjEzL2FawBs=
|
|
46
|
+
</data>
|
|
47
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
48
|
+
<data>
|
|
49
|
+
nsamz1knOIwuawbjOgkvj2jzFDQ=
|
|
50
|
+
</data>
|
|
51
|
+
</dict>
|
|
52
|
+
<key>files2</key>
|
|
53
|
+
<dict>
|
|
54
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
55
|
+
<dict>
|
|
56
|
+
<key>hash2</key>
|
|
57
|
+
<data>
|
|
58
|
+
IuYZP668tf6/xo0nbdM+XdFdgR4yOxuadsn0ueiRJaw=
|
|
59
|
+
</data>
|
|
60
|
+
</dict>
|
|
61
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
62
|
+
<dict>
|
|
63
|
+
<key>hash2</key>
|
|
64
|
+
<data>
|
|
65
|
+
ButSi+bvmo0yj1CHLiKbXxt3Ypr+jW37oCouBTrlsR8=
|
|
66
|
+
</data>
|
|
67
|
+
</dict>
|
|
68
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
69
|
+
<dict>
|
|
70
|
+
<key>hash2</key>
|
|
71
|
+
<data>
|
|
72
|
+
F+BvilbOqOP4dVPsN5Pb+dKtG6K4e0SH5EvgDFUyoyI=
|
|
73
|
+
</data>
|
|
74
|
+
</dict>
|
|
75
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
76
|
+
<dict>
|
|
77
|
+
<key>hash2</key>
|
|
78
|
+
<data>
|
|
79
|
+
ButSi+bvmo0yj1CHLiKbXxt3Ypr+jW37oCouBTrlsR8=
|
|
80
|
+
</data>
|
|
81
|
+
</dict>
|
|
82
|
+
<key>Modules/RadarSDKFraud.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
83
|
+
<dict>
|
|
84
|
+
<key>hash2</key>
|
|
85
|
+
<data>
|
|
86
|
+
X0IpaGSQQGL+1+anGr4V5XNcoZOxq6hwY+r6UvtCaxk=
|
|
87
|
+
</data>
|
|
88
|
+
</dict>
|
|
89
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
90
|
+
<dict>
|
|
91
|
+
<key>hash2</key>
|
|
92
|
+
<data>
|
|
93
|
+
IuYZP668tf6/xo0nbdM+XdFdgR4yOxuadsn0ueiRJaw=
|
|
94
|
+
</data>
|
|
95
|
+
</dict>
|
|
96
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
97
|
+
<dict>
|
|
98
|
+
<key>hash2</key>
|
|
99
|
+
<data>
|
|
100
|
+
6tWxI1cjM718KjYuOc7QBE7zCTmSn3/SBCxj6w756XA=
|
|
101
|
+
</data>
|
|
102
|
+
</dict>
|
|
103
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
104
|
+
<dict>
|
|
105
|
+
<key>hash2</key>
|
|
106
|
+
<data>
|
|
107
|
+
BHS0EUNdRPG3ts9M69U6bTY+nLErn3qtxeFeJODvX/0=
|
|
108
|
+
</data>
|
|
109
|
+
</dict>
|
|
110
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
111
|
+
<dict>
|
|
112
|
+
<key>hash2</key>
|
|
113
|
+
<data>
|
|
114
|
+
6tWxI1cjM718KjYuOc7QBE7zCTmSn3/SBCxj6w756XA=
|
|
115
|
+
</data>
|
|
116
|
+
</dict>
|
|
117
|
+
<key>Modules/RadarSDKFraud.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
118
|
+
<dict>
|
|
119
|
+
<key>hash2</key>
|
|
120
|
+
<data>
|
|
121
|
+
Es17wXAnLP9x6vl8J/f5c6CzTkEVQ3PBVNv/BZbgObs=
|
|
122
|
+
</data>
|
|
123
|
+
</dict>
|
|
124
|
+
</dict>
|
|
125
|
+
<key>rules</key>
|
|
126
|
+
<dict>
|
|
127
|
+
<key>^.*</key>
|
|
128
|
+
<true/>
|
|
129
|
+
<key>^.*\.lproj/</key>
|
|
130
|
+
<dict>
|
|
131
|
+
<key>optional</key>
|
|
132
|
+
<true/>
|
|
133
|
+
<key>weight</key>
|
|
134
|
+
<real>1000</real>
|
|
135
|
+
</dict>
|
|
136
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
137
|
+
<dict>
|
|
138
|
+
<key>omit</key>
|
|
139
|
+
<true/>
|
|
140
|
+
<key>weight</key>
|
|
141
|
+
<real>1100</real>
|
|
142
|
+
</dict>
|
|
143
|
+
<key>^Base\.lproj/</key>
|
|
144
|
+
<dict>
|
|
145
|
+
<key>weight</key>
|
|
146
|
+
<real>1010</real>
|
|
147
|
+
</dict>
|
|
148
|
+
<key>^version.plist$</key>
|
|
149
|
+
<true/>
|
|
150
|
+
</dict>
|
|
151
|
+
<key>rules2</key>
|
|
152
|
+
<dict>
|
|
153
|
+
<key>.*\.dSYM($|/)</key>
|
|
154
|
+
<dict>
|
|
155
|
+
<key>weight</key>
|
|
156
|
+
<real>11</real>
|
|
157
|
+
</dict>
|
|
158
|
+
<key>^(.*/)?\.DS_Store$</key>
|
|
159
|
+
<dict>
|
|
160
|
+
<key>omit</key>
|
|
161
|
+
<true/>
|
|
162
|
+
<key>weight</key>
|
|
163
|
+
<real>2000</real>
|
|
164
|
+
</dict>
|
|
165
|
+
<key>^.*</key>
|
|
166
|
+
<true/>
|
|
167
|
+
<key>^.*\.lproj/</key>
|
|
168
|
+
<dict>
|
|
169
|
+
<key>optional</key>
|
|
170
|
+
<true/>
|
|
171
|
+
<key>weight</key>
|
|
172
|
+
<real>1000</real>
|
|
173
|
+
</dict>
|
|
174
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
175
|
+
<dict>
|
|
176
|
+
<key>omit</key>
|
|
177
|
+
<true/>
|
|
178
|
+
<key>weight</key>
|
|
179
|
+
<real>1100</real>
|
|
180
|
+
</dict>
|
|
181
|
+
<key>^Base\.lproj/</key>
|
|
182
|
+
<dict>
|
|
183
|
+
<key>weight</key>
|
|
184
|
+
<real>1010</real>
|
|
185
|
+
</dict>
|
|
186
|
+
<key>^Info\.plist$</key>
|
|
187
|
+
<dict>
|
|
188
|
+
<key>omit</key>
|
|
189
|
+
<true/>
|
|
190
|
+
<key>weight</key>
|
|
191
|
+
<real>20</real>
|
|
192
|
+
</dict>
|
|
193
|
+
<key>^PkgInfo$</key>
|
|
194
|
+
<dict>
|
|
195
|
+
<key>omit</key>
|
|
196
|
+
<true/>
|
|
197
|
+
<key>weight</key>
|
|
198
|
+
<real>20</real>
|
|
199
|
+
</dict>
|
|
200
|
+
<key>^embedded\.provisionprofile$</key>
|
|
201
|
+
<dict>
|
|
202
|
+
<key>weight</key>
|
|
203
|
+
<real>20</real>
|
|
204
|
+
</dict>
|
|
205
|
+
<key>^version\.plist$</key>
|
|
206
|
+
<dict>
|
|
207
|
+
<key>weight</key>
|
|
208
|
+
<real>20</real>
|
|
209
|
+
</dict>
|
|
210
|
+
</dict>
|
|
211
|
+
</dict>
|
|
212
|
+
</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.RadarLabs.RadarSDKFraud</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.2.0</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>1</string>
|
|
19
|
+
</dict>
|
|
20
|
+
</plist>
|