idwise-nfc-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/gradle.properties +1 -1
- package/ios/IDWiseNFC.xcframework/Info.plist +9 -5
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Assets.car +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/IDWiseNFC +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Info.plist +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios.abi.json +1099 -1092
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseNFC.xcframework/ios-arm64/dSYMs/IDWiseNFC.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/DWARF/IDWiseNFC +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Relocations/aarch64/IDWiseNFC.yml +5346 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Swift/aarch64/FingerprintPro.swiftinterface +237 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Swift/aarch64/ShieldFraud.swiftinterface +170 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Assets.car +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/IDWiseNFC +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Info.plist +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.abi.json +1099 -1092
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.abi.json +1099 -1092
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/_CodeSignature/CodeResources +13 -13
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/DWARF/IDWiseNFC +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Relocations/aarch64/IDWiseNFC.yml +5330 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Relocations/x86_64/IDWiseNFC.yml +5239 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Swift/aarch64/FingerprintPro.swiftinterface +237 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Swift/aarch64/ShieldFraud.swiftinterface +170 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Swift/x86_64/FingerprintPro.swiftinterface +237 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseNFC.framework.dSYM/Contents/Resources/Swift/x86_64/ShieldFraud.swiftinterface +170 -0
- package/package.json +1 -1
|
@@ -7,33 +7,37 @@
|
|
|
7
7
|
<dict>
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>IDWiseNFC.framework/IDWiseNFC</string>
|
|
10
|
+
<key>DebugSymbolsPath</key>
|
|
11
|
+
<string>dSYMs</string>
|
|
10
12
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64</string>
|
|
12
14
|
<key>LibraryPath</key>
|
|
13
15
|
<string>IDWiseNFC.framework</string>
|
|
14
16
|
<key>SupportedArchitectures</key>
|
|
15
17
|
<array>
|
|
16
18
|
<string>arm64</string>
|
|
17
|
-
<string>x86_64</string>
|
|
18
19
|
</array>
|
|
19
20
|
<key>SupportedPlatform</key>
|
|
20
21
|
<string>ios</string>
|
|
21
|
-
<key>SupportedPlatformVariant</key>
|
|
22
|
-
<string>simulator</string>
|
|
23
22
|
</dict>
|
|
24
23
|
<dict>
|
|
25
24
|
<key>BinaryPath</key>
|
|
26
25
|
<string>IDWiseNFC.framework/IDWiseNFC</string>
|
|
26
|
+
<key>DebugSymbolsPath</key>
|
|
27
|
+
<string>dSYMs</string>
|
|
27
28
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
29
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
29
30
|
<key>LibraryPath</key>
|
|
30
31
|
<string>IDWiseNFC.framework</string>
|
|
31
32
|
<key>SupportedArchitectures</key>
|
|
32
33
|
<array>
|
|
33
34
|
<string>arm64</string>
|
|
35
|
+
<string>x86_64</string>
|
|
34
36
|
</array>
|
|
35
37
|
<key>SupportedPlatform</key>
|
|
36
38
|
<string>ios</string>
|
|
39
|
+
<key>SupportedPlatformVariant</key>
|
|
40
|
+
<string>simulator</string>
|
|
37
41
|
</dict>
|
|
38
42
|
</array>
|
|
39
43
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|