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
|
Binary file
|
package/ios/IDWiseNFC.xcframework/ios-arm64/dSYMs/IDWiseNFC.framework.dSYM/Contents/Info.plist
ADDED
|
@@ -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.IDWise-ios-sdk-nfc</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>5.5.4</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>5.5.4</string>
|
|
19
|
+
</dict>
|
|
20
|
+
</plist>
|