@microblink/blinkid-react-native 8000.0.0 → 8001.0.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/README.md +185 -53
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdClassInfoIdMappings.kt +33 -0
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdDeserializationUtilities.kt +90 -41
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdSerializationUtilities.kt +44 -14
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativeModule.kt +15 -0
- package/ios/BlinkidReactNative.mm +7 -0
- package/ios/BlinkidReactNativeModule.swift +22 -0
- package/ios/Frameworks/BlinkID.xcframework/Info.plist +5 -9
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID.h +893 -14
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios.swiftdoc → arm64.swiftdoc} +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios.swiftinterface → arm64.swiftinterface} +2343 -2228
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/module.modulemap +1 -7
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivacyInfo.xcprivacy +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID.h +893 -14
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios-simulator.swiftdoc → arm64.swiftdoc} +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios-simulator.private.swiftinterface → arm64.swiftinterface} +2343 -2228
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{x86_64-apple-ios-simulator.swiftdoc → x86_64.swiftdoc} +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{x86_64-apple-ios-simulator.private.swiftinterface → x86_64.swiftinterface} +2343 -2228
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/module.modulemap +1 -7
- package/ios/Frameworks/BlinkIDUX.xcframework/Info.plist +5 -5
- package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeResources +276 -276
- package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.abi.json +1327 -733
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.package.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.private.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeResources +114 -114
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.abi.json +1327 -733
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.abi.json +1327 -733
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/_CodeSignature/CodeResources +1 -1
- package/ios/Serialization/BlinkIdDeserializationUtils.swift +145 -23
- package/ios/Serialization/BlinkIdSerializationUtils.swift +57 -8
- package/lib/module/NativeBlinkidReactNative.js.map +1 -1
- package/lib/module/index.js +13 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/types.js +65 -11
- package/lib/module/types.js.map +1 -1
- package/lib/typescript/src/NativeBlinkidReactNative.d.ts +10 -0
- package/lib/typescript/src/NativeBlinkidReactNative.d.ts.map +1 -1
- package/lib/typescript/src/blinkIdResult.d.ts +5 -0
- package/lib/typescript/src/blinkIdResult.d.ts.map +1 -1
- package/lib/typescript/src/blinkIdSettings.d.ts +160 -21
- package/lib/typescript/src/blinkIdSettings.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +10 -0
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/types.d.ts +120 -46
- package/lib/typescript/src/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/NativeBlinkidReactNative.ts +11 -0
- package/src/blinkIdResult.ts +6 -0
- package/src/blinkIdSettings.ts +170 -21
- package/src/index.tsx +13 -0
- package/src/types.ts +168 -52
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +0 -48714
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +0 -91790
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -2534
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/module.private.modulemap +0 -12
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivateHeaders/SwiftCxxBridge.hpp +0 -19
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +0 -234
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig +0 -40
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +0 -97424
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -91790
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -2534
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -91790
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -2534
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/module.private.modulemap +0 -12
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivateHeaders/SwiftCxxBridge.hpp +0 -19
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +0 -289
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig +0 -40
|
@@ -492,6 +492,43 @@
|
|
|
492
492
|
"mangledName": "$s9BlinkIDUX0A16IDExtractionModeO12fullDocumentyA2CmF",
|
|
493
493
|
"moduleName": "BlinkIDUX"
|
|
494
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"kind": "Var",
|
|
497
|
+
"name": "documentWithMrz",
|
|
498
|
+
"printedName": "documentWithMrz",
|
|
499
|
+
"children": [
|
|
500
|
+
{
|
|
501
|
+
"kind": "TypeFunc",
|
|
502
|
+
"name": "Function",
|
|
503
|
+
"printedName": "(BlinkIDUX.BlinkIDExtractionMode.Type) -> BlinkIDUX.BlinkIDExtractionMode",
|
|
504
|
+
"children": [
|
|
505
|
+
{
|
|
506
|
+
"kind": "TypeNominal",
|
|
507
|
+
"name": "BlinkIDExtractionMode",
|
|
508
|
+
"printedName": "BlinkIDUX.BlinkIDExtractionMode",
|
|
509
|
+
"usr": "s:9BlinkIDUX0A16IDExtractionModeO"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"kind": "TypeNominal",
|
|
513
|
+
"name": "Metatype",
|
|
514
|
+
"printedName": "BlinkIDUX.BlinkIDExtractionMode.Type",
|
|
515
|
+
"children": [
|
|
516
|
+
{
|
|
517
|
+
"kind": "TypeNominal",
|
|
518
|
+
"name": "BlinkIDExtractionMode",
|
|
519
|
+
"printedName": "BlinkIDUX.BlinkIDExtractionMode",
|
|
520
|
+
"usr": "s:9BlinkIDUX0A16IDExtractionModeO"
|
|
521
|
+
}
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"declKind": "EnumElement",
|
|
528
|
+
"usr": "s:9BlinkIDUX0A16IDExtractionModeO15documentWithMrzyA2CmF",
|
|
529
|
+
"mangledName": "$s9BlinkIDUX0A16IDExtractionModeO15documentWithMrzyA2CmF",
|
|
530
|
+
"moduleName": "BlinkIDUX"
|
|
531
|
+
},
|
|
495
532
|
{
|
|
496
533
|
"kind": "Function",
|
|
497
534
|
"name": "==",
|
|
@@ -604,13 +641,6 @@
|
|
|
604
641
|
"usr": "s:s8CopyableP",
|
|
605
642
|
"mangledName": "$ss8CopyableP"
|
|
606
643
|
},
|
|
607
|
-
{
|
|
608
|
-
"kind": "Conformance",
|
|
609
|
-
"name": "Escapable",
|
|
610
|
-
"printedName": "Escapable",
|
|
611
|
-
"usr": "s:s9EscapableP",
|
|
612
|
-
"mangledName": "$ss9EscapableP"
|
|
613
|
-
},
|
|
614
644
|
{
|
|
615
645
|
"kind": "Conformance",
|
|
616
646
|
"name": "Equatable",
|
|
@@ -618,6 +648,13 @@
|
|
|
618
648
|
"usr": "s:SQ",
|
|
619
649
|
"mangledName": "$sSQ"
|
|
620
650
|
},
|
|
651
|
+
{
|
|
652
|
+
"kind": "Conformance",
|
|
653
|
+
"name": "Escapable",
|
|
654
|
+
"printedName": "Escapable",
|
|
655
|
+
"usr": "s:s9EscapableP",
|
|
656
|
+
"mangledName": "$ss9EscapableP"
|
|
657
|
+
},
|
|
621
658
|
{
|
|
622
659
|
"kind": "Conformance",
|
|
623
660
|
"name": "Hashable",
|
|
@@ -2048,6 +2085,80 @@
|
|
|
2048
2085
|
"RawDocComment"
|
|
2049
2086
|
]
|
|
2050
2087
|
},
|
|
2088
|
+
{
|
|
2089
|
+
"kind": "Var",
|
|
2090
|
+
"name": "inactivityTimeout",
|
|
2091
|
+
"printedName": "inactivityTimeout",
|
|
2092
|
+
"children": [
|
|
2093
|
+
{
|
|
2094
|
+
"kind": "TypeFunc",
|
|
2095
|
+
"name": "Function",
|
|
2096
|
+
"printedName": "(BlinkIDUX.BlinkIDScanningAlertType.Type) -> BlinkIDUX.BlinkIDScanningAlertType",
|
|
2097
|
+
"children": [
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "TypeNominal",
|
|
2100
|
+
"name": "BlinkIDScanningAlertType",
|
|
2101
|
+
"printedName": "BlinkIDUX.BlinkIDScanningAlertType",
|
|
2102
|
+
"usr": "s:9BlinkIDUX0A19IDScanningAlertTypeO"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"kind": "TypeNominal",
|
|
2106
|
+
"name": "Metatype",
|
|
2107
|
+
"printedName": "BlinkIDUX.BlinkIDScanningAlertType.Type",
|
|
2108
|
+
"children": [
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "TypeNominal",
|
|
2111
|
+
"name": "BlinkIDScanningAlertType",
|
|
2112
|
+
"printedName": "BlinkIDUX.BlinkIDScanningAlertType",
|
|
2113
|
+
"usr": "s:9BlinkIDUX0A19IDScanningAlertTypeO"
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
}
|
|
2117
|
+
]
|
|
2118
|
+
}
|
|
2119
|
+
],
|
|
2120
|
+
"declKind": "EnumElement",
|
|
2121
|
+
"usr": "s:9BlinkIDUX0A19IDScanningAlertTypeO17inactivityTimeoutyA2CmF",
|
|
2122
|
+
"mangledName": "$s9BlinkIDUX0A19IDScanningAlertTypeO17inactivityTimeoutyA2CmF",
|
|
2123
|
+
"moduleName": "BlinkIDUX"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "Var",
|
|
2127
|
+
"name": "unsupportedBarcodeTimeout",
|
|
2128
|
+
"printedName": "unsupportedBarcodeTimeout",
|
|
2129
|
+
"children": [
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "TypeFunc",
|
|
2132
|
+
"name": "Function",
|
|
2133
|
+
"printedName": "(BlinkIDUX.BlinkIDScanningAlertType.Type) -> BlinkIDUX.BlinkIDScanningAlertType",
|
|
2134
|
+
"children": [
|
|
2135
|
+
{
|
|
2136
|
+
"kind": "TypeNominal",
|
|
2137
|
+
"name": "BlinkIDScanningAlertType",
|
|
2138
|
+
"printedName": "BlinkIDUX.BlinkIDScanningAlertType",
|
|
2139
|
+
"usr": "s:9BlinkIDUX0A19IDScanningAlertTypeO"
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"kind": "TypeNominal",
|
|
2143
|
+
"name": "Metatype",
|
|
2144
|
+
"printedName": "BlinkIDUX.BlinkIDScanningAlertType.Type",
|
|
2145
|
+
"children": [
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "TypeNominal",
|
|
2148
|
+
"name": "BlinkIDScanningAlertType",
|
|
2149
|
+
"printedName": "BlinkIDUX.BlinkIDScanningAlertType",
|
|
2150
|
+
"usr": "s:9BlinkIDUX0A19IDScanningAlertTypeO"
|
|
2151
|
+
}
|
|
2152
|
+
]
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
}
|
|
2156
|
+
],
|
|
2157
|
+
"declKind": "EnumElement",
|
|
2158
|
+
"usr": "s:9BlinkIDUX0A19IDScanningAlertTypeO25unsupportedBarcodeTimeoutyA2CmF",
|
|
2159
|
+
"mangledName": "$s9BlinkIDUX0A19IDScanningAlertTypeO25unsupportedBarcodeTimeoutyA2CmF",
|
|
2160
|
+
"moduleName": "BlinkIDUX"
|
|
2161
|
+
},
|
|
2051
2162
|
{
|
|
2052
2163
|
"kind": "Var",
|
|
2053
2164
|
"name": "title",
|
|
@@ -2305,13 +2416,6 @@
|
|
|
2305
2416
|
"usr": "s:s9EscapableP",
|
|
2306
2417
|
"mangledName": "$ss9EscapableP"
|
|
2307
2418
|
},
|
|
2308
|
-
{
|
|
2309
|
-
"kind": "Conformance",
|
|
2310
|
-
"name": "Equatable",
|
|
2311
|
-
"printedName": "Equatable",
|
|
2312
|
-
"usr": "s:SQ",
|
|
2313
|
-
"mangledName": "$sSQ"
|
|
2314
|
-
},
|
|
2315
2419
|
{
|
|
2316
2420
|
"kind": "Conformance",
|
|
2317
2421
|
"name": "Hashable",
|
|
@@ -2383,6 +2487,13 @@
|
|
|
2383
2487
|
],
|
|
2384
2488
|
"usr": "s:s12IdentifiableP",
|
|
2385
2489
|
"mangledName": "$ss12IdentifiableP"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"kind": "Conformance",
|
|
2493
|
+
"name": "Equatable",
|
|
2494
|
+
"printedName": "Equatable",
|
|
2495
|
+
"usr": "s:SQ",
|
|
2496
|
+
"mangledName": "$sSQ"
|
|
2386
2497
|
}
|
|
2387
2498
|
]
|
|
2388
2499
|
},
|
|
@@ -2636,20 +2747,6 @@
|
|
|
2636
2747
|
"BlinkIDUX.ScanningViewModel<BlinkID.BlinkIDScanningResult, BlinkIDUX.UIEvent, BlinkIDUX.ReticleStateMachine, BlinkIDUX.BlinkIDScanningAlertType>"
|
|
2637
2748
|
],
|
|
2638
2749
|
"conformances": [
|
|
2639
|
-
{
|
|
2640
|
-
"kind": "Conformance",
|
|
2641
|
-
"name": "Copyable",
|
|
2642
|
-
"printedName": "Copyable",
|
|
2643
|
-
"usr": "s:s8CopyableP",
|
|
2644
|
-
"mangledName": "$ss8CopyableP"
|
|
2645
|
-
},
|
|
2646
|
-
{
|
|
2647
|
-
"kind": "Conformance",
|
|
2648
|
-
"name": "Escapable",
|
|
2649
|
-
"printedName": "Escapable",
|
|
2650
|
-
"usr": "s:s9EscapableP",
|
|
2651
|
-
"mangledName": "$ss9EscapableP"
|
|
2652
|
-
},
|
|
2653
2750
|
{
|
|
2654
2751
|
"kind": "Conformance",
|
|
2655
2752
|
"name": "ObservableObject",
|
|
@@ -2671,6 +2768,20 @@
|
|
|
2671
2768
|
],
|
|
2672
2769
|
"usr": "s:7Combine16ObservableObjectP",
|
|
2673
2770
|
"mangledName": "$s7Combine16ObservableObjectP"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "Conformance",
|
|
2774
|
+
"name": "Copyable",
|
|
2775
|
+
"printedName": "Copyable",
|
|
2776
|
+
"usr": "s:s8CopyableP",
|
|
2777
|
+
"mangledName": "$ss8CopyableP"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"kind": "Conformance",
|
|
2781
|
+
"name": "Escapable",
|
|
2782
|
+
"printedName": "Escapable",
|
|
2783
|
+
"usr": "s:s9EscapableP",
|
|
2784
|
+
"mangledName": "$ss9EscapableP"
|
|
2674
2785
|
}
|
|
2675
2786
|
]
|
|
2676
2787
|
},
|
|
@@ -3663,6 +3774,43 @@
|
|
|
3663
3774
|
"mangledName": "$s9BlinkIDUX12ReticleStateO11barcodeSideyA2CmF",
|
|
3664
3775
|
"moduleName": "BlinkIDUX"
|
|
3665
3776
|
},
|
|
3777
|
+
{
|
|
3778
|
+
"kind": "Var",
|
|
3779
|
+
"name": "mrzSide",
|
|
3780
|
+
"printedName": "mrzSide",
|
|
3781
|
+
"children": [
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "TypeFunc",
|
|
3784
|
+
"name": "Function",
|
|
3785
|
+
"printedName": "(BlinkIDUX.ReticleState.Type) -> BlinkIDUX.ReticleState",
|
|
3786
|
+
"children": [
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "TypeNominal",
|
|
3789
|
+
"name": "ReticleState",
|
|
3790
|
+
"printedName": "BlinkIDUX.ReticleState",
|
|
3791
|
+
"usr": "s:9BlinkIDUX12ReticleStateO"
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"kind": "TypeNominal",
|
|
3795
|
+
"name": "Metatype",
|
|
3796
|
+
"printedName": "BlinkIDUX.ReticleState.Type",
|
|
3797
|
+
"children": [
|
|
3798
|
+
{
|
|
3799
|
+
"kind": "TypeNominal",
|
|
3800
|
+
"name": "ReticleState",
|
|
3801
|
+
"printedName": "BlinkIDUX.ReticleState",
|
|
3802
|
+
"usr": "s:9BlinkIDUX12ReticleStateO"
|
|
3803
|
+
}
|
|
3804
|
+
]
|
|
3805
|
+
}
|
|
3806
|
+
]
|
|
3807
|
+
}
|
|
3808
|
+
],
|
|
3809
|
+
"declKind": "EnumElement",
|
|
3810
|
+
"usr": "s:9BlinkIDUX12ReticleStateO7mrzSideyA2CmF",
|
|
3811
|
+
"mangledName": "$s9BlinkIDUX12ReticleStateO7mrzSideyA2CmF",
|
|
3812
|
+
"moduleName": "BlinkIDUX"
|
|
3813
|
+
},
|
|
3666
3814
|
{
|
|
3667
3815
|
"kind": "Var",
|
|
3668
3816
|
"name": "detecting",
|
|
@@ -4328,20 +4476,6 @@
|
|
|
4328
4476
|
"RawDocComment"
|
|
4329
4477
|
],
|
|
4330
4478
|
"conformances": [
|
|
4331
|
-
{
|
|
4332
|
-
"kind": "Conformance",
|
|
4333
|
-
"name": "Copyable",
|
|
4334
|
-
"printedName": "Copyable",
|
|
4335
|
-
"usr": "s:s8CopyableP",
|
|
4336
|
-
"mangledName": "$ss8CopyableP"
|
|
4337
|
-
},
|
|
4338
|
-
{
|
|
4339
|
-
"kind": "Conformance",
|
|
4340
|
-
"name": "Escapable",
|
|
4341
|
-
"printedName": "Escapable",
|
|
4342
|
-
"usr": "s:s9EscapableP",
|
|
4343
|
-
"mangledName": "$ss9EscapableP"
|
|
4344
|
-
},
|
|
4345
4479
|
{
|
|
4346
4480
|
"kind": "Conformance",
|
|
4347
4481
|
"name": "ReticleStateProtocol",
|
|
@@ -4349,6 +4483,13 @@
|
|
|
4349
4483
|
"usr": "s:9BlinkIDUX20ReticleStateProtocolP",
|
|
4350
4484
|
"mangledName": "$s9BlinkIDUX20ReticleStateProtocolP"
|
|
4351
4485
|
},
|
|
4486
|
+
{
|
|
4487
|
+
"kind": "Conformance",
|
|
4488
|
+
"name": "Copyable",
|
|
4489
|
+
"printedName": "Copyable",
|
|
4490
|
+
"usr": "s:s8CopyableP",
|
|
4491
|
+
"mangledName": "$ss8CopyableP"
|
|
4492
|
+
},
|
|
4352
4493
|
{
|
|
4353
4494
|
"kind": "Conformance",
|
|
4354
4495
|
"name": "Equatable",
|
|
@@ -4356,6 +4497,13 @@
|
|
|
4356
4497
|
"usr": "s:SQ",
|
|
4357
4498
|
"mangledName": "$sSQ"
|
|
4358
4499
|
},
|
|
4500
|
+
{
|
|
4501
|
+
"kind": "Conformance",
|
|
4502
|
+
"name": "Escapable",
|
|
4503
|
+
"printedName": "Escapable",
|
|
4504
|
+
"usr": "s:s9EscapableP",
|
|
4505
|
+
"mangledName": "$ss9EscapableP"
|
|
4506
|
+
},
|
|
4359
4507
|
{
|
|
4360
4508
|
"kind": "Conformance",
|
|
4361
4509
|
"name": "Hashable",
|
|
@@ -5092,20 +5240,6 @@
|
|
|
5092
5240
|
"AccessControl"
|
|
5093
5241
|
],
|
|
5094
5242
|
"conformances": [
|
|
5095
|
-
{
|
|
5096
|
-
"kind": "Conformance",
|
|
5097
|
-
"name": "Copyable",
|
|
5098
|
-
"printedName": "Copyable",
|
|
5099
|
-
"usr": "s:s8CopyableP",
|
|
5100
|
-
"mangledName": "$ss8CopyableP"
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"kind": "Conformance",
|
|
5104
|
-
"name": "Escapable",
|
|
5105
|
-
"printedName": "Escapable",
|
|
5106
|
-
"usr": "s:s9EscapableP",
|
|
5107
|
-
"mangledName": "$ss9EscapableP"
|
|
5108
|
-
},
|
|
5109
5243
|
{
|
|
5110
5244
|
"kind": "Conformance",
|
|
5111
5245
|
"name": "ReticleStateMachineProtocol",
|
|
@@ -5149,6 +5283,20 @@
|
|
|
5149
5283
|
],
|
|
5150
5284
|
"usr": "s:7Combine16ObservableObjectP",
|
|
5151
5285
|
"mangledName": "$s7Combine16ObservableObjectP"
|
|
5286
|
+
},
|
|
5287
|
+
{
|
|
5288
|
+
"kind": "Conformance",
|
|
5289
|
+
"name": "Copyable",
|
|
5290
|
+
"printedName": "Copyable",
|
|
5291
|
+
"usr": "s:s8CopyableP",
|
|
5292
|
+
"mangledName": "$ss8CopyableP"
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"kind": "Conformance",
|
|
5296
|
+
"name": "Escapable",
|
|
5297
|
+
"printedName": "Escapable",
|
|
5298
|
+
"usr": "s:s9EscapableP",
|
|
5299
|
+
"mangledName": "$ss9EscapableP"
|
|
5152
5300
|
}
|
|
5153
5301
|
]
|
|
5154
5302
|
},
|
|
@@ -5966,13 +6114,6 @@
|
|
|
5966
6114
|
"usr": "s:s8CopyableP",
|
|
5967
6115
|
"mangledName": "$ss8CopyableP"
|
|
5968
6116
|
},
|
|
5969
|
-
{
|
|
5970
|
-
"kind": "Conformance",
|
|
5971
|
-
"name": "Escapable",
|
|
5972
|
-
"printedName": "Escapable",
|
|
5973
|
-
"usr": "s:s9EscapableP",
|
|
5974
|
-
"mangledName": "$ss9EscapableP"
|
|
5975
|
-
},
|
|
5976
6117
|
{
|
|
5977
6118
|
"kind": "Conformance",
|
|
5978
6119
|
"name": "Equatable",
|
|
@@ -5982,11 +6123,18 @@
|
|
|
5982
6123
|
},
|
|
5983
6124
|
{
|
|
5984
6125
|
"kind": "Conformance",
|
|
5985
|
-
"name": "
|
|
5986
|
-
"printedName": "
|
|
5987
|
-
"usr": "s:
|
|
5988
|
-
"mangledName": "$
|
|
5989
|
-
},
|
|
6126
|
+
"name": "Escapable",
|
|
6127
|
+
"printedName": "Escapable",
|
|
6128
|
+
"usr": "s:s9EscapableP",
|
|
6129
|
+
"mangledName": "$ss9EscapableP"
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
"kind": "Conformance",
|
|
6133
|
+
"name": "Sendable",
|
|
6134
|
+
"printedName": "Sendable",
|
|
6135
|
+
"usr": "s:s8SendableP",
|
|
6136
|
+
"mangledName": "$ss8SendableP"
|
|
6137
|
+
},
|
|
5990
6138
|
{
|
|
5991
6139
|
"kind": "Conformance",
|
|
5992
6140
|
"name": "SendableMetatype",
|
|
@@ -8090,92 +8238,35 @@
|
|
|
8090
8238
|
"accessorKind": "_modify"
|
|
8091
8239
|
}
|
|
8092
8240
|
]
|
|
8093
|
-
}
|
|
8094
|
-
],
|
|
8095
|
-
"declKind": "Class",
|
|
8096
|
-
"usr": "s:9BlinkIDUX0A7IDThemeC",
|
|
8097
|
-
"mangledName": "$s9BlinkIDUX0A7IDThemeC",
|
|
8098
|
-
"moduleName": "BlinkIDUX",
|
|
8099
|
-
"declAttributes": [
|
|
8100
|
-
"Final",
|
|
8101
|
-
"AccessControl"
|
|
8102
|
-
],
|
|
8103
|
-
"hasMissingDesignatedInitializers": true,
|
|
8104
|
-
"conformances": [
|
|
8105
|
-
{
|
|
8106
|
-
"kind": "Conformance",
|
|
8107
|
-
"name": "Copyable",
|
|
8108
|
-
"printedName": "Copyable",
|
|
8109
|
-
"usr": "s:s8CopyableP",
|
|
8110
|
-
"mangledName": "$ss8CopyableP"
|
|
8111
|
-
},
|
|
8112
|
-
{
|
|
8113
|
-
"kind": "Conformance",
|
|
8114
|
-
"name": "Escapable",
|
|
8115
|
-
"printedName": "Escapable",
|
|
8116
|
-
"usr": "s:s9EscapableP",
|
|
8117
|
-
"mangledName": "$ss9EscapableP"
|
|
8118
|
-
},
|
|
8119
|
-
{
|
|
8120
|
-
"kind": "Conformance",
|
|
8121
|
-
"name": "UXThemeProtocol",
|
|
8122
|
-
"printedName": "UXThemeProtocol",
|
|
8123
|
-
"usr": "s:9BlinkIDUX15UXThemeProtocolP",
|
|
8124
|
-
"mangledName": "$s9BlinkIDUX15UXThemeProtocolP"
|
|
8125
|
-
}
|
|
8126
|
-
]
|
|
8127
|
-
},
|
|
8128
|
-
{
|
|
8129
|
-
"kind": "Import",
|
|
8130
|
-
"name": "Foundation",
|
|
8131
|
-
"printedName": "Foundation",
|
|
8132
|
-
"declKind": "Import",
|
|
8133
|
-
"moduleName": "BlinkIDUX",
|
|
8134
|
-
"declAttributes": [
|
|
8135
|
-
"RawDocComment"
|
|
8136
|
-
]
|
|
8137
|
-
},
|
|
8138
|
-
{
|
|
8139
|
-
"kind": "TypeDecl",
|
|
8140
|
-
"name": "ScanningResultProtocol",
|
|
8141
|
-
"printedName": "ScanningResultProtocol",
|
|
8142
|
-
"children": [
|
|
8143
|
-
{
|
|
8144
|
-
"kind": "AssociatedType",
|
|
8145
|
-
"name": "Result",
|
|
8146
|
-
"printedName": "Result",
|
|
8147
|
-
"declKind": "AssociatedType",
|
|
8148
|
-
"usr": "s:9BlinkIDUX22ScanningResultProtocolP0D0Qa",
|
|
8149
|
-
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP0D0Qa",
|
|
8150
|
-
"moduleName": "BlinkIDUX",
|
|
8151
|
-
"protocolReq": true
|
|
8152
8241
|
},
|
|
8153
8242
|
{
|
|
8154
8243
|
"kind": "Var",
|
|
8155
|
-
"name": "
|
|
8156
|
-
"printedName": "
|
|
8244
|
+
"name": "localizationBundle",
|
|
8245
|
+
"printedName": "localizationBundle",
|
|
8157
8246
|
"children": [
|
|
8158
8247
|
{
|
|
8159
8248
|
"kind": "TypeNominal",
|
|
8160
8249
|
"name": "Optional",
|
|
8161
|
-
"printedName": "
|
|
8250
|
+
"printedName": "Foundation.Bundle?",
|
|
8162
8251
|
"children": [
|
|
8163
8252
|
{
|
|
8164
8253
|
"kind": "TypeNominal",
|
|
8165
|
-
"name": "
|
|
8166
|
-
"printedName": "
|
|
8254
|
+
"name": "Bundle",
|
|
8255
|
+
"printedName": "Foundation.Bundle",
|
|
8256
|
+
"usr": "c:objc(cs)NSBundle"
|
|
8167
8257
|
}
|
|
8168
8258
|
],
|
|
8169
8259
|
"usr": "s:Sq"
|
|
8170
8260
|
}
|
|
8171
8261
|
],
|
|
8172
8262
|
"declKind": "Var",
|
|
8173
|
-
"usr": "s:
|
|
8174
|
-
"mangledName": "$
|
|
8263
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvp",
|
|
8264
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvp",
|
|
8175
8265
|
"moduleName": "BlinkIDUX",
|
|
8176
|
-
"protocolReq": true,
|
|
8177
8266
|
"declAttributes": [
|
|
8178
|
-
"
|
|
8267
|
+
"Final",
|
|
8268
|
+
"AccessControl",
|
|
8269
|
+
"RawDocComment"
|
|
8179
8270
|
],
|
|
8180
8271
|
"accessors": [
|
|
8181
8272
|
{
|
|
@@ -8186,168 +8277,573 @@
|
|
|
8186
8277
|
{
|
|
8187
8278
|
"kind": "TypeNominal",
|
|
8188
8279
|
"name": "Optional",
|
|
8189
|
-
"printedName": "
|
|
8280
|
+
"printedName": "Foundation.Bundle?",
|
|
8190
8281
|
"children": [
|
|
8191
8282
|
{
|
|
8192
8283
|
"kind": "TypeNominal",
|
|
8193
|
-
"name": "
|
|
8194
|
-
"printedName": "
|
|
8284
|
+
"name": "Bundle",
|
|
8285
|
+
"printedName": "Foundation.Bundle",
|
|
8286
|
+
"usr": "c:objc(cs)NSBundle"
|
|
8195
8287
|
}
|
|
8196
8288
|
],
|
|
8197
8289
|
"usr": "s:Sq"
|
|
8198
8290
|
}
|
|
8199
8291
|
],
|
|
8200
8292
|
"declKind": "Accessor",
|
|
8201
|
-
"usr": "s:
|
|
8202
|
-
"mangledName": "$
|
|
8293
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvg",
|
|
8294
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvg",
|
|
8203
8295
|
"moduleName": "BlinkIDUX",
|
|
8204
|
-
"
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
"reqNewWitnessTableEntry": true,
|
|
8296
|
+
"declAttributes": [
|
|
8297
|
+
"Final"
|
|
8298
|
+
],
|
|
8208
8299
|
"accessorKind": "get"
|
|
8209
|
-
}
|
|
8210
|
-
]
|
|
8211
|
-
}
|
|
8212
|
-
],
|
|
8213
|
-
"declKind": "Protocol",
|
|
8214
|
-
"usr": "s:9BlinkIDUX22ScanningResultProtocolP",
|
|
8215
|
-
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP",
|
|
8216
|
-
"moduleName": "BlinkIDUX",
|
|
8217
|
-
"genericSig": "<τ_0_0 : Swift.Sendable, τ_0_0.Result : Swift.Sendable>",
|
|
8218
|
-
"sugared_genericSig": "<Self : Swift.Sendable, Self.Result : Swift.Sendable>",
|
|
8219
|
-
"declAttributes": [
|
|
8220
|
-
"AccessControl"
|
|
8221
|
-
],
|
|
8222
|
-
"conformances": [
|
|
8223
|
-
{
|
|
8224
|
-
"kind": "Conformance",
|
|
8225
|
-
"name": "Escapable",
|
|
8226
|
-
"printedName": "Escapable",
|
|
8227
|
-
"usr": "s:s9EscapableP",
|
|
8228
|
-
"mangledName": "$ss9EscapableP"
|
|
8229
|
-
},
|
|
8230
|
-
{
|
|
8231
|
-
"kind": "Conformance",
|
|
8232
|
-
"name": "Copyable",
|
|
8233
|
-
"printedName": "Copyable",
|
|
8234
|
-
"usr": "s:s8CopyableP",
|
|
8235
|
-
"mangledName": "$ss8CopyableP"
|
|
8236
|
-
},
|
|
8237
|
-
{
|
|
8238
|
-
"kind": "Conformance",
|
|
8239
|
-
"name": "Sendable",
|
|
8240
|
-
"printedName": "Sendable",
|
|
8241
|
-
"usr": "s:s8SendableP",
|
|
8242
|
-
"mangledName": "$ss8SendableP"
|
|
8243
|
-
},
|
|
8244
|
-
{
|
|
8245
|
-
"kind": "Conformance",
|
|
8246
|
-
"name": "SendableMetatype",
|
|
8247
|
-
"printedName": "SendableMetatype",
|
|
8248
|
-
"usr": "s:s16SendableMetatypeP",
|
|
8249
|
-
"mangledName": "$ss16SendableMetatypeP"
|
|
8250
|
-
}
|
|
8251
|
-
]
|
|
8252
|
-
},
|
|
8253
|
-
{
|
|
8254
|
-
"kind": "TypeDecl",
|
|
8255
|
-
"name": "ScanningResult",
|
|
8256
|
-
"printedName": "ScanningResult",
|
|
8257
|
-
"children": [
|
|
8258
|
-
{
|
|
8259
|
-
"kind": "Var",
|
|
8260
|
-
"name": "completed",
|
|
8261
|
-
"printedName": "completed",
|
|
8262
|
-
"children": [
|
|
8300
|
+
},
|
|
8263
8301
|
{
|
|
8264
|
-
"kind": "
|
|
8265
|
-
"name": "
|
|
8266
|
-
"printedName": "
|
|
8302
|
+
"kind": "Accessor",
|
|
8303
|
+
"name": "Set",
|
|
8304
|
+
"printedName": "Set()",
|
|
8267
8305
|
"children": [
|
|
8268
8306
|
{
|
|
8269
|
-
"kind": "
|
|
8270
|
-
"name": "
|
|
8271
|
-
"printedName": "(
|
|
8272
|
-
"children": [
|
|
8273
|
-
{
|
|
8274
|
-
"kind": "TypeNominal",
|
|
8275
|
-
"name": "ScanningResult",
|
|
8276
|
-
"printedName": "BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8277
|
-
"children": [
|
|
8278
|
-
{
|
|
8279
|
-
"kind": "TypeNominal",
|
|
8280
|
-
"name": "GenericTypeParam",
|
|
8281
|
-
"printedName": "τ_0_0"
|
|
8282
|
-
},
|
|
8283
|
-
{
|
|
8284
|
-
"kind": "TypeNominal",
|
|
8285
|
-
"name": "GenericTypeParam",
|
|
8286
|
-
"printedName": "τ_0_1"
|
|
8287
|
-
}
|
|
8288
|
-
],
|
|
8289
|
-
"usr": "s:9BlinkIDUX14ScanningResultO"
|
|
8290
|
-
},
|
|
8291
|
-
{
|
|
8292
|
-
"kind": "TypeNominal",
|
|
8293
|
-
"name": "GenericTypeParam",
|
|
8294
|
-
"printedName": "τ_0_0"
|
|
8295
|
-
}
|
|
8296
|
-
]
|
|
8307
|
+
"kind": "TypeNominal",
|
|
8308
|
+
"name": "Void",
|
|
8309
|
+
"printedName": "()"
|
|
8297
8310
|
},
|
|
8298
8311
|
{
|
|
8299
8312
|
"kind": "TypeNominal",
|
|
8300
|
-
"name": "
|
|
8301
|
-
"printedName": "
|
|
8313
|
+
"name": "Optional",
|
|
8314
|
+
"printedName": "Foundation.Bundle?",
|
|
8302
8315
|
"children": [
|
|
8303
8316
|
{
|
|
8304
8317
|
"kind": "TypeNominal",
|
|
8305
|
-
"name": "
|
|
8306
|
-
"printedName": "
|
|
8307
|
-
"
|
|
8308
|
-
{
|
|
8309
|
-
"kind": "TypeNominal",
|
|
8310
|
-
"name": "GenericTypeParam",
|
|
8311
|
-
"printedName": "τ_0_0"
|
|
8312
|
-
},
|
|
8313
|
-
{
|
|
8314
|
-
"kind": "TypeNominal",
|
|
8315
|
-
"name": "GenericTypeParam",
|
|
8316
|
-
"printedName": "τ_0_1"
|
|
8317
|
-
}
|
|
8318
|
-
],
|
|
8319
|
-
"usr": "s:9BlinkIDUX14ScanningResultO"
|
|
8318
|
+
"name": "Bundle",
|
|
8319
|
+
"printedName": "Foundation.Bundle",
|
|
8320
|
+
"usr": "c:objc(cs)NSBundle"
|
|
8320
8321
|
}
|
|
8321
|
-
]
|
|
8322
|
+
],
|
|
8323
|
+
"usr": "s:Sq"
|
|
8322
8324
|
}
|
|
8323
|
-
]
|
|
8325
|
+
],
|
|
8326
|
+
"declKind": "Accessor",
|
|
8327
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvs",
|
|
8328
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvs",
|
|
8329
|
+
"moduleName": "BlinkIDUX",
|
|
8330
|
+
"declAttributes": [
|
|
8331
|
+
"Final"
|
|
8332
|
+
],
|
|
8333
|
+
"accessorKind": "set"
|
|
8334
|
+
},
|
|
8335
|
+
{
|
|
8336
|
+
"kind": "Accessor",
|
|
8337
|
+
"name": "Modify",
|
|
8338
|
+
"printedName": "Modify()",
|
|
8339
|
+
"children": [
|
|
8340
|
+
{
|
|
8341
|
+
"kind": "TypeNominal",
|
|
8342
|
+
"name": "Void",
|
|
8343
|
+
"printedName": "()"
|
|
8344
|
+
}
|
|
8345
|
+
],
|
|
8346
|
+
"declKind": "Accessor",
|
|
8347
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvM",
|
|
8348
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC18localizationBundleSo8NSBundleCSgvM",
|
|
8349
|
+
"moduleName": "BlinkIDUX",
|
|
8350
|
+
"implicit": true,
|
|
8351
|
+
"declAttributes": [
|
|
8352
|
+
"Final"
|
|
8353
|
+
],
|
|
8354
|
+
"accessorKind": "_modify"
|
|
8324
8355
|
}
|
|
8325
|
-
],
|
|
8326
|
-
"declKind": "EnumElement",
|
|
8327
|
-
"usr": "s:9BlinkIDUX14ScanningResultO9completedyACyxq_GxcAEms8SendableRzsAFR_r0_lF",
|
|
8328
|
-
"mangledName": "$s9BlinkIDUX14ScanningResultO9completedyACyxq_GxcAEms8SendableRzsAFR_r0_lF",
|
|
8329
|
-
"moduleName": "BlinkIDUX",
|
|
8330
|
-
"declAttributes": [
|
|
8331
|
-
"RawDocComment"
|
|
8332
8356
|
]
|
|
8333
8357
|
},
|
|
8334
8358
|
{
|
|
8335
8359
|
"kind": "Var",
|
|
8336
|
-
"name": "
|
|
8337
|
-
"printedName": "
|
|
8360
|
+
"name": "localizationTableName",
|
|
8361
|
+
"printedName": "localizationTableName",
|
|
8338
8362
|
"children": [
|
|
8339
8363
|
{
|
|
8340
|
-
"kind": "
|
|
8341
|
-
"name": "
|
|
8342
|
-
"printedName": "
|
|
8364
|
+
"kind": "TypeNominal",
|
|
8365
|
+
"name": "Optional",
|
|
8366
|
+
"printedName": "Swift.String?",
|
|
8343
8367
|
"children": [
|
|
8344
8368
|
{
|
|
8345
|
-
"kind": "
|
|
8346
|
-
"name": "
|
|
8347
|
-
"printedName": "
|
|
8348
|
-
"
|
|
8349
|
-
|
|
8350
|
-
|
|
8369
|
+
"kind": "TypeNominal",
|
|
8370
|
+
"name": "String",
|
|
8371
|
+
"printedName": "Swift.String",
|
|
8372
|
+
"usr": "s:SS"
|
|
8373
|
+
}
|
|
8374
|
+
],
|
|
8375
|
+
"usr": "s:Sq"
|
|
8376
|
+
}
|
|
8377
|
+
],
|
|
8378
|
+
"declKind": "Var",
|
|
8379
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvp",
|
|
8380
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvp",
|
|
8381
|
+
"moduleName": "BlinkIDUX",
|
|
8382
|
+
"declAttributes": [
|
|
8383
|
+
"Final",
|
|
8384
|
+
"AccessControl",
|
|
8385
|
+
"RawDocComment"
|
|
8386
|
+
],
|
|
8387
|
+
"accessors": [
|
|
8388
|
+
{
|
|
8389
|
+
"kind": "Accessor",
|
|
8390
|
+
"name": "Get",
|
|
8391
|
+
"printedName": "Get()",
|
|
8392
|
+
"children": [
|
|
8393
|
+
{
|
|
8394
|
+
"kind": "TypeNominal",
|
|
8395
|
+
"name": "Optional",
|
|
8396
|
+
"printedName": "Swift.String?",
|
|
8397
|
+
"children": [
|
|
8398
|
+
{
|
|
8399
|
+
"kind": "TypeNominal",
|
|
8400
|
+
"name": "String",
|
|
8401
|
+
"printedName": "Swift.String",
|
|
8402
|
+
"usr": "s:SS"
|
|
8403
|
+
}
|
|
8404
|
+
],
|
|
8405
|
+
"usr": "s:Sq"
|
|
8406
|
+
}
|
|
8407
|
+
],
|
|
8408
|
+
"declKind": "Accessor",
|
|
8409
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvg",
|
|
8410
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvg",
|
|
8411
|
+
"moduleName": "BlinkIDUX",
|
|
8412
|
+
"declAttributes": [
|
|
8413
|
+
"Final"
|
|
8414
|
+
],
|
|
8415
|
+
"accessorKind": "get"
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"kind": "Accessor",
|
|
8419
|
+
"name": "Set",
|
|
8420
|
+
"printedName": "Set()",
|
|
8421
|
+
"children": [
|
|
8422
|
+
{
|
|
8423
|
+
"kind": "TypeNominal",
|
|
8424
|
+
"name": "Void",
|
|
8425
|
+
"printedName": "()"
|
|
8426
|
+
},
|
|
8427
|
+
{
|
|
8428
|
+
"kind": "TypeNominal",
|
|
8429
|
+
"name": "Optional",
|
|
8430
|
+
"printedName": "Swift.String?",
|
|
8431
|
+
"children": [
|
|
8432
|
+
{
|
|
8433
|
+
"kind": "TypeNominal",
|
|
8434
|
+
"name": "String",
|
|
8435
|
+
"printedName": "Swift.String",
|
|
8436
|
+
"usr": "s:SS"
|
|
8437
|
+
}
|
|
8438
|
+
],
|
|
8439
|
+
"usr": "s:Sq"
|
|
8440
|
+
}
|
|
8441
|
+
],
|
|
8442
|
+
"declKind": "Accessor",
|
|
8443
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvs",
|
|
8444
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvs",
|
|
8445
|
+
"moduleName": "BlinkIDUX",
|
|
8446
|
+
"declAttributes": [
|
|
8447
|
+
"Final"
|
|
8448
|
+
],
|
|
8449
|
+
"accessorKind": "set"
|
|
8450
|
+
},
|
|
8451
|
+
{
|
|
8452
|
+
"kind": "Accessor",
|
|
8453
|
+
"name": "Modify",
|
|
8454
|
+
"printedName": "Modify()",
|
|
8455
|
+
"children": [
|
|
8456
|
+
{
|
|
8457
|
+
"kind": "TypeNominal",
|
|
8458
|
+
"name": "Void",
|
|
8459
|
+
"printedName": "()"
|
|
8460
|
+
}
|
|
8461
|
+
],
|
|
8462
|
+
"declKind": "Accessor",
|
|
8463
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvM",
|
|
8464
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC21localizationTableNameSSSgvM",
|
|
8465
|
+
"moduleName": "BlinkIDUX",
|
|
8466
|
+
"implicit": true,
|
|
8467
|
+
"declAttributes": [
|
|
8468
|
+
"Final"
|
|
8469
|
+
],
|
|
8470
|
+
"accessorKind": "_modify"
|
|
8471
|
+
}
|
|
8472
|
+
]
|
|
8473
|
+
},
|
|
8474
|
+
{
|
|
8475
|
+
"kind": "Var",
|
|
8476
|
+
"name": "language",
|
|
8477
|
+
"printedName": "language",
|
|
8478
|
+
"children": [
|
|
8479
|
+
{
|
|
8480
|
+
"kind": "TypeNominal",
|
|
8481
|
+
"name": "Optional",
|
|
8482
|
+
"printedName": "Swift.String?",
|
|
8483
|
+
"children": [
|
|
8484
|
+
{
|
|
8485
|
+
"kind": "TypeNominal",
|
|
8486
|
+
"name": "String",
|
|
8487
|
+
"printedName": "Swift.String",
|
|
8488
|
+
"usr": "s:SS"
|
|
8489
|
+
}
|
|
8490
|
+
],
|
|
8491
|
+
"usr": "s:Sq"
|
|
8492
|
+
}
|
|
8493
|
+
],
|
|
8494
|
+
"declKind": "Var",
|
|
8495
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC8languageSSSgvp",
|
|
8496
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC8languageSSSgvp",
|
|
8497
|
+
"moduleName": "BlinkIDUX",
|
|
8498
|
+
"declAttributes": [
|
|
8499
|
+
"Final",
|
|
8500
|
+
"AccessControl",
|
|
8501
|
+
"RawDocComment"
|
|
8502
|
+
],
|
|
8503
|
+
"accessors": [
|
|
8504
|
+
{
|
|
8505
|
+
"kind": "Accessor",
|
|
8506
|
+
"name": "Get",
|
|
8507
|
+
"printedName": "Get()",
|
|
8508
|
+
"children": [
|
|
8509
|
+
{
|
|
8510
|
+
"kind": "TypeNominal",
|
|
8511
|
+
"name": "Optional",
|
|
8512
|
+
"printedName": "Swift.String?",
|
|
8513
|
+
"children": [
|
|
8514
|
+
{
|
|
8515
|
+
"kind": "TypeNominal",
|
|
8516
|
+
"name": "String",
|
|
8517
|
+
"printedName": "Swift.String",
|
|
8518
|
+
"usr": "s:SS"
|
|
8519
|
+
}
|
|
8520
|
+
],
|
|
8521
|
+
"usr": "s:Sq"
|
|
8522
|
+
}
|
|
8523
|
+
],
|
|
8524
|
+
"declKind": "Accessor",
|
|
8525
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC8languageSSSgvg",
|
|
8526
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC8languageSSSgvg",
|
|
8527
|
+
"moduleName": "BlinkIDUX",
|
|
8528
|
+
"declAttributes": [
|
|
8529
|
+
"Final"
|
|
8530
|
+
],
|
|
8531
|
+
"accessorKind": "get"
|
|
8532
|
+
},
|
|
8533
|
+
{
|
|
8534
|
+
"kind": "Accessor",
|
|
8535
|
+
"name": "Set",
|
|
8536
|
+
"printedName": "Set()",
|
|
8537
|
+
"children": [
|
|
8538
|
+
{
|
|
8539
|
+
"kind": "TypeNominal",
|
|
8540
|
+
"name": "Void",
|
|
8541
|
+
"printedName": "()"
|
|
8542
|
+
},
|
|
8543
|
+
{
|
|
8544
|
+
"kind": "TypeNominal",
|
|
8545
|
+
"name": "Optional",
|
|
8546
|
+
"printedName": "Swift.String?",
|
|
8547
|
+
"children": [
|
|
8548
|
+
{
|
|
8549
|
+
"kind": "TypeNominal",
|
|
8550
|
+
"name": "String",
|
|
8551
|
+
"printedName": "Swift.String",
|
|
8552
|
+
"usr": "s:SS"
|
|
8553
|
+
}
|
|
8554
|
+
],
|
|
8555
|
+
"usr": "s:Sq"
|
|
8556
|
+
}
|
|
8557
|
+
],
|
|
8558
|
+
"declKind": "Accessor",
|
|
8559
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC8languageSSSgvs",
|
|
8560
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC8languageSSSgvs",
|
|
8561
|
+
"moduleName": "BlinkIDUX",
|
|
8562
|
+
"declAttributes": [
|
|
8563
|
+
"Final"
|
|
8564
|
+
],
|
|
8565
|
+
"accessorKind": "set"
|
|
8566
|
+
},
|
|
8567
|
+
{
|
|
8568
|
+
"kind": "Accessor",
|
|
8569
|
+
"name": "Modify",
|
|
8570
|
+
"printedName": "Modify()",
|
|
8571
|
+
"children": [
|
|
8572
|
+
{
|
|
8573
|
+
"kind": "TypeNominal",
|
|
8574
|
+
"name": "Void",
|
|
8575
|
+
"printedName": "()"
|
|
8576
|
+
}
|
|
8577
|
+
],
|
|
8578
|
+
"declKind": "Accessor",
|
|
8579
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC8languageSSSgvM",
|
|
8580
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC8languageSSSgvM",
|
|
8581
|
+
"moduleName": "BlinkIDUX",
|
|
8582
|
+
"implicit": true,
|
|
8583
|
+
"declAttributes": [
|
|
8584
|
+
"Final"
|
|
8585
|
+
],
|
|
8586
|
+
"accessorKind": "_modify"
|
|
8587
|
+
}
|
|
8588
|
+
]
|
|
8589
|
+
}
|
|
8590
|
+
],
|
|
8591
|
+
"declKind": "Class",
|
|
8592
|
+
"usr": "s:9BlinkIDUX0A7IDThemeC",
|
|
8593
|
+
"mangledName": "$s9BlinkIDUX0A7IDThemeC",
|
|
8594
|
+
"moduleName": "BlinkIDUX",
|
|
8595
|
+
"declAttributes": [
|
|
8596
|
+
"Final",
|
|
8597
|
+
"AccessControl"
|
|
8598
|
+
],
|
|
8599
|
+
"hasMissingDesignatedInitializers": true,
|
|
8600
|
+
"conformances": [
|
|
8601
|
+
{
|
|
8602
|
+
"kind": "Conformance",
|
|
8603
|
+
"name": "UXThemeProtocol",
|
|
8604
|
+
"printedName": "UXThemeProtocol",
|
|
8605
|
+
"usr": "s:9BlinkIDUX15UXThemeProtocolP",
|
|
8606
|
+
"mangledName": "$s9BlinkIDUX15UXThemeProtocolP"
|
|
8607
|
+
},
|
|
8608
|
+
{
|
|
8609
|
+
"kind": "Conformance",
|
|
8610
|
+
"name": "Copyable",
|
|
8611
|
+
"printedName": "Copyable",
|
|
8612
|
+
"usr": "s:s8CopyableP",
|
|
8613
|
+
"mangledName": "$ss8CopyableP"
|
|
8614
|
+
},
|
|
8615
|
+
{
|
|
8616
|
+
"kind": "Conformance",
|
|
8617
|
+
"name": "Escapable",
|
|
8618
|
+
"printedName": "Escapable",
|
|
8619
|
+
"usr": "s:s9EscapableP",
|
|
8620
|
+
"mangledName": "$ss9EscapableP"
|
|
8621
|
+
}
|
|
8622
|
+
]
|
|
8623
|
+
},
|
|
8624
|
+
{
|
|
8625
|
+
"kind": "Import",
|
|
8626
|
+
"name": "Foundation",
|
|
8627
|
+
"printedName": "Foundation",
|
|
8628
|
+
"declKind": "Import",
|
|
8629
|
+
"moduleName": "BlinkIDUX",
|
|
8630
|
+
"declAttributes": [
|
|
8631
|
+
"RawDocComment"
|
|
8632
|
+
]
|
|
8633
|
+
},
|
|
8634
|
+
{
|
|
8635
|
+
"kind": "TypeDecl",
|
|
8636
|
+
"name": "ScanningResultProtocol",
|
|
8637
|
+
"printedName": "ScanningResultProtocol",
|
|
8638
|
+
"children": [
|
|
8639
|
+
{
|
|
8640
|
+
"kind": "AssociatedType",
|
|
8641
|
+
"name": "Result",
|
|
8642
|
+
"printedName": "Result",
|
|
8643
|
+
"declKind": "AssociatedType",
|
|
8644
|
+
"usr": "s:9BlinkIDUX22ScanningResultProtocolP0D0Qa",
|
|
8645
|
+
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP0D0Qa",
|
|
8646
|
+
"moduleName": "BlinkIDUX",
|
|
8647
|
+
"protocolReq": true
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"kind": "Var",
|
|
8651
|
+
"name": "scanResult",
|
|
8652
|
+
"printedName": "scanResult",
|
|
8653
|
+
"children": [
|
|
8654
|
+
{
|
|
8655
|
+
"kind": "TypeNominal",
|
|
8656
|
+
"name": "Optional",
|
|
8657
|
+
"printedName": "τ_0_0.Result?",
|
|
8658
|
+
"children": [
|
|
8659
|
+
{
|
|
8660
|
+
"kind": "TypeNominal",
|
|
8661
|
+
"name": "DependentMember",
|
|
8662
|
+
"printedName": "τ_0_0.Result"
|
|
8663
|
+
}
|
|
8664
|
+
],
|
|
8665
|
+
"usr": "s:Sq"
|
|
8666
|
+
}
|
|
8667
|
+
],
|
|
8668
|
+
"declKind": "Var",
|
|
8669
|
+
"usr": "s:9BlinkIDUX22ScanningResultProtocolP04scanD00D0QzSgvp",
|
|
8670
|
+
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP04scanD00D0QzSgvp",
|
|
8671
|
+
"moduleName": "BlinkIDUX",
|
|
8672
|
+
"protocolReq": true,
|
|
8673
|
+
"declAttributes": [
|
|
8674
|
+
"Nonisolated"
|
|
8675
|
+
],
|
|
8676
|
+
"accessors": [
|
|
8677
|
+
{
|
|
8678
|
+
"kind": "Accessor",
|
|
8679
|
+
"name": "Get",
|
|
8680
|
+
"printedName": "Get()",
|
|
8681
|
+
"children": [
|
|
8682
|
+
{
|
|
8683
|
+
"kind": "TypeNominal",
|
|
8684
|
+
"name": "Optional",
|
|
8685
|
+
"printedName": "τ_0_0.Result?",
|
|
8686
|
+
"children": [
|
|
8687
|
+
{
|
|
8688
|
+
"kind": "TypeNominal",
|
|
8689
|
+
"name": "DependentMember",
|
|
8690
|
+
"printedName": "τ_0_0.Result"
|
|
8691
|
+
}
|
|
8692
|
+
],
|
|
8693
|
+
"usr": "s:Sq"
|
|
8694
|
+
}
|
|
8695
|
+
],
|
|
8696
|
+
"declKind": "Accessor",
|
|
8697
|
+
"usr": "s:9BlinkIDUX22ScanningResultProtocolP04scanD00D0QzSgvg",
|
|
8698
|
+
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP04scanD00D0QzSgvg",
|
|
8699
|
+
"moduleName": "BlinkIDUX",
|
|
8700
|
+
"genericSig": "<τ_0_0 where τ_0_0 : BlinkIDUX.ScanningResultProtocol>",
|
|
8701
|
+
"sugared_genericSig": "<Self where Self : BlinkIDUX.ScanningResultProtocol>",
|
|
8702
|
+
"protocolReq": true,
|
|
8703
|
+
"reqNewWitnessTableEntry": true,
|
|
8704
|
+
"accessorKind": "get"
|
|
8705
|
+
}
|
|
8706
|
+
]
|
|
8707
|
+
}
|
|
8708
|
+
],
|
|
8709
|
+
"declKind": "Protocol",
|
|
8710
|
+
"usr": "s:9BlinkIDUX22ScanningResultProtocolP",
|
|
8711
|
+
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP",
|
|
8712
|
+
"moduleName": "BlinkIDUX",
|
|
8713
|
+
"genericSig": "<τ_0_0 : Swift.Sendable, τ_0_0.Result : Swift.Sendable>",
|
|
8714
|
+
"sugared_genericSig": "<Self : Swift.Sendable, Self.Result : Swift.Sendable>",
|
|
8715
|
+
"declAttributes": [
|
|
8716
|
+
"AccessControl"
|
|
8717
|
+
],
|
|
8718
|
+
"conformances": [
|
|
8719
|
+
{
|
|
8720
|
+
"kind": "Conformance",
|
|
8721
|
+
"name": "Escapable",
|
|
8722
|
+
"printedName": "Escapable",
|
|
8723
|
+
"usr": "s:s9EscapableP",
|
|
8724
|
+
"mangledName": "$ss9EscapableP"
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"kind": "Conformance",
|
|
8728
|
+
"name": "Copyable",
|
|
8729
|
+
"printedName": "Copyable",
|
|
8730
|
+
"usr": "s:s8CopyableP",
|
|
8731
|
+
"mangledName": "$ss8CopyableP"
|
|
8732
|
+
},
|
|
8733
|
+
{
|
|
8734
|
+
"kind": "Conformance",
|
|
8735
|
+
"name": "Sendable",
|
|
8736
|
+
"printedName": "Sendable",
|
|
8737
|
+
"usr": "s:s8SendableP",
|
|
8738
|
+
"mangledName": "$ss8SendableP"
|
|
8739
|
+
},
|
|
8740
|
+
{
|
|
8741
|
+
"kind": "Conformance",
|
|
8742
|
+
"name": "SendableMetatype",
|
|
8743
|
+
"printedName": "SendableMetatype",
|
|
8744
|
+
"usr": "s:s16SendableMetatypeP",
|
|
8745
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
8746
|
+
}
|
|
8747
|
+
]
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"kind": "TypeDecl",
|
|
8751
|
+
"name": "ScanningResult",
|
|
8752
|
+
"printedName": "ScanningResult",
|
|
8753
|
+
"children": [
|
|
8754
|
+
{
|
|
8755
|
+
"kind": "Var",
|
|
8756
|
+
"name": "completed",
|
|
8757
|
+
"printedName": "completed",
|
|
8758
|
+
"children": [
|
|
8759
|
+
{
|
|
8760
|
+
"kind": "TypeFunc",
|
|
8761
|
+
"name": "GenericFunction",
|
|
8762
|
+
"printedName": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Sendable, τ_0_1 : Swift.Sendable> (BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>.Type) -> (τ_0_0) -> BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8763
|
+
"children": [
|
|
8764
|
+
{
|
|
8765
|
+
"kind": "TypeFunc",
|
|
8766
|
+
"name": "Function",
|
|
8767
|
+
"printedName": "(τ_0_0) -> BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8768
|
+
"children": [
|
|
8769
|
+
{
|
|
8770
|
+
"kind": "TypeNominal",
|
|
8771
|
+
"name": "ScanningResult",
|
|
8772
|
+
"printedName": "BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8773
|
+
"children": [
|
|
8774
|
+
{
|
|
8775
|
+
"kind": "TypeNominal",
|
|
8776
|
+
"name": "GenericTypeParam",
|
|
8777
|
+
"printedName": "τ_0_0"
|
|
8778
|
+
},
|
|
8779
|
+
{
|
|
8780
|
+
"kind": "TypeNominal",
|
|
8781
|
+
"name": "GenericTypeParam",
|
|
8782
|
+
"printedName": "τ_0_1"
|
|
8783
|
+
}
|
|
8784
|
+
],
|
|
8785
|
+
"usr": "s:9BlinkIDUX14ScanningResultO"
|
|
8786
|
+
},
|
|
8787
|
+
{
|
|
8788
|
+
"kind": "TypeNominal",
|
|
8789
|
+
"name": "GenericTypeParam",
|
|
8790
|
+
"printedName": "τ_0_0"
|
|
8791
|
+
}
|
|
8792
|
+
]
|
|
8793
|
+
},
|
|
8794
|
+
{
|
|
8795
|
+
"kind": "TypeNominal",
|
|
8796
|
+
"name": "Metatype",
|
|
8797
|
+
"printedName": "BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>.Type",
|
|
8798
|
+
"children": [
|
|
8799
|
+
{
|
|
8800
|
+
"kind": "TypeNominal",
|
|
8801
|
+
"name": "ScanningResult",
|
|
8802
|
+
"printedName": "BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8803
|
+
"children": [
|
|
8804
|
+
{
|
|
8805
|
+
"kind": "TypeNominal",
|
|
8806
|
+
"name": "GenericTypeParam",
|
|
8807
|
+
"printedName": "τ_0_0"
|
|
8808
|
+
},
|
|
8809
|
+
{
|
|
8810
|
+
"kind": "TypeNominal",
|
|
8811
|
+
"name": "GenericTypeParam",
|
|
8812
|
+
"printedName": "τ_0_1"
|
|
8813
|
+
}
|
|
8814
|
+
],
|
|
8815
|
+
"usr": "s:9BlinkIDUX14ScanningResultO"
|
|
8816
|
+
}
|
|
8817
|
+
]
|
|
8818
|
+
}
|
|
8819
|
+
]
|
|
8820
|
+
}
|
|
8821
|
+
],
|
|
8822
|
+
"declKind": "EnumElement",
|
|
8823
|
+
"usr": "s:9BlinkIDUX14ScanningResultO9completedyACyxq_GxcAEms8SendableRzsAFR_r0_lF",
|
|
8824
|
+
"mangledName": "$s9BlinkIDUX14ScanningResultO9completedyACyxq_GxcAEms8SendableRzsAFR_r0_lF",
|
|
8825
|
+
"moduleName": "BlinkIDUX",
|
|
8826
|
+
"declAttributes": [
|
|
8827
|
+
"RawDocComment"
|
|
8828
|
+
]
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"kind": "Var",
|
|
8832
|
+
"name": "interrupted",
|
|
8833
|
+
"printedName": "interrupted",
|
|
8834
|
+
"children": [
|
|
8835
|
+
{
|
|
8836
|
+
"kind": "TypeFunc",
|
|
8837
|
+
"name": "GenericFunction",
|
|
8838
|
+
"printedName": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Sendable, τ_0_1 : Swift.Sendable> (BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>.Type) -> (τ_0_1) -> BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8839
|
+
"children": [
|
|
8840
|
+
{
|
|
8841
|
+
"kind": "TypeFunc",
|
|
8842
|
+
"name": "Function",
|
|
8843
|
+
"printedName": "(τ_0_1) -> BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8844
|
+
"children": [
|
|
8845
|
+
{
|
|
8846
|
+
"kind": "TypeNominal",
|
|
8351
8847
|
"name": "ScanningResult",
|
|
8352
8848
|
"printedName": "BlinkIDUX.ScanningResult<τ_0_0, τ_0_1>",
|
|
8353
8849
|
"children": [
|
|
@@ -8604,20 +9100,6 @@
|
|
|
8604
9100
|
"RawDocComment"
|
|
8605
9101
|
],
|
|
8606
9102
|
"conformances": [
|
|
8607
|
-
{
|
|
8608
|
-
"kind": "Conformance",
|
|
8609
|
-
"name": "Copyable",
|
|
8610
|
-
"printedName": "Copyable",
|
|
8611
|
-
"usr": "s:s8CopyableP",
|
|
8612
|
-
"mangledName": "$ss8CopyableP"
|
|
8613
|
-
},
|
|
8614
|
-
{
|
|
8615
|
-
"kind": "Conformance",
|
|
8616
|
-
"name": "Escapable",
|
|
8617
|
-
"printedName": "Escapable",
|
|
8618
|
-
"usr": "s:s9EscapableP",
|
|
8619
|
-
"mangledName": "$ss9EscapableP"
|
|
8620
|
-
},
|
|
8621
9103
|
{
|
|
8622
9104
|
"kind": "Conformance",
|
|
8623
9105
|
"name": "ScanningResultProtocol",
|
|
@@ -8639,6 +9121,20 @@
|
|
|
8639
9121
|
"usr": "s:9BlinkIDUX22ScanningResultProtocolP",
|
|
8640
9122
|
"mangledName": "$s9BlinkIDUX22ScanningResultProtocolP"
|
|
8641
9123
|
},
|
|
9124
|
+
{
|
|
9125
|
+
"kind": "Conformance",
|
|
9126
|
+
"name": "Copyable",
|
|
9127
|
+
"printedName": "Copyable",
|
|
9128
|
+
"usr": "s:s8CopyableP",
|
|
9129
|
+
"mangledName": "$ss8CopyableP"
|
|
9130
|
+
},
|
|
9131
|
+
{
|
|
9132
|
+
"kind": "Conformance",
|
|
9133
|
+
"name": "Escapable",
|
|
9134
|
+
"printedName": "Escapable",
|
|
9135
|
+
"usr": "s:s9EscapableP",
|
|
9136
|
+
"mangledName": "$ss9EscapableP"
|
|
9137
|
+
},
|
|
8642
9138
|
{
|
|
8643
9139
|
"kind": "Conformance",
|
|
8644
9140
|
"name": "Sendable",
|
|
@@ -10363,6 +10859,13 @@
|
|
|
10363
10859
|
"RawDocComment"
|
|
10364
10860
|
],
|
|
10365
10861
|
"conformances": [
|
|
10862
|
+
{
|
|
10863
|
+
"kind": "Conformance",
|
|
10864
|
+
"name": "CameraModel",
|
|
10865
|
+
"printedName": "CameraModel",
|
|
10866
|
+
"usr": "s:9BlinkIDUX11CameraModelP",
|
|
10867
|
+
"mangledName": "$s9BlinkIDUX11CameraModelP"
|
|
10868
|
+
},
|
|
10366
10869
|
{
|
|
10367
10870
|
"kind": "Conformance",
|
|
10368
10871
|
"name": "Copyable",
|
|
@@ -10377,13 +10880,6 @@
|
|
|
10377
10880
|
"usr": "s:s9EscapableP",
|
|
10378
10881
|
"mangledName": "$ss9EscapableP"
|
|
10379
10882
|
},
|
|
10380
|
-
{
|
|
10381
|
-
"kind": "Conformance",
|
|
10382
|
-
"name": "CameraModel",
|
|
10383
|
-
"printedName": "CameraModel",
|
|
10384
|
-
"usr": "s:9BlinkIDUX11CameraModelP",
|
|
10385
|
-
"mangledName": "$s9BlinkIDUX11CameraModelP"
|
|
10386
|
-
},
|
|
10387
10883
|
{
|
|
10388
10884
|
"kind": "Conformance",
|
|
10389
10885
|
"name": "Sendable",
|
|
@@ -11645,13 +12141,6 @@
|
|
|
11645
12141
|
"usr": "s:s8CopyableP",
|
|
11646
12142
|
"mangledName": "$ss8CopyableP"
|
|
11647
12143
|
},
|
|
11648
|
-
{
|
|
11649
|
-
"kind": "Conformance",
|
|
11650
|
-
"name": "Escapable",
|
|
11651
|
-
"printedName": "Escapable",
|
|
11652
|
-
"usr": "s:s9EscapableP",
|
|
11653
|
-
"mangledName": "$ss9EscapableP"
|
|
11654
|
-
},
|
|
11655
12144
|
{
|
|
11656
12145
|
"kind": "Conformance",
|
|
11657
12146
|
"name": "Equatable",
|
|
@@ -11659,6 +12148,13 @@
|
|
|
11659
12148
|
"usr": "s:SQ",
|
|
11660
12149
|
"mangledName": "$sSQ"
|
|
11661
12150
|
},
|
|
12151
|
+
{
|
|
12152
|
+
"kind": "Conformance",
|
|
12153
|
+
"name": "Escapable",
|
|
12154
|
+
"printedName": "Escapable",
|
|
12155
|
+
"usr": "s:s9EscapableP",
|
|
12156
|
+
"mangledName": "$ss9EscapableP"
|
|
12157
|
+
},
|
|
11662
12158
|
{
|
|
11663
12159
|
"kind": "Conformance",
|
|
11664
12160
|
"name": "Hashable",
|
|
@@ -11903,13 +12399,6 @@
|
|
|
11903
12399
|
"usr": "s:s8CopyableP",
|
|
11904
12400
|
"mangledName": "$ss8CopyableP"
|
|
11905
12401
|
},
|
|
11906
|
-
{
|
|
11907
|
-
"kind": "Conformance",
|
|
11908
|
-
"name": "Escapable",
|
|
11909
|
-
"printedName": "Escapable",
|
|
11910
|
-
"usr": "s:s9EscapableP",
|
|
11911
|
-
"mangledName": "$ss9EscapableP"
|
|
11912
|
-
},
|
|
11913
12402
|
{
|
|
11914
12403
|
"kind": "Conformance",
|
|
11915
12404
|
"name": "Equatable",
|
|
@@ -11917,6 +12406,13 @@
|
|
|
11917
12406
|
"usr": "s:SQ",
|
|
11918
12407
|
"mangledName": "$sSQ"
|
|
11919
12408
|
},
|
|
12409
|
+
{
|
|
12410
|
+
"kind": "Conformance",
|
|
12411
|
+
"name": "Escapable",
|
|
12412
|
+
"printedName": "Escapable",
|
|
12413
|
+
"usr": "s:s9EscapableP",
|
|
12414
|
+
"mangledName": "$ss9EscapableP"
|
|
12415
|
+
},
|
|
11920
12416
|
{
|
|
11921
12417
|
"kind": "Conformance",
|
|
11922
12418
|
"name": "Hashable",
|
|
@@ -12155,13 +12651,6 @@
|
|
|
12155
12651
|
"usr": "s:s8CopyableP",
|
|
12156
12652
|
"mangledName": "$ss8CopyableP"
|
|
12157
12653
|
},
|
|
12158
|
-
{
|
|
12159
|
-
"kind": "Conformance",
|
|
12160
|
-
"name": "Escapable",
|
|
12161
|
-
"printedName": "Escapable",
|
|
12162
|
-
"usr": "s:s9EscapableP",
|
|
12163
|
-
"mangledName": "$ss9EscapableP"
|
|
12164
|
-
},
|
|
12165
12654
|
{
|
|
12166
12655
|
"kind": "Conformance",
|
|
12167
12656
|
"name": "Equatable",
|
|
@@ -12169,6 +12658,13 @@
|
|
|
12169
12658
|
"usr": "s:SQ",
|
|
12170
12659
|
"mangledName": "$sSQ"
|
|
12171
12660
|
},
|
|
12661
|
+
{
|
|
12662
|
+
"kind": "Conformance",
|
|
12663
|
+
"name": "Escapable",
|
|
12664
|
+
"printedName": "Escapable",
|
|
12665
|
+
"usr": "s:s9EscapableP",
|
|
12666
|
+
"mangledName": "$ss9EscapableP"
|
|
12667
|
+
},
|
|
12172
12668
|
{
|
|
12173
12669
|
"kind": "Conformance",
|
|
12174
12670
|
"name": "Hashable",
|
|
@@ -12579,31 +13075,17 @@
|
|
|
12579
13075
|
},
|
|
12580
13076
|
{
|
|
12581
13077
|
"kind": "Conformance",
|
|
12582
|
-
"name": "
|
|
12583
|
-
"printedName": "
|
|
12584
|
-
"usr": "s:
|
|
12585
|
-
"mangledName": "$
|
|
12586
|
-
},
|
|
12587
|
-
{
|
|
12588
|
-
"kind": "Conformance",
|
|
12589
|
-
"name": "Escapable",
|
|
12590
|
-
"printedName": "Escapable",
|
|
12591
|
-
"usr": "s:s9EscapableP",
|
|
12592
|
-
"mangledName": "$ss9EscapableP"
|
|
12593
|
-
},
|
|
12594
|
-
{
|
|
12595
|
-
"kind": "Conformance",
|
|
12596
|
-
"name": "Equatable",
|
|
12597
|
-
"printedName": "Equatable",
|
|
12598
|
-
"usr": "s:SQ",
|
|
12599
|
-
"mangledName": "$sSQ"
|
|
13078
|
+
"name": "_KeyValueCodingAndObserving",
|
|
13079
|
+
"printedName": "_KeyValueCodingAndObserving",
|
|
13080
|
+
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
13081
|
+
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
12600
13082
|
},
|
|
12601
13083
|
{
|
|
12602
13084
|
"kind": "Conformance",
|
|
12603
|
-
"name": "
|
|
12604
|
-
"printedName": "
|
|
12605
|
-
"usr": "s:
|
|
12606
|
-
"mangledName": "$
|
|
13085
|
+
"name": "_KeyValueCodingAndObservingPublishing",
|
|
13086
|
+
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
13087
|
+
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
13088
|
+
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
12607
13089
|
},
|
|
12608
13090
|
{
|
|
12609
13091
|
"kind": "Conformance",
|
|
@@ -12614,17 +13096,17 @@
|
|
|
12614
13096
|
},
|
|
12615
13097
|
{
|
|
12616
13098
|
"kind": "Conformance",
|
|
12617
|
-
"name": "
|
|
12618
|
-
"printedName": "
|
|
12619
|
-
"usr": "s:
|
|
12620
|
-
"mangledName": "$
|
|
13099
|
+
"name": "Copyable",
|
|
13100
|
+
"printedName": "Copyable",
|
|
13101
|
+
"usr": "s:s8CopyableP",
|
|
13102
|
+
"mangledName": "$ss8CopyableP"
|
|
12621
13103
|
},
|
|
12622
13104
|
{
|
|
12623
13105
|
"kind": "Conformance",
|
|
12624
|
-
"name": "
|
|
12625
|
-
"printedName": "
|
|
12626
|
-
"usr": "s:
|
|
12627
|
-
"mangledName": "$
|
|
13106
|
+
"name": "CustomDebugStringConvertible",
|
|
13107
|
+
"printedName": "CustomDebugStringConvertible",
|
|
13108
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
13109
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
12628
13110
|
},
|
|
12629
13111
|
{
|
|
12630
13112
|
"kind": "Conformance",
|
|
@@ -12635,17 +13117,24 @@
|
|
|
12635
13117
|
},
|
|
12636
13118
|
{
|
|
12637
13119
|
"kind": "Conformance",
|
|
12638
|
-
"name": "
|
|
12639
|
-
"printedName": "
|
|
12640
|
-
"usr": "s:
|
|
12641
|
-
"mangledName": "$
|
|
13120
|
+
"name": "Equatable",
|
|
13121
|
+
"printedName": "Equatable",
|
|
13122
|
+
"usr": "s:SQ",
|
|
13123
|
+
"mangledName": "$sSQ"
|
|
12642
13124
|
},
|
|
12643
13125
|
{
|
|
12644
13126
|
"kind": "Conformance",
|
|
12645
|
-
"name": "
|
|
12646
|
-
"printedName": "
|
|
12647
|
-
"usr": "s:
|
|
12648
|
-
"mangledName": "$
|
|
13127
|
+
"name": "Escapable",
|
|
13128
|
+
"printedName": "Escapable",
|
|
13129
|
+
"usr": "s:s9EscapableP",
|
|
13130
|
+
"mangledName": "$ss9EscapableP"
|
|
13131
|
+
},
|
|
13132
|
+
{
|
|
13133
|
+
"kind": "Conformance",
|
|
13134
|
+
"name": "Hashable",
|
|
13135
|
+
"printedName": "Hashable",
|
|
13136
|
+
"usr": "s:SH",
|
|
13137
|
+
"mangledName": "$sSH"
|
|
12649
13138
|
},
|
|
12650
13139
|
{
|
|
12651
13140
|
"kind": "Conformance",
|
|
@@ -12653,6 +13142,13 @@
|
|
|
12653
13142
|
"printedName": "__DefaultCustomPlaygroundQuickLookable",
|
|
12654
13143
|
"usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
|
|
12655
13144
|
"mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
|
|
13145
|
+
},
|
|
13146
|
+
{
|
|
13147
|
+
"kind": "Conformance",
|
|
13148
|
+
"name": "UITraitChangeObservable",
|
|
13149
|
+
"printedName": "UITraitChangeObservable",
|
|
13150
|
+
"usr": "s:5UIKit23UITraitChangeObservableP",
|
|
13151
|
+
"mangledName": "$s5UIKit23UITraitChangeObservableP"
|
|
12656
13152
|
}
|
|
12657
13153
|
]
|
|
12658
13154
|
}
|
|
@@ -13389,20 +13885,6 @@
|
|
|
13389
13885
|
"RawDocComment"
|
|
13390
13886
|
],
|
|
13391
13887
|
"conformances": [
|
|
13392
|
-
{
|
|
13393
|
-
"kind": "Conformance",
|
|
13394
|
-
"name": "Copyable",
|
|
13395
|
-
"printedName": "Copyable",
|
|
13396
|
-
"usr": "s:s8CopyableP",
|
|
13397
|
-
"mangledName": "$ss8CopyableP"
|
|
13398
|
-
},
|
|
13399
|
-
{
|
|
13400
|
-
"kind": "Conformance",
|
|
13401
|
-
"name": "Escapable",
|
|
13402
|
-
"printedName": "Escapable",
|
|
13403
|
-
"usr": "s:s9EscapableP",
|
|
13404
|
-
"mangledName": "$ss9EscapableP"
|
|
13405
|
-
},
|
|
13406
13888
|
{
|
|
13407
13889
|
"kind": "Conformance",
|
|
13408
13890
|
"name": "ObservableObject",
|
|
@@ -13425,6 +13907,20 @@
|
|
|
13425
13907
|
"usr": "s:7Combine16ObservableObjectP",
|
|
13426
13908
|
"mangledName": "$s7Combine16ObservableObjectP"
|
|
13427
13909
|
},
|
|
13910
|
+
{
|
|
13911
|
+
"kind": "Conformance",
|
|
13912
|
+
"name": "Copyable",
|
|
13913
|
+
"printedName": "Copyable",
|
|
13914
|
+
"usr": "s:s8CopyableP",
|
|
13915
|
+
"mangledName": "$ss8CopyableP"
|
|
13916
|
+
},
|
|
13917
|
+
{
|
|
13918
|
+
"kind": "Conformance",
|
|
13919
|
+
"name": "Escapable",
|
|
13920
|
+
"printedName": "Escapable",
|
|
13921
|
+
"usr": "s:s9EscapableP",
|
|
13922
|
+
"mangledName": "$ss9EscapableP"
|
|
13923
|
+
},
|
|
13428
13924
|
{
|
|
13429
13925
|
"kind": "Conformance",
|
|
13430
13926
|
"name": "Sendable",
|
|
@@ -13857,7 +14353,7 @@
|
|
|
13857
14353
|
{
|
|
13858
14354
|
"kind": "Constructor",
|
|
13859
14355
|
"name": "init",
|
|
13860
|
-
"printedName": "init(showIntroductionAlert:showHelpButton:preferredCameraPosition:allowHapticFeedback:)",
|
|
14356
|
+
"printedName": "init(showIntroductionAlert:showHelpButton:preferredCameraPosition:allowHapticFeedback:allowScanSound:)",
|
|
13861
14357
|
"children": [
|
|
13862
14358
|
{
|
|
13863
14359
|
"kind": "TypeNominal",
|
|
@@ -13886,6 +14382,13 @@
|
|
|
13886
14382
|
"hasDefaultArg": true,
|
|
13887
14383
|
"usr": "s:9BlinkIDUX6CameraC0C8PositionO"
|
|
13888
14384
|
},
|
|
14385
|
+
{
|
|
14386
|
+
"kind": "TypeNominal",
|
|
14387
|
+
"name": "Bool",
|
|
14388
|
+
"printedName": "Swift.Bool",
|
|
14389
|
+
"hasDefaultArg": true,
|
|
14390
|
+
"usr": "s:Sb"
|
|
14391
|
+
},
|
|
13889
14392
|
{
|
|
13890
14393
|
"kind": "TypeNominal",
|
|
13891
14394
|
"name": "Bool",
|
|
@@ -13895,8 +14398,8 @@
|
|
|
13895
14398
|
}
|
|
13896
14399
|
],
|
|
13897
14400
|
"declKind": "Constructor",
|
|
13898
|
-
"usr": "s:
|
|
13899
|
-
"mangledName": "$
|
|
14401
|
+
"usr": "s:9BlinkIDUX18ScanningUXSettingsV21showIntroductionAlert0E10HelpButton23preferredCameraPosition19allowHapticFeedback0M9ScanSoundACSb_SbAA0K0C0kL0OS2btcfc",
|
|
14402
|
+
"mangledName": "$s9BlinkIDUX18ScanningUXSettingsV21showIntroductionAlert0E10HelpButton23preferredCameraPosition19allowHapticFeedback0M9ScanSoundACSb_SbAA0K0C0kL0OS2btcfc",
|
|
13900
14403
|
"moduleName": "BlinkIDUX",
|
|
13901
14404
|
"declAttributes": [
|
|
13902
14405
|
"AccessControl"
|
|
@@ -13938,6 +14441,13 @@
|
|
|
13938
14441
|
"RawDocComment"
|
|
13939
14442
|
]
|
|
13940
14443
|
},
|
|
14444
|
+
{
|
|
14445
|
+
"kind": "Import",
|
|
14446
|
+
"name": "AudioToolbox",
|
|
14447
|
+
"printedName": "AudioToolbox",
|
|
14448
|
+
"declKind": "Import",
|
|
14449
|
+
"moduleName": "BlinkIDUX"
|
|
14450
|
+
},
|
|
13941
14451
|
{
|
|
13942
14452
|
"kind": "Import",
|
|
13943
14453
|
"name": "Foundation",
|
|
@@ -15770,20 +16280,6 @@
|
|
|
15770
16280
|
"RawDocComment"
|
|
15771
16281
|
],
|
|
15772
16282
|
"conformances": [
|
|
15773
|
-
{
|
|
15774
|
-
"kind": "Conformance",
|
|
15775
|
-
"name": "Copyable",
|
|
15776
|
-
"printedName": "Copyable",
|
|
15777
|
-
"usr": "s:s8CopyableP",
|
|
15778
|
-
"mangledName": "$ss8CopyableP"
|
|
15779
|
-
},
|
|
15780
|
-
{
|
|
15781
|
-
"kind": "Conformance",
|
|
15782
|
-
"name": "Escapable",
|
|
15783
|
-
"printedName": "Escapable",
|
|
15784
|
-
"usr": "s:s9EscapableP",
|
|
15785
|
-
"mangledName": "$ss9EscapableP"
|
|
15786
|
-
},
|
|
15787
16283
|
{
|
|
15788
16284
|
"kind": "Conformance",
|
|
15789
16285
|
"name": "ObservableObject",
|
|
@@ -15806,6 +16302,20 @@
|
|
|
15806
16302
|
"usr": "s:7Combine16ObservableObjectP",
|
|
15807
16303
|
"mangledName": "$s7Combine16ObservableObjectP"
|
|
15808
16304
|
},
|
|
16305
|
+
{
|
|
16306
|
+
"kind": "Conformance",
|
|
16307
|
+
"name": "Copyable",
|
|
16308
|
+
"printedName": "Copyable",
|
|
16309
|
+
"usr": "s:s8CopyableP",
|
|
16310
|
+
"mangledName": "$ss8CopyableP"
|
|
16311
|
+
},
|
|
16312
|
+
{
|
|
16313
|
+
"kind": "Conformance",
|
|
16314
|
+
"name": "Escapable",
|
|
16315
|
+
"printedName": "Escapable",
|
|
16316
|
+
"usr": "s:s9EscapableP",
|
|
16317
|
+
"mangledName": "$ss9EscapableP"
|
|
16318
|
+
},
|
|
15809
16319
|
{
|
|
15810
16320
|
"kind": "Conformance",
|
|
15811
16321
|
"name": "Sendable",
|
|
@@ -17145,13 +17655,6 @@
|
|
|
17145
17655
|
"usr": "s:s8CopyableP",
|
|
17146
17656
|
"mangledName": "$ss8CopyableP"
|
|
17147
17657
|
},
|
|
17148
|
-
{
|
|
17149
|
-
"kind": "Conformance",
|
|
17150
|
-
"name": "Escapable",
|
|
17151
|
-
"printedName": "Escapable",
|
|
17152
|
-
"usr": "s:s9EscapableP",
|
|
17153
|
-
"mangledName": "$ss9EscapableP"
|
|
17154
|
-
},
|
|
17155
17658
|
{
|
|
17156
17659
|
"kind": "Conformance",
|
|
17157
17660
|
"name": "Equatable",
|
|
@@ -17159,6 +17662,13 @@
|
|
|
17159
17662
|
"usr": "s:SQ",
|
|
17160
17663
|
"mangledName": "$sSQ"
|
|
17161
17664
|
},
|
|
17665
|
+
{
|
|
17666
|
+
"kind": "Conformance",
|
|
17667
|
+
"name": "Escapable",
|
|
17668
|
+
"printedName": "Escapable",
|
|
17669
|
+
"usr": "s:s9EscapableP",
|
|
17670
|
+
"mangledName": "$ss9EscapableP"
|
|
17671
|
+
},
|
|
17162
17672
|
{
|
|
17163
17673
|
"kind": "Conformance",
|
|
17164
17674
|
"name": "Hashable",
|
|
@@ -17736,13 +18246,6 @@
|
|
|
17736
18246
|
"usr": "s:s8CopyableP",
|
|
17737
18247
|
"mangledName": "$ss8CopyableP"
|
|
17738
18248
|
},
|
|
17739
|
-
{
|
|
17740
|
-
"kind": "Conformance",
|
|
17741
|
-
"name": "Escapable",
|
|
17742
|
-
"printedName": "Escapable",
|
|
17743
|
-
"usr": "s:s9EscapableP",
|
|
17744
|
-
"mangledName": "$ss9EscapableP"
|
|
17745
|
-
},
|
|
17746
18249
|
{
|
|
17747
18250
|
"kind": "Conformance",
|
|
17748
18251
|
"name": "Equatable",
|
|
@@ -17750,6 +18253,13 @@
|
|
|
17750
18253
|
"usr": "s:SQ",
|
|
17751
18254
|
"mangledName": "$sSQ"
|
|
17752
18255
|
},
|
|
18256
|
+
{
|
|
18257
|
+
"kind": "Conformance",
|
|
18258
|
+
"name": "Escapable",
|
|
18259
|
+
"printedName": "Escapable",
|
|
18260
|
+
"usr": "s:s9EscapableP",
|
|
18261
|
+
"mangledName": "$ss9EscapableP"
|
|
18262
|
+
},
|
|
17753
18263
|
{
|
|
17754
18264
|
"kind": "Conformance",
|
|
17755
18265
|
"name": "Hashable",
|
|
@@ -18997,30 +19507,9 @@
|
|
|
18997
19507
|
"usr": "s:7BlinkID16DocumentRotationO",
|
|
18998
19508
|
"mangledName": "$s7BlinkID16DocumentRotationO",
|
|
18999
19509
|
"moduleName": "BlinkID",
|
|
19000
|
-
"enumRawTypeName": "Int",
|
|
19001
|
-
"isExternal": true,
|
|
19002
|
-
"conformances": [
|
|
19003
|
-
{
|
|
19004
|
-
"kind": "Conformance",
|
|
19005
|
-
"name": "Decodable",
|
|
19006
|
-
"printedName": "Decodable",
|
|
19007
|
-
"usr": "s:Se",
|
|
19008
|
-
"mangledName": "$sSe"
|
|
19009
|
-
},
|
|
19010
|
-
{
|
|
19011
|
-
"kind": "Conformance",
|
|
19012
|
-
"name": "Sendable",
|
|
19013
|
-
"printedName": "Sendable",
|
|
19014
|
-
"usr": "s:s8SendableP",
|
|
19015
|
-
"mangledName": "$ss8SendableP"
|
|
19016
|
-
},
|
|
19017
|
-
{
|
|
19018
|
-
"kind": "Conformance",
|
|
19019
|
-
"name": "SendableMetatype",
|
|
19020
|
-
"printedName": "SendableMetatype",
|
|
19021
|
-
"usr": "s:s16SendableMetatypeP",
|
|
19022
|
-
"mangledName": "$ss16SendableMetatypeP"
|
|
19023
|
-
},
|
|
19510
|
+
"enumRawTypeName": "Int",
|
|
19511
|
+
"isExternal": true,
|
|
19512
|
+
"conformances": [
|
|
19024
19513
|
{
|
|
19025
19514
|
"kind": "Conformance",
|
|
19026
19515
|
"name": "Copyable",
|
|
@@ -19030,10 +19519,10 @@
|
|
|
19030
19519
|
},
|
|
19031
19520
|
{
|
|
19032
19521
|
"kind": "Conformance",
|
|
19033
|
-
"name": "
|
|
19034
|
-
"printedName": "
|
|
19035
|
-
"usr": "s:
|
|
19036
|
-
"mangledName": "$
|
|
19522
|
+
"name": "Decodable",
|
|
19523
|
+
"printedName": "Decodable",
|
|
19524
|
+
"usr": "s:Se",
|
|
19525
|
+
"mangledName": "$sSe"
|
|
19037
19526
|
},
|
|
19038
19527
|
{
|
|
19039
19528
|
"kind": "Conformance",
|
|
@@ -19042,6 +19531,13 @@
|
|
|
19042
19531
|
"usr": "s:SQ",
|
|
19043
19532
|
"mangledName": "$sSQ"
|
|
19044
19533
|
},
|
|
19534
|
+
{
|
|
19535
|
+
"kind": "Conformance",
|
|
19536
|
+
"name": "Escapable",
|
|
19537
|
+
"printedName": "Escapable",
|
|
19538
|
+
"usr": "s:s9EscapableP",
|
|
19539
|
+
"mangledName": "$ss9EscapableP"
|
|
19540
|
+
},
|
|
19045
19541
|
{
|
|
19046
19542
|
"kind": "Conformance",
|
|
19047
19543
|
"name": "Hashable",
|
|
@@ -19070,6 +19566,20 @@
|
|
|
19070
19566
|
],
|
|
19071
19567
|
"usr": "s:SY",
|
|
19072
19568
|
"mangledName": "$sSY"
|
|
19569
|
+
},
|
|
19570
|
+
{
|
|
19571
|
+
"kind": "Conformance",
|
|
19572
|
+
"name": "Sendable",
|
|
19573
|
+
"printedName": "Sendable",
|
|
19574
|
+
"usr": "s:s8SendableP",
|
|
19575
|
+
"mangledName": "$ss8SendableP"
|
|
19576
|
+
},
|
|
19577
|
+
{
|
|
19578
|
+
"kind": "Conformance",
|
|
19579
|
+
"name": "SendableMetatype",
|
|
19580
|
+
"printedName": "SendableMetatype",
|
|
19581
|
+
"usr": "s:s16SendableMetatypeP",
|
|
19582
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
19073
19583
|
}
|
|
19074
19584
|
]
|
|
19075
19585
|
},
|
|
@@ -19405,10 +19915,39 @@
|
|
|
19405
19915
|
"conformances": [
|
|
19406
19916
|
{
|
|
19407
19917
|
"kind": "Conformance",
|
|
19408
|
-
"name": "
|
|
19409
|
-
"printedName": "
|
|
19410
|
-
"
|
|
19411
|
-
|
|
19918
|
+
"name": "Transferable",
|
|
19919
|
+
"printedName": "Transferable",
|
|
19920
|
+
"children": [
|
|
19921
|
+
{
|
|
19922
|
+
"kind": "TypeWitness",
|
|
19923
|
+
"name": "Representation",
|
|
19924
|
+
"printedName": "Representation",
|
|
19925
|
+
"children": [
|
|
19926
|
+
{
|
|
19927
|
+
"kind": "TypeNominal",
|
|
19928
|
+
"name": "OpaqueTypeArchetype",
|
|
19929
|
+
"printedName": "some CoreTransferable.TransferRepresentation",
|
|
19930
|
+
"children": [
|
|
19931
|
+
{
|
|
19932
|
+
"kind": "TypeNominal",
|
|
19933
|
+
"name": "TransferRepresentation",
|
|
19934
|
+
"printedName": "CoreTransferable.TransferRepresentation",
|
|
19935
|
+
"usr": "s:16CoreTransferable22TransferRepresentationP"
|
|
19936
|
+
}
|
|
19937
|
+
]
|
|
19938
|
+
}
|
|
19939
|
+
]
|
|
19940
|
+
}
|
|
19941
|
+
],
|
|
19942
|
+
"usr": "s:16CoreTransferable0B0P",
|
|
19943
|
+
"mangledName": "$s16CoreTransferable0B0P"
|
|
19944
|
+
},
|
|
19945
|
+
{
|
|
19946
|
+
"kind": "Conformance",
|
|
19947
|
+
"name": "Copyable",
|
|
19948
|
+
"printedName": "Copyable",
|
|
19949
|
+
"usr": "s:s8CopyableP",
|
|
19950
|
+
"mangledName": "$ss8CopyableP"
|
|
19412
19951
|
},
|
|
19413
19952
|
{
|
|
19414
19953
|
"kind": "Conformance",
|
|
@@ -19417,13 +19956,6 @@
|
|
|
19417
19956
|
"usr": "s:s23CustomStringConvertibleP",
|
|
19418
19957
|
"mangledName": "$ss23CustomStringConvertibleP"
|
|
19419
19958
|
},
|
|
19420
|
-
{
|
|
19421
|
-
"kind": "Conformance",
|
|
19422
|
-
"name": "Sendable",
|
|
19423
|
-
"printedName": "Sendable",
|
|
19424
|
-
"usr": "s:s8SendableP",
|
|
19425
|
-
"mangledName": "$ss8SendableP"
|
|
19426
|
-
},
|
|
19427
19959
|
{
|
|
19428
19960
|
"kind": "Conformance",
|
|
19429
19961
|
"name": "Equatable",
|
|
@@ -19433,24 +19965,31 @@
|
|
|
19433
19965
|
},
|
|
19434
19966
|
{
|
|
19435
19967
|
"kind": "Conformance",
|
|
19436
|
-
"name": "
|
|
19437
|
-
"printedName": "
|
|
19438
|
-
"usr": "s:
|
|
19439
|
-
"mangledName": "$
|
|
19968
|
+
"name": "Escapable",
|
|
19969
|
+
"printedName": "Escapable",
|
|
19970
|
+
"usr": "s:s9EscapableP",
|
|
19971
|
+
"mangledName": "$ss9EscapableP"
|
|
19440
19972
|
},
|
|
19441
19973
|
{
|
|
19442
19974
|
"kind": "Conformance",
|
|
19443
|
-
"name": "
|
|
19444
|
-
"printedName": "
|
|
19445
|
-
"usr": "s:
|
|
19446
|
-
"mangledName": "$
|
|
19975
|
+
"name": "Hashable",
|
|
19976
|
+
"printedName": "Hashable",
|
|
19977
|
+
"usr": "s:SH",
|
|
19978
|
+
"mangledName": "$sSH"
|
|
19447
19979
|
},
|
|
19448
19980
|
{
|
|
19449
19981
|
"kind": "Conformance",
|
|
19450
|
-
"name": "
|
|
19451
|
-
"printedName": "
|
|
19452
|
-
"usr": "s:
|
|
19453
|
-
"mangledName": "$
|
|
19982
|
+
"name": "Sendable",
|
|
19983
|
+
"printedName": "Sendable",
|
|
19984
|
+
"usr": "s:s8SendableP",
|
|
19985
|
+
"mangledName": "$ss8SendableP"
|
|
19986
|
+
},
|
|
19987
|
+
{
|
|
19988
|
+
"kind": "Conformance",
|
|
19989
|
+
"name": "SendableMetatype",
|
|
19990
|
+
"printedName": "SendableMetatype",
|
|
19991
|
+
"usr": "s:s16SendableMetatypeP",
|
|
19992
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
19454
19993
|
},
|
|
19455
19994
|
{
|
|
19456
19995
|
"kind": "Conformance",
|
|
@@ -19495,35 +20034,6 @@
|
|
|
19495
20034
|
],
|
|
19496
20035
|
"usr": "s:7SwiftUI4ViewP",
|
|
19497
20036
|
"mangledName": "$s7SwiftUI4ViewP"
|
|
19498
|
-
},
|
|
19499
|
-
{
|
|
19500
|
-
"kind": "Conformance",
|
|
19501
|
-
"name": "Transferable",
|
|
19502
|
-
"printedName": "Transferable",
|
|
19503
|
-
"children": [
|
|
19504
|
-
{
|
|
19505
|
-
"kind": "TypeWitness",
|
|
19506
|
-
"name": "Representation",
|
|
19507
|
-
"printedName": "Representation",
|
|
19508
|
-
"children": [
|
|
19509
|
-
{
|
|
19510
|
-
"kind": "TypeNominal",
|
|
19511
|
-
"name": "OpaqueTypeArchetype",
|
|
19512
|
-
"printedName": "some CoreTransferable.TransferRepresentation",
|
|
19513
|
-
"children": [
|
|
19514
|
-
{
|
|
19515
|
-
"kind": "TypeNominal",
|
|
19516
|
-
"name": "TransferRepresentation",
|
|
19517
|
-
"printedName": "CoreTransferable.TransferRepresentation",
|
|
19518
|
-
"usr": "s:16CoreTransferable22TransferRepresentationP"
|
|
19519
|
-
}
|
|
19520
|
-
]
|
|
19521
|
-
}
|
|
19522
|
-
]
|
|
19523
|
-
}
|
|
19524
|
-
],
|
|
19525
|
-
"usr": "s:16CoreTransferable0B0P",
|
|
19526
|
-
"mangledName": "$s16CoreTransferable0B0P"
|
|
19527
20037
|
}
|
|
19528
20038
|
]
|
|
19529
20039
|
},
|
|
@@ -19585,31 +20095,38 @@
|
|
|
19585
20095
|
"conformances": [
|
|
19586
20096
|
{
|
|
19587
20097
|
"kind": "Conformance",
|
|
19588
|
-
"name": "
|
|
19589
|
-
"printedName": "
|
|
19590
|
-
"usr": "s:
|
|
19591
|
-
"mangledName": "$
|
|
20098
|
+
"name": "Copyable",
|
|
20099
|
+
"printedName": "Copyable",
|
|
20100
|
+
"usr": "s:s8CopyableP",
|
|
20101
|
+
"mangledName": "$ss8CopyableP"
|
|
19592
20102
|
},
|
|
19593
20103
|
{
|
|
19594
20104
|
"kind": "Conformance",
|
|
19595
|
-
"name": "
|
|
19596
|
-
"printedName": "
|
|
19597
|
-
"usr": "s:
|
|
19598
|
-
"mangledName": "$
|
|
20105
|
+
"name": "CustomDebugStringConvertible",
|
|
20106
|
+
"printedName": "CustomDebugStringConvertible",
|
|
20107
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
20108
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
19599
20109
|
},
|
|
19600
20110
|
{
|
|
19601
20111
|
"kind": "Conformance",
|
|
19602
|
-
"name": "
|
|
19603
|
-
"printedName": "
|
|
19604
|
-
"usr": "s:
|
|
19605
|
-
"mangledName": "$
|
|
20112
|
+
"name": "CustomReflectable",
|
|
20113
|
+
"printedName": "CustomReflectable",
|
|
20114
|
+
"usr": "s:s17CustomReflectableP",
|
|
20115
|
+
"mangledName": "$ss17CustomReflectableP"
|
|
19606
20116
|
},
|
|
19607
20117
|
{
|
|
19608
20118
|
"kind": "Conformance",
|
|
19609
|
-
"name": "
|
|
19610
|
-
"printedName": "
|
|
19611
|
-
"usr": "s:
|
|
19612
|
-
"mangledName": "$
|
|
20119
|
+
"name": "CustomStringConvertible",
|
|
20120
|
+
"printedName": "CustomStringConvertible",
|
|
20121
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
20122
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
20123
|
+
},
|
|
20124
|
+
{
|
|
20125
|
+
"kind": "Conformance",
|
|
20126
|
+
"name": "Equatable",
|
|
20127
|
+
"printedName": "Equatable",
|
|
20128
|
+
"usr": "s:SQ",
|
|
20129
|
+
"mangledName": "$sSQ"
|
|
19613
20130
|
},
|
|
19614
20131
|
{
|
|
19615
20132
|
"kind": "Conformance",
|
|
@@ -19627,24 +20144,17 @@
|
|
|
19627
20144
|
},
|
|
19628
20145
|
{
|
|
19629
20146
|
"kind": "Conformance",
|
|
19630
|
-
"name": "
|
|
19631
|
-
"printedName": "
|
|
19632
|
-
"usr": "s:
|
|
19633
|
-
"mangledName": "$
|
|
19634
|
-
},
|
|
19635
|
-
{
|
|
19636
|
-
"kind": "Conformance",
|
|
19637
|
-
"name": "CustomDebugStringConvertible",
|
|
19638
|
-
"printedName": "CustomDebugStringConvertible",
|
|
19639
|
-
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
19640
|
-
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
20147
|
+
"name": "Sendable",
|
|
20148
|
+
"printedName": "Sendable",
|
|
20149
|
+
"usr": "s:s8SendableP",
|
|
20150
|
+
"mangledName": "$ss8SendableP"
|
|
19641
20151
|
},
|
|
19642
20152
|
{
|
|
19643
20153
|
"kind": "Conformance",
|
|
19644
|
-
"name": "
|
|
19645
|
-
"printedName": "
|
|
19646
|
-
"usr": "s:
|
|
19647
|
-
"mangledName": "$
|
|
20154
|
+
"name": "SendableMetatype",
|
|
20155
|
+
"printedName": "SendableMetatype",
|
|
20156
|
+
"usr": "s:s16SendableMetatypeP",
|
|
20157
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
19648
20158
|
}
|
|
19649
20159
|
]
|
|
19650
20160
|
}
|
|
@@ -19653,1045 +20163,1129 @@
|
|
|
19653
20163
|
},
|
|
19654
20164
|
"ConstValues": [
|
|
19655
20165
|
{
|
|
19656
|
-
"filePath": "\/Users\/
|
|
20166
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/resource_bundle_accessor.swift",
|
|
19657
20167
|
"kind": "StringLiteral",
|
|
19658
|
-
"offset":
|
|
20168
|
+
"offset": 307,
|
|
19659
20169
|
"length": 21,
|
|
19660
20170
|
"value": "\"BlinkIDUX_BlinkIDUX\""
|
|
19661
20171
|
},
|
|
19662
20172
|
{
|
|
19663
|
-
"filePath": "\/Users\/
|
|
20173
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/resource_bundle_accessor.swift",
|
|
19664
20174
|
"kind": "Array",
|
|
19665
|
-
"offset":
|
|
20175
|
+
"offset": 975,
|
|
19666
20176
|
"length": 2,
|
|
19667
20177
|
"value": "[]"
|
|
19668
20178
|
},
|
|
19669
20179
|
{
|
|
19670
|
-
"filePath": "\/Users\/
|
|
20180
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/resource_bundle_accessor.swift",
|
|
19671
20181
|
"kind": "StringLiteral",
|
|
19672
|
-
"offset":
|
|
20182
|
+
"offset": 1502,
|
|
19673
20183
|
"length": 9,
|
|
19674
20184
|
"value": "\".bundle\""
|
|
19675
20185
|
},
|
|
19676
20186
|
{
|
|
19677
|
-
"filePath": "\/Users\/
|
|
20187
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/resource_bundle_accessor.swift",
|
|
19678
20188
|
"kind": "StringLiteral",
|
|
19679
|
-
"offset":
|
|
20189
|
+
"offset": 1654,
|
|
19680
20190
|
"length": 49,
|
|
19681
20191
|
"value": "\"unable to find bundle named BlinkIDUX_BlinkIDUX\""
|
|
19682
20192
|
},
|
|
19683
20193
|
{
|
|
19684
|
-
"filePath": "\/Users\/
|
|
20194
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/Analyzer\/BlinkIDAnalyzer.swift",
|
|
19685
20195
|
"kind": "BooleanLiteral",
|
|
19686
|
-
"offset":
|
|
20196
|
+
"offset": 2724,
|
|
19687
20197
|
"length": 5,
|
|
19688
20198
|
"value": "false"
|
|
19689
20199
|
},
|
|
19690
20200
|
{
|
|
19691
|
-
"filePath": "\/Users\/
|
|
20201
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/Analyzer\/BlinkIDAnalyzer.swift",
|
|
19692
20202
|
"kind": "BooleanLiteral",
|
|
19693
|
-
"offset":
|
|
20203
|
+
"offset": 2755,
|
|
19694
20204
|
"length": 5,
|
|
19695
20205
|
"value": "false"
|
|
19696
20206
|
},
|
|
19697
20207
|
{
|
|
19698
|
-
"filePath": "\/Users\/
|
|
20208
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/Analyzer\/BlinkIDAnalyzer.swift",
|
|
19699
20209
|
"kind": "Array",
|
|
19700
|
-
"offset":
|
|
20210
|
+
"offset": 3363,
|
|
19701
20211
|
"length": 2,
|
|
19702
20212
|
"value": "[]"
|
|
19703
20213
|
},
|
|
19704
20214
|
{
|
|
19705
|
-
"filePath": "\/Users\/
|
|
20215
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDScanningAlertType.swift",
|
|
19706
20216
|
"kind": "IntegerLiteral",
|
|
19707
|
-
"offset":
|
|
20217
|
+
"offset": 520,
|
|
19708
20218
|
"length": 15,
|
|
19709
20219
|
"value": "1"
|
|
19710
20220
|
},
|
|
19711
20221
|
{
|
|
19712
|
-
"filePath": "\/Users\/
|
|
20222
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDScanningAlertType.swift",
|
|
19713
20223
|
"kind": "IntegerLiteral",
|
|
19714
|
-
"offset":
|
|
20224
|
+
"offset": 612,
|
|
19715
20225
|
"length": 19,
|
|
19716
20226
|
"value": "2"
|
|
19717
20227
|
},
|
|
19718
20228
|
{
|
|
19719
|
-
"filePath": "\/Users\/
|
|
20229
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDScanningAlertType.swift",
|
|
20230
|
+
"kind": "IntegerLiteral",
|
|
20231
|
+
"offset": 641,
|
|
20232
|
+
"length": 17,
|
|
20233
|
+
"value": "3"
|
|
20234
|
+
},
|
|
20235
|
+
{
|
|
20236
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDScanningAlertType.swift",
|
|
20237
|
+
"kind": "IntegerLiteral",
|
|
20238
|
+
"offset": 668,
|
|
20239
|
+
"length": 25,
|
|
20240
|
+
"value": "4"
|
|
20241
|
+
},
|
|
20242
|
+
{
|
|
20243
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDUXTranslator.swift",
|
|
19720
20244
|
"kind": "BooleanLiteral",
|
|
19721
|
-
"offset":
|
|
20245
|
+
"offset": 288,
|
|
19722
20246
|
"length": 5,
|
|
19723
20247
|
"value": "false"
|
|
19724
20248
|
},
|
|
19725
20249
|
{
|
|
19726
|
-
"filePath": "\/Users\/
|
|
20250
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDUXTranslator.swift",
|
|
19727
20251
|
"kind": "BooleanLiteral",
|
|
19728
|
-
"offset":
|
|
20252
|
+
"offset": 336,
|
|
19729
20253
|
"length": 5,
|
|
19730
20254
|
"value": "false"
|
|
19731
20255
|
},
|
|
19732
20256
|
{
|
|
19733
|
-
"filePath": "\/Users\/
|
|
20257
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDUXTranslator.swift",
|
|
19734
20258
|
"kind": "BooleanLiteral",
|
|
19735
|
-
"offset":
|
|
20259
|
+
"offset": 385,
|
|
19736
20260
|
"length": 5,
|
|
19737
20261
|
"value": "false"
|
|
19738
20262
|
},
|
|
19739
20263
|
{
|
|
19740
|
-
"filePath": "\/Users\/
|
|
20264
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDUXTranslator.swift",
|
|
19741
20265
|
"kind": "BooleanLiteral",
|
|
19742
|
-
"offset":
|
|
20266
|
+
"offset": 433,
|
|
19743
20267
|
"length": 5,
|
|
19744
20268
|
"value": "false"
|
|
19745
20269
|
},
|
|
19746
20270
|
{
|
|
19747
|
-
"filePath": "\/Users\/
|
|
20271
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/BlinkIDUXTranslator.swift",
|
|
19748
20272
|
"kind": "BooleanLiteral",
|
|
19749
|
-
"offset":
|
|
20273
|
+
"offset": 477,
|
|
19750
20274
|
"length": 5,
|
|
19751
20275
|
"value": "false"
|
|
19752
20276
|
},
|
|
19753
20277
|
{
|
|
19754
|
-
"filePath": "\/Users\/
|
|
20278
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
19755
20279
|
"kind": "IntegerLiteral",
|
|
19756
20280
|
"offset": 308,
|
|
19757
20281
|
"length": 10,
|
|
19758
20282
|
"value": "1"
|
|
19759
20283
|
},
|
|
19760
20284
|
{
|
|
19761
|
-
"filePath": "\/Users\/
|
|
20285
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
19762
20286
|
"kind": "IntegerLiteral",
|
|
19763
20287
|
"offset": 320,
|
|
19764
20288
|
"length": 9,
|
|
19765
20289
|
"value": "2"
|
|
19766
20290
|
},
|
|
19767
20291
|
{
|
|
19768
|
-
"filePath": "\/Users\/
|
|
20292
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
19769
20293
|
"kind": "IntegerLiteral",
|
|
19770
20294
|
"offset": 1277,
|
|
19771
20295
|
"length": 10,
|
|
19772
20296
|
"value": "1"
|
|
19773
20297
|
},
|
|
19774
20298
|
{
|
|
19775
|
-
"filePath": "\/Users\/
|
|
20299
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
19776
20300
|
"kind": "IntegerLiteral",
|
|
19777
20301
|
"offset": 1289,
|
|
19778
20302
|
"length": 9,
|
|
19779
20303
|
"value": "2"
|
|
19780
20304
|
},
|
|
19781
20305
|
{
|
|
19782
|
-
"filePath": "\/Users\/
|
|
20306
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
19783
20307
|
"kind": "IntegerLiteral",
|
|
19784
20308
|
"offset": 2304,
|
|
19785
20309
|
"length": 10,
|
|
19786
20310
|
"value": "1"
|
|
19787
20311
|
},
|
|
19788
20312
|
{
|
|
19789
|
-
"filePath": "\/Users\/
|
|
20313
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
19790
20314
|
"kind": "IntegerLiteral",
|
|
19791
20315
|
"offset": 2316,
|
|
19792
20316
|
"length": 9,
|
|
19793
20317
|
"value": "2"
|
|
19794
20318
|
},
|
|
19795
20319
|
{
|
|
19796
|
-
"filePath": "\/Users\/
|
|
20320
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
20321
|
+
"kind": "IntegerLiteral",
|
|
20322
|
+
"offset": 3295,
|
|
20323
|
+
"length": 10,
|
|
20324
|
+
"value": "1"
|
|
20325
|
+
},
|
|
20326
|
+
{
|
|
20327
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/OnboardingStep.swift",
|
|
20328
|
+
"kind": "IntegerLiteral",
|
|
20329
|
+
"offset": 3307,
|
|
20330
|
+
"length": 9,
|
|
20331
|
+
"value": "2"
|
|
20332
|
+
},
|
|
20333
|
+
{
|
|
20334
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19797
20335
|
"kind": "BooleanLiteral",
|
|
19798
20336
|
"offset": 233,
|
|
19799
20337
|
"length": 5,
|
|
19800
20338
|
"value": "false"
|
|
19801
20339
|
},
|
|
19802
20340
|
{
|
|
19803
|
-
"filePath": "\/Users\/
|
|
20341
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19804
20342
|
"kind": "BooleanLiteral",
|
|
19805
20343
|
"offset": 267,
|
|
19806
20344
|
"length": 5,
|
|
19807
20345
|
"value": "false"
|
|
19808
20346
|
},
|
|
19809
20347
|
{
|
|
19810
|
-
"filePath": "\/Users\/
|
|
20348
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19811
20349
|
"kind": "IntegerLiteral",
|
|
19812
20350
|
"offset": 516,
|
|
19813
20351
|
"length": 1,
|
|
19814
20352
|
"value": "0"
|
|
19815
20353
|
},
|
|
19816
20354
|
{
|
|
19817
|
-
"filePath": "\/Users\/
|
|
20355
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19818
20356
|
"kind": "IntegerLiteral",
|
|
19819
20357
|
"offset": 603,
|
|
19820
20358
|
"length": 1,
|
|
19821
20359
|
"value": "0"
|
|
19822
20360
|
},
|
|
19823
20361
|
{
|
|
19824
|
-
"filePath": "\/Users\/
|
|
20362
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19825
20363
|
"kind": "FloatLiteral",
|
|
19826
20364
|
"offset": 635,
|
|
19827
20365
|
"length": 3,
|
|
19828
20366
|
"value": "0.4"
|
|
19829
20367
|
},
|
|
19830
20368
|
{
|
|
19831
|
-
"filePath": "\/Users\/
|
|
20369
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19832
20370
|
"kind": "FloatLiteral",
|
|
19833
20371
|
"offset": 666,
|
|
19834
20372
|
"length": 3,
|
|
19835
20373
|
"value": "1.0"
|
|
19836
20374
|
},
|
|
19837
20375
|
{
|
|
19838
|
-
"filePath": "\/Users\/
|
|
20376
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19839
20377
|
"kind": "FloatLiteral",
|
|
19840
20378
|
"offset": 706,
|
|
19841
20379
|
"length": 3,
|
|
19842
20380
|
"value": "2.0"
|
|
19843
20381
|
},
|
|
19844
20382
|
{
|
|
19845
|
-
"filePath": "\/Users\/
|
|
20383
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimatable.swift",
|
|
19846
20384
|
"kind": "FloatLiteral",
|
|
19847
20385
|
"offset": 745,
|
|
19848
20386
|
"length": 3,
|
|
19849
20387
|
"value": "0.5"
|
|
19850
20388
|
},
|
|
19851
20389
|
{
|
|
19852
|
-
"filePath": "\/Users\/
|
|
20390
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimationViews.swift",
|
|
19853
20391
|
"kind": "FloatLiteral",
|
|
19854
20392
|
"offset": 281,
|
|
19855
20393
|
"length": 3,
|
|
19856
20394
|
"value": "1.0"
|
|
19857
20395
|
},
|
|
19858
20396
|
{
|
|
19859
|
-
"filePath": "\/Users\/
|
|
20397
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/BlinkIDUX\/ScanningUX\/PassportAnimationViews.swift",
|
|
19860
20398
|
"kind": "IntegerLiteral",
|
|
19861
20399
|
"offset": 312,
|
|
19862
20400
|
"length": 1,
|
|
19863
20401
|
"value": "0"
|
|
19864
20402
|
},
|
|
19865
20403
|
{
|
|
19866
|
-
"filePath": "\/Users\/
|
|
20404
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Bundle\/Bundle+Extension.swift",
|
|
20405
|
+
"kind": "Dictionary",
|
|
20406
|
+
"offset": 1383,
|
|
20407
|
+
"length": 3,
|
|
20408
|
+
"value": "[]"
|
|
20409
|
+
},
|
|
20410
|
+
{
|
|
20411
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19867
20412
|
"kind": "BooleanLiteral",
|
|
19868
|
-
"offset":
|
|
20413
|
+
"offset": 1384,
|
|
19869
20414
|
"length": 5,
|
|
19870
20415
|
"value": "false"
|
|
19871
20416
|
},
|
|
19872
20417
|
{
|
|
19873
|
-
"filePath": "\/Users\/
|
|
20418
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19874
20419
|
"kind": "BooleanLiteral",
|
|
19875
|
-
"offset":
|
|
20420
|
+
"offset": 2256,
|
|
19876
20421
|
"length": 4,
|
|
19877
20422
|
"value": "true"
|
|
19878
20423
|
},
|
|
19879
20424
|
{
|
|
19880
|
-
"filePath": "\/Users\/
|
|
20425
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19881
20426
|
"kind": "IntegerLiteral",
|
|
19882
|
-
"offset":
|
|
20427
|
+
"offset": 2295,
|
|
19883
20428
|
"length": 1,
|
|
19884
20429
|
"value": "0"
|
|
19885
20430
|
},
|
|
19886
20431
|
{
|
|
19887
|
-
"filePath": "\/Users\/
|
|
20432
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19888
20433
|
"kind": "BooleanLiteral",
|
|
19889
|
-
"offset":
|
|
20434
|
+
"offset": 5999,
|
|
19890
20435
|
"length": 4,
|
|
19891
20436
|
"value": "true"
|
|
19892
20437
|
},
|
|
19893
20438
|
{
|
|
19894
|
-
"filePath": "\/Users\/
|
|
20439
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19895
20440
|
"kind": "BooleanLiteral",
|
|
19896
|
-
"offset":
|
|
20441
|
+
"offset": 6047,
|
|
19897
20442
|
"length": 5,
|
|
19898
20443
|
"value": "false"
|
|
19899
20444
|
},
|
|
19900
20445
|
{
|
|
19901
|
-
"filePath": "\/Users\/
|
|
20446
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19902
20447
|
"kind": "IntegerLiteral",
|
|
19903
|
-
"offset":
|
|
20448
|
+
"offset": 6448,
|
|
19904
20449
|
"length": 1,
|
|
19905
20450
|
"value": "0"
|
|
19906
20451
|
},
|
|
19907
20452
|
{
|
|
19908
|
-
"filePath": "\/Users\/
|
|
20453
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19909
20454
|
"kind": "BooleanLiteral",
|
|
19910
|
-
"offset":
|
|
20455
|
+
"offset": 6368,
|
|
19911
20456
|
"length": 5,
|
|
19912
20457
|
"value": "false"
|
|
19913
20458
|
},
|
|
19914
20459
|
{
|
|
19915
|
-
"filePath": "\/Users\/
|
|
20460
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19916
20461
|
"kind": "BooleanLiteral",
|
|
19917
|
-
"offset":
|
|
20462
|
+
"offset": 7954,
|
|
19918
20463
|
"length": 5,
|
|
19919
20464
|
"value": "false"
|
|
19920
20465
|
},
|
|
19921
20466
|
{
|
|
19922
|
-
"filePath": "\/Users\/
|
|
20467
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19923
20468
|
"kind": "StringLiteral",
|
|
19924
|
-
"offset":
|
|
20469
|
+
"offset": 9584,
|
|
19925
20470
|
"length": 23,
|
|
19926
20471
|
"value": "\"com.microblink.camera\""
|
|
19927
20472
|
},
|
|
19928
20473
|
{
|
|
19929
|
-
"filePath": "\/Users\/
|
|
20474
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Camera.swift",
|
|
19930
20475
|
"kind": "StringLiteral",
|
|
19931
|
-
"offset":
|
|
20476
|
+
"offset": 9619,
|
|
19932
20477
|
"length": 8,
|
|
19933
20478
|
"value": "\"Camera\""
|
|
19934
20479
|
},
|
|
19935
20480
|
{
|
|
19936
|
-
"filePath": "\/Users\/
|
|
20481
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/CaptureService.swift",
|
|
19937
20482
|
"kind": "BooleanLiteral",
|
|
19938
|
-
"offset":
|
|
20483
|
+
"offset": 1087,
|
|
19939
20484
|
"length": 5,
|
|
19940
20485
|
"value": "false"
|
|
19941
20486
|
},
|
|
19942
20487
|
{
|
|
19943
|
-
"filePath": "\/Users\/
|
|
20488
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/CaptureService.swift",
|
|
19944
20489
|
"kind": "BooleanLiteral",
|
|
19945
|
-
"offset":
|
|
20490
|
+
"offset": 1200,
|
|
19946
20491
|
"length": 5,
|
|
19947
20492
|
"value": "false"
|
|
19948
20493
|
},
|
|
19949
20494
|
{
|
|
19950
|
-
"filePath": "\/Users\/
|
|
20495
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/CaptureService.swift",
|
|
19951
20496
|
"kind": "BooleanLiteral",
|
|
19952
|
-
"offset":
|
|
20497
|
+
"offset": 2293,
|
|
19953
20498
|
"length": 5,
|
|
19954
20499
|
"value": "false"
|
|
19955
20500
|
},
|
|
19956
20501
|
{
|
|
19957
|
-
"filePath": "\/Users\/
|
|
20502
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/CaptureService.swift",
|
|
20503
|
+
"kind": "BooleanLiteral",
|
|
20504
|
+
"offset": 3167,
|
|
20505
|
+
"length": 4,
|
|
20506
|
+
"value": "true"
|
|
20507
|
+
},
|
|
20508
|
+
{
|
|
20509
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/CaptureService.swift",
|
|
19958
20510
|
"kind": "StringLiteral",
|
|
19959
|
-
"offset":
|
|
20511
|
+
"offset": 18163,
|
|
19960
20512
|
"length": 23,
|
|
19961
20513
|
"value": "\"com.microblink.camera\""
|
|
19962
20514
|
},
|
|
19963
20515
|
{
|
|
19964
|
-
"filePath": "\/Users\/
|
|
20516
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/CaptureService.swift",
|
|
19965
20517
|
"kind": "StringLiteral",
|
|
19966
|
-
"offset":
|
|
20518
|
+
"offset": 18198,
|
|
19967
20519
|
"length": 16,
|
|
19968
20520
|
"value": "\"CaptureService\""
|
|
19969
20521
|
},
|
|
19970
20522
|
{
|
|
19971
|
-
"filePath": "\/Users\/
|
|
20523
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Device\/DeviceObserver.swift",
|
|
19972
20524
|
"kind": "StringLiteral",
|
|
19973
20525
|
"offset": 465,
|
|
19974
20526
|
"length": 23,
|
|
19975
20527
|
"value": "\"systemPreferredCamera\""
|
|
19976
20528
|
},
|
|
19977
20529
|
{
|
|
19978
|
-
"filePath": "\/Users\/
|
|
20530
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Model\/Types.swift",
|
|
19979
20531
|
"kind": "BooleanLiteral",
|
|
19980
20532
|
"offset": 1481,
|
|
19981
20533
|
"length": 5,
|
|
19982
20534
|
"value": "false"
|
|
19983
20535
|
},
|
|
19984
20536
|
{
|
|
19985
|
-
"filePath": "\/Users\/
|
|
20537
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Camera\/Views\/CameraView.swift",
|
|
19986
20538
|
"kind": "IntegerLiteral",
|
|
19987
20539
|
"offset": 475,
|
|
19988
20540
|
"length": 1,
|
|
19989
20541
|
"value": "0"
|
|
19990
20542
|
},
|
|
19991
20543
|
{
|
|
19992
|
-
"filePath": "\/Users\/
|
|
20544
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Network\/NetworkMonitor.swift",
|
|
19993
20545
|
"kind": "StringLiteral",
|
|
19994
20546
|
"offset": 486,
|
|
19995
20547
|
"length": 31,
|
|
19996
20548
|
"value": "\"com.microblink.networkmonitor\""
|
|
19997
20549
|
},
|
|
19998
20550
|
{
|
|
19999
|
-
"filePath": "\/Users\/
|
|
20551
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/Network\/NetworkMonitor.swift",
|
|
20000
20552
|
"kind": "BooleanLiteral",
|
|
20001
20553
|
"offset": 669,
|
|
20002
20554
|
"length": 4,
|
|
20003
20555
|
"value": "true"
|
|
20004
20556
|
},
|
|
20005
20557
|
{
|
|
20006
|
-
"filePath": "\/Users\/
|
|
20558
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningUXSettings.swift",
|
|
20559
|
+
"kind": "BooleanLiteral",
|
|
20560
|
+
"offset": 1413,
|
|
20561
|
+
"length": 4,
|
|
20562
|
+
"value": "true"
|
|
20563
|
+
},
|
|
20564
|
+
{
|
|
20565
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningUXSettings.swift",
|
|
20007
20566
|
"kind": "BooleanLiteral",
|
|
20008
|
-
"offset":
|
|
20567
|
+
"offset": 1442,
|
|
20009
20568
|
"length": 4,
|
|
20010
20569
|
"value": "true"
|
|
20011
20570
|
},
|
|
20012
20571
|
{
|
|
20013
|
-
"filePath": "\/Users\/
|
|
20572
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningUXSettings.swift",
|
|
20014
20573
|
"kind": "BooleanLiteral",
|
|
20015
|
-
"offset":
|
|
20574
|
+
"offset": 1532,
|
|
20016
20575
|
"length": 4,
|
|
20017
20576
|
"value": "true"
|
|
20018
20577
|
},
|
|
20019
20578
|
{
|
|
20020
|
-
"filePath": "\/Users\/
|
|
20579
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningUXSettings.swift",
|
|
20021
20580
|
"kind": "BooleanLiteral",
|
|
20022
|
-
"offset":
|
|
20581
|
+
"offset": 1561,
|
|
20023
20582
|
"length": 4,
|
|
20024
20583
|
"value": "true"
|
|
20025
20584
|
},
|
|
20026
20585
|
{
|
|
20027
|
-
"filePath": "\/Users\/
|
|
20586
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20028
20587
|
"kind": "StringLiteral",
|
|
20029
|
-
"offset":
|
|
20588
|
+
"offset": 2352,
|
|
20030
20589
|
"length": 7,
|
|
20031
20590
|
"value": "\"xmark\""
|
|
20032
20591
|
},
|
|
20033
20592
|
{
|
|
20034
|
-
"filePath": "\/Users\/
|
|
20593
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20035
20594
|
"kind": "StringLiteral",
|
|
20036
|
-
"offset":
|
|
20595
|
+
"offset": 2383,
|
|
20037
20596
|
"length": 8,
|
|
20038
20597
|
"value": "\"Cancel\""
|
|
20039
20598
|
},
|
|
20040
20599
|
{
|
|
20041
|
-
"filePath": "\/Users\/
|
|
20600
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20042
20601
|
"kind": "StringLiteral",
|
|
20043
|
-
"offset":
|
|
20602
|
+
"offset": 2413,
|
|
20044
20603
|
"length": 27,
|
|
20045
20604
|
"value": "\"Cancel scanning procedure\""
|
|
20046
20605
|
},
|
|
20047
20606
|
{
|
|
20048
|
-
"filePath": "\/Users\/
|
|
20607
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20049
20608
|
"kind": "StringLiteral",
|
|
20050
|
-
"offset":
|
|
20609
|
+
"offset": 2516,
|
|
20051
20610
|
"length": 17,
|
|
20052
20611
|
"value": "\"bolt.slash.fill\""
|
|
20053
20612
|
},
|
|
20054
20613
|
{
|
|
20055
|
-
"filePath": "\/Users\/
|
|
20614
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20056
20615
|
"kind": "StringLiteral",
|
|
20057
|
-
"offset":
|
|
20616
|
+
"offset": 2556,
|
|
20058
20617
|
"length": 7,
|
|
20059
20618
|
"value": "\"Torch\""
|
|
20060
20619
|
},
|
|
20061
20620
|
{
|
|
20062
|
-
"filePath": "\/Users\/
|
|
20621
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20063
20622
|
"kind": "StringLiteral",
|
|
20064
|
-
"offset":
|
|
20623
|
+
"offset": 2595,
|
|
20065
20624
|
"length": 20,
|
|
20066
20625
|
"value": "\"Turn flashlight on\""
|
|
20067
20626
|
},
|
|
20068
20627
|
{
|
|
20069
|
-
"filePath": "\/Users\/
|
|
20628
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20070
20629
|
"kind": "StringLiteral",
|
|
20071
|
-
"offset":
|
|
20630
|
+
"offset": 2919,
|
|
20072
20631
|
"length": 11,
|
|
20073
20632
|
"value": "\"bolt.fill\""
|
|
20074
20633
|
},
|
|
20075
20634
|
{
|
|
20076
|
-
"filePath": "\/Users\/
|
|
20635
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20077
20636
|
"kind": "StringLiteral",
|
|
20078
|
-
"offset":
|
|
20637
|
+
"offset": 2952,
|
|
20079
20638
|
"length": 17,
|
|
20080
20639
|
"value": "\"bolt.slash.fill\""
|
|
20081
20640
|
},
|
|
20082
20641
|
{
|
|
20083
|
-
"filePath": "\/Users\/
|
|
20642
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20084
20643
|
"kind": "StringLiteral",
|
|
20085
|
-
"offset":
|
|
20644
|
+
"offset": 3007,
|
|
20086
20645
|
"length": 20,
|
|
20087
20646
|
"value": "\"Turn flashlight on\""
|
|
20088
20647
|
},
|
|
20089
20648
|
{
|
|
20090
|
-
"filePath": "\/Users\/
|
|
20649
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20091
20650
|
"kind": "StringLiteral",
|
|
20092
|
-
"offset":
|
|
20651
|
+
"offset": 3030,
|
|
20093
20652
|
"length": 21,
|
|
20094
20653
|
"value": "\"Turn flashlight off\""
|
|
20095
20654
|
},
|
|
20096
20655
|
{
|
|
20097
|
-
"filePath": "\/Users\/
|
|
20656
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20098
20657
|
"kind": "BooleanLiteral",
|
|
20099
|
-
"offset":
|
|
20658
|
+
"offset": 3131,
|
|
20100
20659
|
"length": 4,
|
|
20101
20660
|
"value": "true"
|
|
20102
20661
|
},
|
|
20103
20662
|
{
|
|
20104
|
-
"filePath": "\/Users\/
|
|
20663
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20105
20664
|
"kind": "BooleanLiteral",
|
|
20106
|
-
"offset":
|
|
20665
|
+
"offset": 2665,
|
|
20107
20666
|
"length": 5,
|
|
20108
20667
|
"value": "false"
|
|
20109
20668
|
},
|
|
20110
20669
|
{
|
|
20111
|
-
"filePath": "\/Users\/
|
|
20670
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20112
20671
|
"kind": "BooleanLiteral",
|
|
20113
|
-
"offset":
|
|
20672
|
+
"offset": 3220,
|
|
20114
20673
|
"length": 5,
|
|
20115
20674
|
"value": "false"
|
|
20116
20675
|
},
|
|
20117
20676
|
{
|
|
20118
|
-
"filePath": "\/Users\/
|
|
20677
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20119
20678
|
"kind": "StringLiteral",
|
|
20120
|
-
"offset":
|
|
20679
|
+
"offset": 3288,
|
|
20121
20680
|
"length": 26,
|
|
20122
20681
|
"value": "\"questionmark.circle.fill\""
|
|
20123
20682
|
},
|
|
20124
20683
|
{
|
|
20125
|
-
"filePath": "\/Users\/
|
|
20684
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20126
20685
|
"kind": "StringLiteral",
|
|
20127
|
-
"offset":
|
|
20686
|
+
"offset": 3336,
|
|
20128
20687
|
"length": 6,
|
|
20129
20688
|
"value": "\"Help\""
|
|
20130
20689
|
},
|
|
20131
20690
|
{
|
|
20132
|
-
"filePath": "\/Users\/
|
|
20691
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20133
20692
|
"kind": "StringLiteral",
|
|
20134
|
-
"offset":
|
|
20693
|
+
"offset": 3362,
|
|
20135
20694
|
"length": 31,
|
|
20136
20695
|
"value": "\"Open scanning onboarding help\""
|
|
20137
20696
|
},
|
|
20138
20697
|
{
|
|
20139
|
-
"filePath": "\/Users\/
|
|
20698
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20140
20699
|
"kind": "BooleanLiteral",
|
|
20141
|
-
"offset":
|
|
20700
|
+
"offset": 3425,
|
|
20142
20701
|
"length": 5,
|
|
20143
20702
|
"value": "false"
|
|
20144
20703
|
},
|
|
20145
20704
|
{
|
|
20146
|
-
"filePath": "\/Users\/
|
|
20705
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20147
20706
|
"kind": "IntegerLiteral",
|
|
20148
|
-
"offset":
|
|
20707
|
+
"offset": 3640,
|
|
20149
20708
|
"length": 1,
|
|
20150
20709
|
"value": "0"
|
|
20151
20710
|
},
|
|
20152
20711
|
{
|
|
20153
|
-
"filePath": "\/Users\/
|
|
20712
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20154
20713
|
"kind": "BooleanLiteral",
|
|
20155
|
-
"offset":
|
|
20714
|
+
"offset": 3514,
|
|
20156
20715
|
"length": 5,
|
|
20157
20716
|
"value": "false"
|
|
20158
20717
|
},
|
|
20159
20718
|
{
|
|
20160
|
-
"filePath": "\/Users\/
|
|
20719
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20161
20720
|
"kind": "IntegerLiteral",
|
|
20162
|
-
"offset":
|
|
20721
|
+
"offset": 4399,
|
|
20163
20722
|
"length": 1,
|
|
20164
20723
|
"value": "0"
|
|
20165
20724
|
},
|
|
20166
20725
|
{
|
|
20167
|
-
"filePath": "\/Users\/
|
|
20726
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20168
20727
|
"kind": "IntegerLiteral",
|
|
20169
|
-
"offset":
|
|
20728
|
+
"offset": 5043,
|
|
20170
20729
|
"length": 1,
|
|
20171
20730
|
"value": "0"
|
|
20172
20731
|
},
|
|
20173
20732
|
{
|
|
20174
|
-
"filePath": "\/Users\/
|
|
20733
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20175
20734
|
"kind": "BooleanLiteral",
|
|
20176
|
-
"offset":
|
|
20735
|
+
"offset": 4885,
|
|
20177
20736
|
"length": 5,
|
|
20178
20737
|
"value": "false"
|
|
20179
20738
|
},
|
|
20180
20739
|
{
|
|
20181
|
-
"filePath": "\/Users\/
|
|
20740
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20182
20741
|
"kind": "IntegerLiteral",
|
|
20183
|
-
"offset":
|
|
20742
|
+
"offset": 5793,
|
|
20184
20743
|
"length": 1,
|
|
20185
20744
|
"value": "0"
|
|
20186
20745
|
},
|
|
20187
20746
|
{
|
|
20188
|
-
"filePath": "\/Users\/
|
|
20747
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20189
20748
|
"kind": "BooleanLiteral",
|
|
20190
|
-
"offset":
|
|
20749
|
+
"offset": 5637,
|
|
20191
20750
|
"length": 5,
|
|
20192
20751
|
"value": "false"
|
|
20193
20752
|
},
|
|
20194
20753
|
{
|
|
20195
|
-
"filePath": "\/Users\/
|
|
20754
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20196
20755
|
"kind": "BooleanLiteral",
|
|
20197
|
-
"offset":
|
|
20756
|
+
"offset": 6322,
|
|
20198
20757
|
"length": 5,
|
|
20199
20758
|
"value": "false"
|
|
20200
20759
|
},
|
|
20201
20760
|
{
|
|
20202
|
-
"filePath": "\/Users\/
|
|
20761
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20203
20762
|
"kind": "FloatLiteral",
|
|
20204
|
-
"offset":
|
|
20763
|
+
"offset": 6410,
|
|
20205
20764
|
"length": 5,
|
|
20206
20765
|
"value": "180.0"
|
|
20207
20766
|
},
|
|
20208
20767
|
{
|
|
20209
|
-
"filePath": "\/Users\/
|
|
20768
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20210
20769
|
"kind": "FloatLiteral",
|
|
20211
|
-
"offset":
|
|
20770
|
+
"offset": 6459,
|
|
20212
20771
|
"length": 3,
|
|
20213
20772
|
"value": "1.0"
|
|
20214
20773
|
},
|
|
20215
20774
|
{
|
|
20216
|
-
"filePath": "\/Users\/
|
|
20775
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20217
20776
|
"kind": "FloatLiteral",
|
|
20218
|
-
"offset":
|
|
20777
|
+
"offset": 6490,
|
|
20219
20778
|
"length": 3,
|
|
20220
20779
|
"value": "1.0"
|
|
20221
20780
|
},
|
|
20222
20781
|
{
|
|
20223
|
-
"filePath": "\/Users\/
|
|
20782
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20224
20783
|
"kind": "BooleanLiteral",
|
|
20225
|
-
"offset":
|
|
20784
|
+
"offset": 6543,
|
|
20226
20785
|
"length": 5,
|
|
20227
20786
|
"value": "false"
|
|
20228
20787
|
},
|
|
20229
20788
|
{
|
|
20230
|
-
"filePath": "\/Users\/
|
|
20789
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20231
20790
|
"kind": "FloatLiteral",
|
|
20232
|
-
"offset":
|
|
20791
|
+
"offset": 6651,
|
|
20233
20792
|
"length": 3,
|
|
20234
20793
|
"value": "0.0"
|
|
20235
20794
|
},
|
|
20236
20795
|
{
|
|
20237
|
-
"filePath": "\/Users\/
|
|
20796
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20238
20797
|
"kind": "FloatLiteral",
|
|
20239
|
-
"offset":
|
|
20798
|
+
"offset": 6695,
|
|
20240
20799
|
"length": 5,
|
|
20241
20800
|
"value": "0.586"
|
|
20242
20801
|
},
|
|
20243
20802
|
{
|
|
20244
|
-
"filePath": "\/Users\/
|
|
20803
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20245
20804
|
"kind": "BooleanLiteral",
|
|
20246
|
-
"offset":
|
|
20805
|
+
"offset": 6748,
|
|
20247
20806
|
"length": 5,
|
|
20248
20807
|
"value": "false"
|
|
20249
20808
|
},
|
|
20250
20809
|
{
|
|
20251
|
-
"filePath": "\/Users\/
|
|
20810
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20252
20811
|
"kind": "FloatLiteral",
|
|
20253
|
-
"offset":
|
|
20812
|
+
"offset": 6799,
|
|
20254
20813
|
"length": 3,
|
|
20255
20814
|
"value": "0.0"
|
|
20256
20815
|
},
|
|
20257
20816
|
{
|
|
20258
|
-
"filePath": "\/Users\/
|
|
20817
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20259
20818
|
"kind": "FloatLiteral",
|
|
20260
|
-
"offset":
|
|
20819
|
+
"offset": 6850,
|
|
20261
20820
|
"length": 3,
|
|
20262
20821
|
"value": "1.0"
|
|
20263
20822
|
},
|
|
20264
20823
|
{
|
|
20265
|
-
"filePath": "\/Users\/
|
|
20824
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20266
20825
|
"kind": "FloatLiteral",
|
|
20267
|
-
"offset":
|
|
20826
|
+
"offset": 6892,
|
|
20268
20827
|
"length": 4,
|
|
20269
20828
|
"value": "0.45"
|
|
20270
20829
|
},
|
|
20271
20830
|
{
|
|
20272
|
-
"filePath": "\/Users\/
|
|
20831
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20832
|
+
"kind": "IntegerLiteral",
|
|
20833
|
+
"offset": 7133,
|
|
20834
|
+
"length": 1,
|
|
20835
|
+
"value": "0"
|
|
20836
|
+
},
|
|
20837
|
+
{
|
|
20838
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20839
|
+
"kind": "StringLiteral",
|
|
20840
|
+
"offset": 7196,
|
|
20841
|
+
"length": 8,
|
|
20842
|
+
"value": "\"MBbeep\""
|
|
20843
|
+
},
|
|
20844
|
+
{
|
|
20845
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20846
|
+
"kind": "StringLiteral",
|
|
20847
|
+
"offset": 7221,
|
|
20848
|
+
"length": 5,
|
|
20849
|
+
"value": "\"wav\""
|
|
20850
|
+
},
|
|
20851
|
+
{
|
|
20852
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/ScanningUX\/ScanningViewModelProtocol.swift",
|
|
20273
20853
|
"kind": "BooleanLiteral",
|
|
20274
|
-
"offset":
|
|
20854
|
+
"offset": 11206,
|
|
20275
20855
|
"length": 5,
|
|
20276
20856
|
"value": "false"
|
|
20277
20857
|
},
|
|
20278
20858
|
{
|
|
20279
|
-
"filePath": "\/Users\/
|
|
20859
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20280
20860
|
"kind": "StringLiteral",
|
|
20281
20861
|
"offset": 326,
|
|
20282
20862
|
"length": 18,
|
|
20283
20863
|
"value": "\"verify_secondary\""
|
|
20284
20864
|
},
|
|
20285
20865
|
{
|
|
20286
|
-
"filePath": "\/Users\/
|
|
20866
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20287
20867
|
"kind": "StringLiteral",
|
|
20288
20868
|
"offset": 364,
|
|
20289
20869
|
"length": 16,
|
|
20290
20870
|
"value": "\"verify_primary\""
|
|
20291
20871
|
},
|
|
20292
20872
|
{
|
|
20293
|
-
"filePath": "\/Users\/
|
|
20873
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20294
20874
|
"kind": "StringLiteral",
|
|
20295
20875
|
"offset": 410,
|
|
20296
20876
|
"length": 27,
|
|
20297
20877
|
"value": "\"verify_tooltip_background\""
|
|
20298
20878
|
},
|
|
20299
20879
|
{
|
|
20300
|
-
"filePath": "\/Users\/
|
|
20880
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20301
20881
|
"kind": "StringLiteral",
|
|
20302
20882
|
"offset": 464,
|
|
20303
20883
|
"length": 24,
|
|
20304
20884
|
"value": "\"verify_help_background\""
|
|
20305
20885
|
},
|
|
20306
20886
|
{
|
|
20307
|
-
"filePath": "\/Users\/
|
|
20887
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20308
20888
|
"kind": "StringLiteral",
|
|
20309
20889
|
"offset": 511,
|
|
20310
20890
|
"length": 19,
|
|
20311
20891
|
"value": "\"verify_background\""
|
|
20312
20892
|
},
|
|
20313
20893
|
{
|
|
20314
|
-
"filePath": "\/Users\/
|
|
20894
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20315
20895
|
"kind": "StringLiteral",
|
|
20316
20896
|
"offset": 568,
|
|
20317
20897
|
"length": 19,
|
|
20318
20898
|
"value": "\"need_help_tooltip\""
|
|
20319
20899
|
},
|
|
20320
20900
|
{
|
|
20321
|
-
"filePath": "\/Users\/
|
|
20901
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/Color+Extension.swift",
|
|
20322
20902
|
"kind": "StringLiteral",
|
|
20323
20903
|
"offset": 620,
|
|
20324
20904
|
"length": 18,
|
|
20325
20905
|
"value": "\"toast_background\""
|
|
20326
20906
|
},
|
|
20327
20907
|
{
|
|
20328
|
-
"filePath": "\/Users\/
|
|
20908
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Extensions\/ViewModifiers.swift",
|
|
20329
20909
|
"kind": "BooleanLiteral",
|
|
20330
20910
|
"offset": 1185,
|
|
20331
20911
|
"length": 5,
|
|
20332
20912
|
"value": "false"
|
|
20333
20913
|
},
|
|
20334
20914
|
{
|
|
20335
|
-
"filePath": "\/Users\/
|
|
20915
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/OnboardingAlertView.swift",
|
|
20336
20916
|
"kind": "IntegerLiteral",
|
|
20337
20917
|
"offset": 426,
|
|
20338
20918
|
"length": 2,
|
|
20339
20919
|
"value": "40"
|
|
20340
20920
|
},
|
|
20341
20921
|
{
|
|
20342
|
-
"filePath": "\/Users\/
|
|
20922
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/OnboardingSheetView.swift",
|
|
20343
20923
|
"kind": "IntegerLiteral",
|
|
20344
|
-
"offset":
|
|
20924
|
+
"offset": 462,
|
|
20345
20925
|
"length": 1,
|
|
20346
20926
|
"value": "0"
|
|
20347
20927
|
},
|
|
20348
20928
|
{
|
|
20349
|
-
"filePath": "\/Users\/
|
|
20929
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/OnboardingSheetView.swift",
|
|
20350
20930
|
"kind": "IntegerLiteral",
|
|
20351
|
-
"offset":
|
|
20931
|
+
"offset": 3984,
|
|
20352
20932
|
"length": 2,
|
|
20353
20933
|
"value": "40"
|
|
20354
20934
|
},
|
|
20355
20935
|
{
|
|
20356
|
-
"filePath": "\/Users\/
|
|
20936
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/OnboardingSheetView.swift",
|
|
20357
20937
|
"kind": "IntegerLiteral",
|
|
20358
|
-
"offset":
|
|
20938
|
+
"offset": 6118,
|
|
20359
20939
|
"length": 2,
|
|
20360
20940
|
"value": "40"
|
|
20361
20941
|
},
|
|
20362
20942
|
{
|
|
20363
|
-
"filePath": "\/Users\/
|
|
20943
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20364
20944
|
"kind": "BooleanLiteral",
|
|
20365
20945
|
"offset": 907,
|
|
20366
20946
|
"length": 4,
|
|
20367
20947
|
"value": "true"
|
|
20368
20948
|
},
|
|
20369
20949
|
{
|
|
20370
|
-
"filePath": "\/Users\/
|
|
20950
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20371
20951
|
"kind": "FloatLiteral",
|
|
20372
20952
|
"offset": 2275,
|
|
20373
20953
|
"length": 3,
|
|
20374
20954
|
"value": "3.0"
|
|
20375
20955
|
},
|
|
20376
20956
|
{
|
|
20377
|
-
"filePath": "\/Users\/
|
|
20957
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20378
20958
|
"kind": "IntegerLiteral",
|
|
20379
20959
|
"offset": 2329,
|
|
20380
20960
|
"length": 1,
|
|
20381
20961
|
"value": "0"
|
|
20382
20962
|
},
|
|
20383
20963
|
{
|
|
20384
|
-
"filePath": "\/Users\/
|
|
20964
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20385
20965
|
"kind": "IntegerLiteral",
|
|
20386
20966
|
"offset": 2442,
|
|
20387
20967
|
"length": 1,
|
|
20388
20968
|
"value": "0"
|
|
20389
20969
|
},
|
|
20390
20970
|
{
|
|
20391
|
-
"filePath": "\/Users\/
|
|
20971
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20392
20972
|
"kind": "FloatLiteral",
|
|
20393
20973
|
"offset": 2707,
|
|
20394
20974
|
"length": 3,
|
|
20395
20975
|
"value": "1.0"
|
|
20396
20976
|
},
|
|
20397
20977
|
{
|
|
20398
|
-
"filePath": "\/Users\/
|
|
20978
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20399
20979
|
"kind": "FloatLiteral",
|
|
20400
20980
|
"offset": 2718,
|
|
20401
20981
|
"length": 3,
|
|
20402
20982
|
"value": "0.2"
|
|
20403
20983
|
},
|
|
20404
20984
|
{
|
|
20405
|
-
"filePath": "\/Users\/
|
|
20985
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20406
20986
|
"kind": "FloatLiteral",
|
|
20407
20987
|
"offset": 2793,
|
|
20408
20988
|
"length": 4,
|
|
20409
20989
|
"value": "1.13"
|
|
20410
20990
|
},
|
|
20411
20991
|
{
|
|
20412
|
-
"filePath": "\/Users\/
|
|
20992
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20413
20993
|
"kind": "BooleanLiteral",
|
|
20414
20994
|
"offset": 2836,
|
|
20415
20995
|
"length": 5,
|
|
20416
20996
|
"value": "false"
|
|
20417
20997
|
},
|
|
20418
20998
|
{
|
|
20419
|
-
"filePath": "\/Users\/
|
|
20999
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20420
21000
|
"kind": "FloatLiteral",
|
|
20421
21001
|
"offset": 2858,
|
|
20422
21002
|
"length": 3,
|
|
20423
21003
|
"value": "1.5"
|
|
20424
21004
|
},
|
|
20425
21005
|
{
|
|
20426
|
-
"filePath": "\/Users\/
|
|
21006
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20427
21007
|
"kind": "FloatLiteral",
|
|
20428
21008
|
"offset": 2940,
|
|
20429
21009
|
"length": 4,
|
|
20430
21010
|
"value": "0.55"
|
|
20431
21011
|
},
|
|
20432
21012
|
{
|
|
20433
|
-
"filePath": "\/Users\/
|
|
21013
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20434
21014
|
"kind": "FloatLiteral",
|
|
20435
21015
|
"offset": 3021,
|
|
20436
21016
|
"length": 4,
|
|
20437
21017
|
"value": "0.55"
|
|
20438
21018
|
},
|
|
20439
21019
|
{
|
|
20440
|
-
"filePath": "\/Users\/
|
|
21020
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20441
21021
|
"kind": "FloatLiteral",
|
|
20442
21022
|
"offset": 3033,
|
|
20443
21023
|
"length": 4,
|
|
20444
21024
|
"value": "0.55"
|
|
20445
21025
|
},
|
|
20446
21026
|
{
|
|
20447
|
-
"filePath": "\/Users\/
|
|
21027
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20448
21028
|
"kind": "FloatLiteral",
|
|
20449
21029
|
"offset": 3113,
|
|
20450
21030
|
"length": 4,
|
|
20451
21031
|
"value": "0.55"
|
|
20452
21032
|
},
|
|
20453
21033
|
{
|
|
20454
|
-
"filePath": "\/Users\/
|
|
21034
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20455
21035
|
"kind": "BooleanLiteral",
|
|
20456
21036
|
"offset": 3156,
|
|
20457
21037
|
"length": 5,
|
|
20458
21038
|
"value": "false"
|
|
20459
21039
|
},
|
|
20460
21040
|
{
|
|
20461
|
-
"filePath": "\/Users\/
|
|
21041
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Reticle.swift",
|
|
20462
21042
|
"kind": "FloatLiteral",
|
|
20463
21043
|
"offset": 3178,
|
|
20464
21044
|
"length": 4,
|
|
20465
21045
|
"value": "0.55"
|
|
20466
21046
|
},
|
|
20467
21047
|
{
|
|
20468
|
-
"filePath": "\/Users\/
|
|
21048
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/State\/ReticleStateMachineProtocol.swift",
|
|
20469
21049
|
"kind": "FloatLiteral",
|
|
20470
21050
|
"offset": 274,
|
|
20471
21051
|
"length": 3,
|
|
20472
21052
|
"value": "1.5"
|
|
20473
21053
|
},
|
|
20474
21054
|
{
|
|
20475
|
-
"filePath": "\/Users\/
|
|
21055
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/State\/ReticleStateMachineProtocol.swift",
|
|
20476
21056
|
"kind": "BooleanLiteral",
|
|
20477
21057
|
"offset": 1077,
|
|
20478
21058
|
"length": 5,
|
|
20479
21059
|
"value": "false"
|
|
20480
21060
|
},
|
|
20481
21061
|
{
|
|
20482
|
-
"filePath": "\/Users\/
|
|
21062
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Toast\/Toast.swift",
|
|
20483
21063
|
"kind": "IntegerLiteral",
|
|
20484
21064
|
"offset": 337,
|
|
20485
21065
|
"length": 1,
|
|
20486
21066
|
"value": "0"
|
|
20487
21067
|
},
|
|
20488
21068
|
{
|
|
20489
|
-
"filePath": "\/Users\/
|
|
21069
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Toast\/Toast.swift",
|
|
20490
21070
|
"kind": "FloatLiteral",
|
|
20491
21071
|
"offset": 431,
|
|
20492
21072
|
"length": 3,
|
|
20493
21073
|
"value": "3.0"
|
|
20494
21074
|
},
|
|
20495
21075
|
{
|
|
20496
|
-
"filePath": "\/Users\/
|
|
21076
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Toast\/Toast.swift",
|
|
20497
21077
|
"kind": "FloatLiteral",
|
|
20498
21078
|
"offset": 489,
|
|
20499
21079
|
"length": 3,
|
|
20500
21080
|
"value": "0.8"
|
|
20501
21081
|
},
|
|
20502
21082
|
{
|
|
20503
|
-
"filePath": "\/Users\/
|
|
21083
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Toast\/Toast.swift",
|
|
20504
21084
|
"kind": "FloatLiteral",
|
|
20505
21085
|
"offset": 2971,
|
|
20506
21086
|
"length": 3,
|
|
20507
21087
|
"value": "3.0"
|
|
20508
21088
|
},
|
|
20509
21089
|
{
|
|
20510
|
-
"filePath": "\/Users\/
|
|
21090
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/blinkid-ios\/Source\/Shared\/UIComponents\/Toast\/Toast.swift",
|
|
20511
21091
|
"kind": "FloatLiteral",
|
|
20512
21092
|
"offset": 3029,
|
|
20513
21093
|
"length": 3,
|
|
20514
21094
|
"value": "0.8"
|
|
20515
21095
|
},
|
|
20516
21096
|
{
|
|
20517
|
-
"filePath": "\/Users\/
|
|
21097
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20518
21098
|
"kind": "StringLiteral",
|
|
20519
21099
|
"offset": 640,
|
|
20520
21100
|
"length": 19,
|
|
20521
21101
|
"value": "\"need_help_tooltip\""
|
|
20522
21102
|
},
|
|
20523
21103
|
{
|
|
20524
|
-
"filePath": "\/Users\/
|
|
21104
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20525
21105
|
"kind": "StringLiteral",
|
|
20526
21106
|
"offset": 800,
|
|
20527
21107
|
"length": 18,
|
|
20528
21108
|
"value": "\"toast_background\""
|
|
20529
21109
|
},
|
|
20530
21110
|
{
|
|
20531
|
-
"filePath": "\/Users\/
|
|
21111
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20532
21112
|
"kind": "StringLiteral",
|
|
20533
21113
|
"offset": 961,
|
|
20534
21114
|
"length": 19,
|
|
20535
21115
|
"value": "\"verify_background\""
|
|
20536
21116
|
},
|
|
20537
21117
|
{
|
|
20538
|
-
"filePath": "\/Users\/
|
|
21118
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20539
21119
|
"kind": "StringLiteral",
|
|
20540
21120
|
"offset": 1132,
|
|
20541
21121
|
"length": 24,
|
|
20542
21122
|
"value": "\"verify_help_background\""
|
|
20543
21123
|
},
|
|
20544
21124
|
{
|
|
20545
|
-
"filePath": "\/Users\/
|
|
21125
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20546
21126
|
"kind": "StringLiteral",
|
|
20547
21127
|
"offset": 1293,
|
|
20548
21128
|
"length": 16,
|
|
20549
21129
|
"value": "\"verify_primary\""
|
|
20550
21130
|
},
|
|
20551
21131
|
{
|
|
20552
|
-
"filePath": "\/Users\/
|
|
21132
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20553
21133
|
"kind": "StringLiteral",
|
|
20554
21134
|
"offset": 1450,
|
|
20555
21135
|
"length": 18,
|
|
20556
21136
|
"value": "\"verify_secondary\""
|
|
20557
21137
|
},
|
|
20558
21138
|
{
|
|
20559
|
-
"filePath": "\/Users\/
|
|
21139
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20560
21140
|
"kind": "StringLiteral",
|
|
20561
21141
|
"offset": 1626,
|
|
20562
21142
|
"length": 27,
|
|
20563
21143
|
"value": "\"verify_tooltip_background\""
|
|
20564
21144
|
},
|
|
20565
21145
|
{
|
|
20566
|
-
"filePath": "\/Users\/
|
|
21146
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20567
21147
|
"kind": "StringLiteral",
|
|
20568
21148
|
"offset": 1904,
|
|
20569
21149
|
"length": 21,
|
|
20570
21150
|
"value": "\"all_details_visible\""
|
|
20571
21151
|
},
|
|
20572
21152
|
{
|
|
20573
|
-
"filePath": "\/Users\/
|
|
21153
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20574
21154
|
"kind": "StringLiteral",
|
|
20575
21155
|
"offset": 2069,
|
|
20576
21156
|
"length": 20,
|
|
20577
21157
|
"value": "\"all_fields_visible\""
|
|
20578
21158
|
},
|
|
20579
21159
|
{
|
|
20580
|
-
"filePath": "\/Users\/
|
|
21160
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20581
21161
|
"kind": "StringLiteral",
|
|
20582
21162
|
"offset": 2212,
|
|
20583
21163
|
"length": 9,
|
|
20584
21164
|
"value": "\"back_id\""
|
|
20585
21165
|
},
|
|
20586
21166
|
{
|
|
20587
|
-
"filePath": "\/Users\/
|
|
21167
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20588
21168
|
"kind": "StringLiteral",
|
|
20589
21169
|
"offset": 2354,
|
|
20590
21170
|
"length": 14,
|
|
20591
21171
|
"value": "\"demo_overlay\""
|
|
20592
21172
|
},
|
|
20593
21173
|
{
|
|
20594
|
-
"filePath": "\/Users\/
|
|
21174
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20595
21175
|
"kind": "StringLiteral",
|
|
20596
21176
|
"offset": 2493,
|
|
20597
21177
|
"length": 10,
|
|
20598
21178
|
"value": "\"front_id\""
|
|
20599
21179
|
},
|
|
20600
21180
|
{
|
|
20601
|
-
"filePath": "\/Users\/
|
|
21181
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20602
21182
|
"kind": "StringLiteral",
|
|
20603
21183
|
"offset": 2634,
|
|
20604
21184
|
"length": 13,
|
|
20605
21185
|
"value": "\"harsh_light\""
|
|
20606
21186
|
},
|
|
20607
21187
|
{
|
|
20608
|
-
"filePath": "\/Users\/
|
|
21188
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20609
21189
|
"kind": "StringLiteral",
|
|
20610
21190
|
"offset": 2793,
|
|
20611
21191
|
"length": 21,
|
|
20612
21192
|
"value": "\"harsh_light_barcode\""
|
|
20613
21193
|
},
|
|
20614
21194
|
{
|
|
20615
|
-
"filePath": "\/Users\/
|
|
21195
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20616
21196
|
"kind": "StringLiteral",
|
|
20617
21197
|
"offset": 2962,
|
|
20618
21198
|
"length": 22,
|
|
20619
21199
|
"value": "\"keep_barcode_visible\""
|
|
20620
21200
|
},
|
|
20621
21201
|
{
|
|
20622
|
-
"filePath": "\/Users\/
|
|
21202
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20623
21203
|
"kind": "StringLiteral",
|
|
20624
21204
|
"offset": 3137,
|
|
20625
21205
|
"length": 25,
|
|
20626
21206
|
"value": "\"keep_barcode_visible_id\""
|
|
20627
21207
|
},
|
|
20628
21208
|
{
|
|
20629
|
-
"filePath": "\/Users\/
|
|
21209
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
21210
|
+
"kind": "StringLiteral",
|
|
21211
|
+
"offset": 3307,
|
|
21212
|
+
"length": 21,
|
|
21213
|
+
"value": "\"keep_mrz_visible_id\""
|
|
21214
|
+
},
|
|
21215
|
+
{
|
|
21216
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20630
21217
|
"kind": "StringLiteral",
|
|
20631
|
-
"offset":
|
|
21218
|
+
"offset": 3457,
|
|
20632
21219
|
"length": 12,
|
|
20633
21220
|
"value": "\"keep_still\""
|
|
20634
21221
|
},
|
|
20635
21222
|
{
|
|
20636
|
-
"filePath": "\/Users\/
|
|
21223
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20637
21224
|
"kind": "StringLiteral",
|
|
20638
|
-
"offset":
|
|
21225
|
+
"offset": 3613,
|
|
20639
21226
|
"length": 20,
|
|
20640
21227
|
"value": "\"keep_still_barcode\""
|
|
20641
21228
|
},
|
|
20642
21229
|
{
|
|
20643
|
-
"filePath": "\/Users\/
|
|
21230
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20644
21231
|
"kind": "StringLiteral",
|
|
20645
|
-
"offset":
|
|
21232
|
+
"offset": 3770,
|
|
20646
21233
|
"length": 16,
|
|
20647
21234
|
"value": "\"locate_barcode\""
|
|
20648
21235
|
},
|
|
20649
21236
|
{
|
|
20650
|
-
"filePath": "\/Users\/
|
|
21237
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20651
21238
|
"kind": "StringLiteral",
|
|
20652
|
-
"offset":
|
|
21239
|
+
"offset": 3928,
|
|
20653
21240
|
"length": 19,
|
|
20654
21241
|
"value": "\"locate_barcode_id\""
|
|
20655
21242
|
},
|
|
20656
21243
|
{
|
|
20657
|
-
"filePath": "\/Users\/
|
|
21244
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
21245
|
+
"kind": "StringLiteral",
|
|
21246
|
+
"offset": 4081,
|
|
21247
|
+
"length": 15,
|
|
21248
|
+
"value": "\"locate_mrz_id\""
|
|
21249
|
+
},
|
|
21250
|
+
{
|
|
21251
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20658
21252
|
"kind": "StringLiteral",
|
|
20659
|
-
"offset":
|
|
21253
|
+
"offset": 4229,
|
|
20660
21254
|
"length": 14,
|
|
20661
21255
|
"value": "\"mb_checkmark\""
|
|
20662
21256
|
},
|
|
20663
21257
|
{
|
|
20664
|
-
"filePath": "\/Users\/
|
|
21258
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20665
21259
|
"kind": "StringLiteral",
|
|
20666
|
-
"offset":
|
|
21260
|
+
"offset": 4383,
|
|
20667
21261
|
"length": 18,
|
|
20668
21262
|
"value": "\"no_camera_access\""
|
|
20669
21263
|
},
|
|
20670
21264
|
{
|
|
20671
|
-
"filePath": "\/Users\/
|
|
21265
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20672
21266
|
"kind": "StringLiteral",
|
|
20673
|
-
"offset":
|
|
21267
|
+
"offset": 4540,
|
|
20674
21268
|
"length": 17,
|
|
20675
21269
|
"value": "\"passport_bottom\""
|
|
20676
21270
|
},
|
|
20677
21271
|
{
|
|
20678
|
-
"filePath": "\/Users\/
|
|
21272
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20679
21273
|
"kind": "StringLiteral",
|
|
20680
|
-
"offset":
|
|
21274
|
+
"offset": 4702,
|
|
20681
21275
|
"length": 20,
|
|
20682
21276
|
"value": "\"passport_highlight\""
|
|
20683
21277
|
},
|
|
20684
21278
|
{
|
|
20685
|
-
"filePath": "\/Users\/
|
|
21279
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20686
21280
|
"kind": "StringLiteral",
|
|
20687
|
-
"offset":
|
|
21281
|
+
"offset": 4855,
|
|
20688
21282
|
"length": 14,
|
|
20689
21283
|
"value": "\"passport_top\""
|
|
20690
21284
|
},
|
|
20691
21285
|
{
|
|
20692
|
-
"filePath": "\/Users\/
|
|
21286
|
+
"filePath": "\/Users\/juraskrlec\/Documents\/SDKs\/CoreIdentity\/sdk-core-ios\/.build\/Build\/Intermediates.noindex\/ArchiveIntermediates\/BlinkIDUX\/IntermediateBuildFilesPath\/BlinkIDUX.build\/Release-iphonesimulator\/BlinkIDUX.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
20693
21287
|
"kind": "StringLiteral",
|
|
20694
|
-
"offset":
|
|
21288
|
+
"offset": 5014,
|
|
20695
21289
|
"length": 20,
|
|
20696
21290
|
"value": "\"production_overlay\""
|
|
20697
21291
|
}
|