idwise-react-native-sdk 5.5.2 → 5.5.4
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 +6 -9
- package/android/gradle.properties +1 -1
- package/ios/IDWiseSDK.xcframework/Info.plist +9 -5
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +913 -906
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/DWARF/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/IDWiseSDK.yml +5220 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/FingerprintPro.swiftinterface +237 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/ShieldFraud.swiftinterface +170 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Assets.car +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +913 -906
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +913 -906
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +13 -13
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/DWARF/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/IDWiseSDK.yml +5204 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/IDWiseSDK.yml +5112 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/FingerprintPro.swiftinterface +237 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/ShieldFraud.swiftinterface +170 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/x86_64/FingerprintPro.swiftinterface +237 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/x86_64/ShieldFraud.swiftinterface +170 -0
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -6,9 +6,9 @@ buildscript {
|
|
|
6
6
|
def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["IdwiseMobileSdk_kotlinVersion"]
|
|
7
7
|
|
|
8
8
|
repositories {
|
|
9
|
-
maven { url 'https://mobile-sdk.idwise.ai/releases/' }
|
|
10
9
|
google()
|
|
11
10
|
mavenCentral()
|
|
11
|
+
maven { url 'https://mobile-sdk.idwise.ai/releases/' }
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
dependencies {
|
|
@@ -18,13 +18,13 @@ buildscript {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
allprojects {
|
|
22
22
|
repositories {
|
|
23
|
-
maven { url 'https://mobile-sdk.idwise.ai/releases/' }
|
|
24
23
|
google()
|
|
25
24
|
mavenCentral()
|
|
26
|
-
|
|
27
|
-
}
|
|
25
|
+
maven { url 'https://mobile-sdk.idwise.ai/releases/' }
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
28
|
|
|
29
29
|
def isNewArchitectureEnabled() {
|
|
30
30
|
return rootProject.hasProperty("newArchEnabled") && rootProject.getProperty("newArchEnabled") == "true"
|
|
@@ -94,10 +94,7 @@ android {
|
|
|
94
94
|
repositories {
|
|
95
95
|
mavenCentral()
|
|
96
96
|
google()
|
|
97
|
-
|
|
98
|
-
// name 'Staging'
|
|
99
|
-
// url 'https://s01.oss.sonatype.org/content/repositories/staging/'
|
|
100
|
-
// }
|
|
97
|
+
maven { url 'https://mobile-sdk.idwise.ai/releases/' }
|
|
101
98
|
}
|
|
102
99
|
|
|
103
100
|
def kotlin_version = getExtOrDefault("kotlinVersion")
|
|
@@ -7,33 +7,37 @@
|
|
|
7
7
|
<dict>
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>IDWiseSDK.framework/IDWiseSDK</string>
|
|
10
|
+
<key>DebugSymbolsPath</key>
|
|
11
|
+
<string>dSYMs</string>
|
|
10
12
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
12
14
|
<key>LibraryPath</key>
|
|
13
15
|
<string>IDWiseSDK.framework</string>
|
|
14
16
|
<key>SupportedArchitectures</key>
|
|
15
17
|
<array>
|
|
16
18
|
<string>arm64</string>
|
|
19
|
+
<string>x86_64</string>
|
|
17
20
|
</array>
|
|
18
21
|
<key>SupportedPlatform</key>
|
|
19
22
|
<string>ios</string>
|
|
23
|
+
<key>SupportedPlatformVariant</key>
|
|
24
|
+
<string>simulator</string>
|
|
20
25
|
</dict>
|
|
21
26
|
<dict>
|
|
22
27
|
<key>BinaryPath</key>
|
|
23
28
|
<string>IDWiseSDK.framework/IDWiseSDK</string>
|
|
29
|
+
<key>DebugSymbolsPath</key>
|
|
30
|
+
<string>dSYMs</string>
|
|
24
31
|
<key>LibraryIdentifier</key>
|
|
25
|
-
<string>ios-
|
|
32
|
+
<string>ios-arm64</string>
|
|
26
33
|
<key>LibraryPath</key>
|
|
27
34
|
<string>IDWiseSDK.framework</string>
|
|
28
35
|
<key>SupportedArchitectures</key>
|
|
29
36
|
<array>
|
|
30
37
|
<string>arm64</string>
|
|
31
|
-
<string>x86_64</string>
|
|
32
38
|
</array>
|
|
33
39
|
<key>SupportedPlatform</key>
|
|
34
40
|
<string>ios</string>
|
|
35
|
-
<key>SupportedPlatformVariant</key>
|
|
36
|
-
<string>simulator</string>
|
|
37
41
|
</dict>
|
|
38
42
|
</array>
|
|
39
43
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|