├── .gitignore ├── Assets ├── MiSnap │ ├── en.lproj │ │ └── MiSnapLocalizable.strings │ ├── es.lproj │ │ └── MiSnapLocalizable.strings │ └── fr.lproj │ │ └── MiSnapLocalizable.strings ├── MiSnapFacialCapture │ ├── en.lproj │ │ └── MiSnapFacialCaptureLocalizable.strings │ └── es.lproj │ │ └── MiSnapFacialCaptureLocalizable.strings ├── MiSnapNFC │ ├── device.png │ ├── en.lproj │ │ └── MiSnapNFCLocalizable.strings │ ├── es.lproj │ │ └── MiSnapNFCLocalizable.strings │ ├── id.png │ ├── passport.png │ └── target.png └── MiSnapVoiceCapture │ ├── en.lproj │ └── MiSnapVoiceCaptureLocalizable.strings │ └── es.lproj │ └── MiSnapVoiceCaptureLocalizable.strings ├── Docs ├── API │ ├── Common │ │ ├── MiSnapAssetManager │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ │ ├── MiSnapAssetManager.html │ │ │ │ ├── MiSnapBulletView.html │ │ │ │ ├── MiSnapBulletViewConfiguration.html │ │ │ │ ├── MiSnapCameraShutterView.html │ │ │ │ ├── MiSnapCameraShutterViewConfiguration.html │ │ │ │ ├── MiSnapCancelView.html │ │ │ │ ├── MiSnapCancelViewConfiguration.html │ │ │ │ ├── MiSnapCheckBackTutorial.html │ │ │ │ ├── MiSnapCheckFrontTutorial.html │ │ │ │ ├── MiSnapCheckboxView.html │ │ │ │ ├── MiSnapCheckboxViewConfiguration.html │ │ │ │ ├── MiSnapColorDarkMode.html │ │ │ │ ├── MiSnapColorLightMode.html │ │ │ │ ├── MiSnapColors.html │ │ │ │ ├── MiSnapDocumentLabelConfiguration.html │ │ │ │ ├── MiSnapDocumentOutlineConfiguration.html │ │ │ │ ├── MiSnapDocumentSVGView.html │ │ │ │ ├── MiSnapFacialCaptureCountdownView.html │ │ │ │ ├── MiSnapFacialCaptureCountdownViewConfiguration.html │ │ │ │ ├── MiSnapFacialCaptureGuideConfiguration.html │ │ │ │ ├── MiSnapFacialCaptureGuideView.html │ │ │ │ ├── MiSnapFacialCaptureOutlineConfiguration.html │ │ │ │ ├── MiSnapFacialCaptureTutorial.html │ │ │ │ ├── MiSnapFacialCaptureVignetteConfiguration.html │ │ │ │ ├── MiSnapGlareView.html │ │ │ │ ├── MiSnapGlareViewConfiguration.html │ │ │ │ ├── MiSnapGuideView.html │ │ │ │ ├── MiSnapGuideViewConfiguration.html │ │ │ │ ├── MiSnapHelpView.html │ │ │ │ ├── MiSnapHelpViewConfiguration.html │ │ │ │ ├── MiSnapHintView.html │ │ │ │ ├── MiSnapHintViewConfiguration.html │ │ │ │ ├── MiSnapIDBackTutorial.html │ │ │ │ ├── MiSnapIDFrontTutorial.html │ │ │ │ ├── MiSnapLabel.html │ │ │ │ ├── MiSnapLabelConfiguration.html │ │ │ │ ├── MiSnapPassportQRTutorial.html │ │ │ │ ├── MiSnapPassportTutorial.html │ │ │ │ ├── MiSnapRecordingIndicatorView.html │ │ │ │ ├── MiSnapRecordingIndicatorViewConfiguration.html │ │ │ │ ├── MiSnapSVGView.html │ │ │ │ ├── MiSnapStatefulView.html │ │ │ │ ├── MiSnapStatefulViewConfiguration.html │ │ │ │ ├── MiSnapStatelessView.html │ │ │ │ ├── MiSnapStatelessViewConfiguration.html │ │ │ │ ├── MiSnapSuccessCheckmarkView.html │ │ │ │ ├── MiSnapSuccessCheckmarkViewConfiguration.html │ │ │ │ ├── MiSnapSuccessConfiguration.html │ │ │ │ ├── MiSnapTorchView.html │ │ │ │ ├── MiSnapTorchViewConfiguration.html │ │ │ │ ├── MiSnapView.html │ │ │ │ ├── MiSnapViewConfiguration.html │ │ │ │ ├── MiSnapViewLocation.html │ │ │ │ ├── MiSnapVignetteConfiguration.html │ │ │ │ ├── MiSnapVoiceCaptureFailureViewConfiguration.html │ │ │ │ ├── MiSnapVoiceCaptureNeutralViewConfiguration.html │ │ │ │ ├── MiSnapVoiceCaptureStatusView.html │ │ │ │ ├── MiSnapVoiceCaptureStatusViewConfiguration.html │ │ │ │ ├── MiSnapVoiceCaptureSuccessViewConfiguration.html │ │ │ │ └── MiSnapVoiceCaptureTutorial.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ │ ├── BulletType.html │ │ │ │ ├── MiSnapAssetStyle.html │ │ │ │ ├── MiSnapCheckboxState.html │ │ │ │ ├── MiSnapDocumentOrientationMode.html │ │ │ │ ├── MiSnapFacialCaptureCountdownStyle.html │ │ │ │ ├── MiSnapFacialCaptureOutlineColorStyle.html │ │ │ │ ├── MiSnapFacialCaptureOutlineState.html │ │ │ │ ├── MiSnapFacialCaptureVignetteStyle.html │ │ │ │ ├── MiSnapGuideAlignment.html │ │ │ │ ├── MiSnapGuideDocumentType.html │ │ │ │ ├── MiSnapGuideOrientationMode.html │ │ │ │ ├── MiSnapHintStyle.html │ │ │ │ ├── MiSnapViewHorizontalAlignment.html │ │ │ │ ├── MiSnapViewParent.html │ │ │ │ ├── MiSnapViewState.html │ │ │ │ ├── MiSnapViewVerticalAlignment.html │ │ │ │ ├── MiSnapVignetteStyle.html │ │ │ │ └── MiSnapVoiceCaptureViewStatus.html │ │ │ ├── Extensions.html │ │ │ ├── Extensions │ │ │ │ ├── CGFloat.html │ │ │ │ ├── CGSize.html │ │ │ │ ├── UIColor.html │ │ │ │ ├── UIEdgeInsets.html │ │ │ │ ├── UIFont.html │ │ │ │ └── UIScreen.html │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ │ └── MiSnapColorProvider.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ │ ├── .docset │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── Documents │ │ │ │ │ │ ├── Classes.html │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── MiSnapAssetManager.html │ │ │ │ │ │ │ ├── MiSnapBulletView.html │ │ │ │ │ │ │ ├── MiSnapBulletViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapCameraShutterView.html │ │ │ │ │ │ │ ├── MiSnapCameraShutterViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapCancelView.html │ │ │ │ │ │ │ ├── MiSnapCancelViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapCheckBackTutorial.html │ │ │ │ │ │ │ ├── MiSnapCheckFrontTutorial.html │ │ │ │ │ │ │ ├── MiSnapCheckboxView.html │ │ │ │ │ │ │ ├── MiSnapCheckboxViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapColorDarkMode.html │ │ │ │ │ │ │ ├── MiSnapColorLightMode.html │ │ │ │ │ │ │ ├── MiSnapColors.html │ │ │ │ │ │ │ ├── MiSnapDocumentLabelConfiguration.html │ │ │ │ │ │ │ ├── MiSnapDocumentOutlineConfiguration.html │ │ │ │ │ │ │ ├── MiSnapDocumentSVGView.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureCountdownView.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureCountdownViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureGuideConfiguration.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureGuideView.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureOutlineConfiguration.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureTutorial.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureVignetteConfiguration.html │ │ │ │ │ │ │ ├── MiSnapGlareView.html │ │ │ │ │ │ │ ├── MiSnapGlareViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapGuideView.html │ │ │ │ │ │ │ ├── MiSnapGuideViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapHelpView.html │ │ │ │ │ │ │ ├── MiSnapHelpViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapHintView.html │ │ │ │ │ │ │ ├── MiSnapHintViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapIDBackTutorial.html │ │ │ │ │ │ │ ├── MiSnapIDFrontTutorial.html │ │ │ │ │ │ │ ├── MiSnapLabel.html │ │ │ │ │ │ │ ├── MiSnapLabelConfiguration.html │ │ │ │ │ │ │ ├── MiSnapPassportQRTutorial.html │ │ │ │ │ │ │ ├── MiSnapPassportTutorial.html │ │ │ │ │ │ │ ├── MiSnapRecordingIndicatorView.html │ │ │ │ │ │ │ ├── MiSnapRecordingIndicatorViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapSVGView.html │ │ │ │ │ │ │ ├── MiSnapStatefulView.html │ │ │ │ │ │ │ ├── MiSnapStatefulViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapStatelessView.html │ │ │ │ │ │ │ ├── MiSnapStatelessViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapSuccessCheckmarkView.html │ │ │ │ │ │ │ ├── MiSnapSuccessCheckmarkViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapSuccessConfiguration.html │ │ │ │ │ │ │ ├── MiSnapTorchView.html │ │ │ │ │ │ │ ├── MiSnapTorchViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapView.html │ │ │ │ │ │ │ ├── MiSnapViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapViewLocation.html │ │ │ │ │ │ │ ├── MiSnapVignetteConfiguration.html │ │ │ │ │ │ │ ├── MiSnapVoiceCaptureFailureViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapVoiceCaptureNeutralViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapVoiceCaptureStatusView.html │ │ │ │ │ │ │ ├── MiSnapVoiceCaptureStatusViewConfiguration.html │ │ │ │ │ │ │ ├── MiSnapVoiceCaptureSuccessViewConfiguration.html │ │ │ │ │ │ │ └── MiSnapVoiceCaptureTutorial.html │ │ │ │ │ │ ├── Enums.html │ │ │ │ │ │ ├── Enums │ │ │ │ │ │ │ ├── BulletType.html │ │ │ │ │ │ │ ├── MiSnapAssetStyle.html │ │ │ │ │ │ │ ├── MiSnapCheckboxState.html │ │ │ │ │ │ │ ├── MiSnapDocumentOrientationMode.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureCountdownStyle.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureOutlineColorStyle.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureOutlineState.html │ │ │ │ │ │ │ ├── MiSnapFacialCaptureVignetteStyle.html │ │ │ │ │ │ │ ├── MiSnapGuideAlignment.html │ │ │ │ │ │ │ ├── MiSnapGuideDocumentType.html │ │ │ │ │ │ │ ├── MiSnapGuideOrientationMode.html │ │ │ │ │ │ │ ├── MiSnapHintStyle.html │ │ │ │ │ │ │ ├── MiSnapViewHorizontalAlignment.html │ │ │ │ │ │ │ ├── MiSnapViewParent.html │ │ │ │ │ │ │ ├── MiSnapViewState.html │ │ │ │ │ │ │ ├── MiSnapViewVerticalAlignment.html │ │ │ │ │ │ │ ├── MiSnapVignetteStyle.html │ │ │ │ │ │ │ └── MiSnapVoiceCaptureViewStatus.html │ │ │ │ │ │ ├── Extensions.html │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ │ ├── CGFloat.html │ │ │ │ │ │ │ ├── CGSize.html │ │ │ │ │ │ │ ├── UIColor.html │ │ │ │ │ │ │ ├── UIEdgeInsets.html │ │ │ │ │ │ │ ├── UIFont.html │ │ │ │ │ │ │ └── UIScreen.html │ │ │ │ │ │ ├── Protocols.html │ │ │ │ │ │ ├── Protocols │ │ │ │ │ │ │ └── MiSnapColorProvider.html │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ │ └── search.json │ │ │ │ │ │ └── docSet.dsidx │ │ │ │ └── .tgz │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ │ └── MiSnapCore │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ ├── MiSnapCore.html │ │ │ ├── MiSnapCryptography.html │ │ │ ├── MiSnapDevice.html │ │ │ ├── MiSnapLicenseManager.html │ │ │ ├── MiSnapLog.html │ │ │ ├── MiSnapLogConfiguration.html │ │ │ ├── MiSnapMibi.html │ │ │ ├── MiSnapMibiBarcodeSessionInfo.html │ │ │ ├── MiSnapMibiDeviceInfo.html │ │ │ ├── MiSnapMibiDocumentSessionInfo.html │ │ │ ├── MiSnapMibiFaceSessionInfo.html │ │ │ ├── MiSnapMibiNFCSessionInfo.html │ │ │ ├── MiSnapMibiSessionInfo.html │ │ │ ├── MiSnapMibiVoiceSessionInfo.html │ │ │ └── MiSnapUxpEventManager.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ ├── MiSnapCryptographyHashingAlgorithm.html │ │ │ ├── MiSnapLicenseFeature.html │ │ │ ├── MiSnapLicenseStatus.html │ │ │ ├── MiSnapLogLevel.html │ │ │ ├── MiSnapLogPresentation.html │ │ │ ├── MiSnapMibiDataElement.html │ │ │ ├── MiSnapMibiSessionInfoFlow.html │ │ │ ├── MiSnapMibiSessionInfoMode.html │ │ │ ├── MiSnapMibiSessionInfoOrientation.html │ │ │ ├── MiSnapMibiSessionInfoType.html │ │ │ ├── MiSnapMibiSessionInfoUnlock.html │ │ │ └── MiSnapUxpEvent.html │ │ │ ├── Extensions.html │ │ │ ├── Extensions │ │ │ └── Array.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ ├── .docset │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ ├── Documents │ │ │ │ │ ├── Classes.html │ │ │ │ │ ├── Classes │ │ │ │ │ │ ├── MiSnapCore.html │ │ │ │ │ │ ├── MiSnapCryptography.html │ │ │ │ │ │ ├── MiSnapDevice.html │ │ │ │ │ │ ├── MiSnapLicenseManager.html │ │ │ │ │ │ ├── MiSnapLog.html │ │ │ │ │ │ ├── MiSnapLogConfiguration.html │ │ │ │ │ │ ├── MiSnapMibi.html │ │ │ │ │ │ ├── MiSnapMibiBarcodeSessionInfo.html │ │ │ │ │ │ ├── MiSnapMibiDeviceInfo.html │ │ │ │ │ │ ├── MiSnapMibiDocumentSessionInfo.html │ │ │ │ │ │ ├── MiSnapMibiFaceSessionInfo.html │ │ │ │ │ │ ├── MiSnapMibiNFCSessionInfo.html │ │ │ │ │ │ ├── MiSnapMibiSessionInfo.html │ │ │ │ │ │ ├── MiSnapMibiVoiceSessionInfo.html │ │ │ │ │ │ └── MiSnapUxpEventManager.html │ │ │ │ │ ├── Enums.html │ │ │ │ │ ├── Enums │ │ │ │ │ │ ├── MiSnapCryptographyHashingAlgorithm.html │ │ │ │ │ │ ├── MiSnapLicenseFeature.html │ │ │ │ │ │ ├── MiSnapLicenseStatus.html │ │ │ │ │ │ ├── MiSnapLogLevel.html │ │ │ │ │ │ ├── MiSnapLogPresentation.html │ │ │ │ │ │ ├── MiSnapMibiDataElement.html │ │ │ │ │ │ ├── MiSnapMibiSessionInfoFlow.html │ │ │ │ │ │ ├── MiSnapMibiSessionInfoMode.html │ │ │ │ │ │ ├── MiSnapMibiSessionInfoOrientation.html │ │ │ │ │ │ ├── MiSnapMibiSessionInfoType.html │ │ │ │ │ │ ├── MiSnapMibiSessionInfoUnlock.html │ │ │ │ │ │ └── MiSnapUxpEvent.html │ │ │ │ │ ├── Extensions.html │ │ │ │ │ ├── Extensions │ │ │ │ │ │ └── Array.html │ │ │ │ │ ├── css │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ └── search.json │ │ │ │ │ └── docSet.dsidx │ │ │ └── .tgz │ │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ ├── MiSnap │ │ ├── MiSnap │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ │ ├── MiSnap.html │ │ │ │ ├── MiSnapAnalyzer.html │ │ │ │ ├── MiSnapCameraParameters.html │ │ │ │ ├── MiSnapImageUtilities.html │ │ │ │ ├── MiSnapParameters.html │ │ │ │ ├── MiSnapResult.html │ │ │ │ ├── MiSnapScienceClassificationResult.html │ │ │ │ ├── MiSnapScienceExtractionResult.html │ │ │ │ ├── MiSnapScienceIQAResult.html │ │ │ │ ├── MiSnapScienceMrz.html │ │ │ │ └── MiSnapScienceParameters.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ │ ├── IQAFailure.html │ │ │ │ ├── MiSnapCameraBarcodeType.html │ │ │ │ ├── MiSnapCameraDocumentCategory.html │ │ │ │ ├── MiSnapCameraDocumentType.html │ │ │ │ ├── MiSnapCameraResolution.html │ │ │ │ ├── MiSnapCameraTorchMode.html │ │ │ │ ├── MiSnapDeviceMotionSensitivityLevel.html │ │ │ │ ├── MiSnapMode.html │ │ │ │ ├── MiSnapResultCode.html │ │ │ │ ├── MiSnapScienceAdditionalStep.html │ │ │ │ ├── MiSnapScienceBarcodeType.html │ │ │ │ ├── MiSnapScienceClassificationDocumentType.html │ │ │ │ ├── MiSnapScienceDocumentCategory.html │ │ │ │ ├── MiSnapScienceDocumentType.html │ │ │ │ ├── MiSnapScienceExpirationStatus.html │ │ │ │ ├── MiSnapScienceGeoRegion.html │ │ │ │ ├── MiSnapScienceIdBackMode.html │ │ │ │ ├── MiSnapScienceOrientationMode.html │ │ │ │ ├── MiSnapStatus.html │ │ │ │ └── MiSnapTutorialMode.html │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ │ └── MiSnapAnalyzerDelegate.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ │ ├── .docset │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── Documents │ │ │ │ │ │ ├── Classes.html │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── MiSnap.html │ │ │ │ │ │ │ ├── MiSnapAnalyzer.html │ │ │ │ │ │ │ ├── MiSnapCameraParameters.html │ │ │ │ │ │ │ ├── MiSnapImageUtilities.html │ │ │ │ │ │ │ ├── MiSnapParameters.html │ │ │ │ │ │ │ ├── MiSnapResult.html │ │ │ │ │ │ │ ├── MiSnapScienceClassificationResult.html │ │ │ │ │ │ │ ├── MiSnapScienceExtractionResult.html │ │ │ │ │ │ │ ├── MiSnapScienceIQAResult.html │ │ │ │ │ │ │ ├── MiSnapScienceMrz.html │ │ │ │ │ │ │ └── MiSnapScienceParameters.html │ │ │ │ │ │ ├── Enums.html │ │ │ │ │ │ ├── Enums │ │ │ │ │ │ │ ├── IQAFailure.html │ │ │ │ │ │ │ ├── MiSnapCameraBarcodeType.html │ │ │ │ │ │ │ ├── MiSnapCameraDocumentCategory.html │ │ │ │ │ │ │ ├── MiSnapCameraDocumentType.html │ │ │ │ │ │ │ ├── MiSnapCameraResolution.html │ │ │ │ │ │ │ ├── MiSnapCameraTorchMode.html │ │ │ │ │ │ │ ├── MiSnapDeviceMotionSensitivityLevel.html │ │ │ │ │ │ │ ├── MiSnapMode.html │ │ │ │ │ │ │ ├── MiSnapResultCode.html │ │ │ │ │ │ │ ├── MiSnapScienceAdditionalStep.html │ │ │ │ │ │ │ ├── MiSnapScienceBarcodeType.html │ │ │ │ │ │ │ ├── MiSnapScienceClassificationDocumentType.html │ │ │ │ │ │ │ ├── MiSnapScienceDocumentCategory.html │ │ │ │ │ │ │ ├── MiSnapScienceDocumentType.html │ │ │ │ │ │ │ ├── MiSnapScienceExpirationStatus.html │ │ │ │ │ │ │ ├── MiSnapScienceGeoRegion.html │ │ │ │ │ │ │ ├── MiSnapScienceIdBackMode.html │ │ │ │ │ │ │ ├── MiSnapScienceOrientationMode.html │ │ │ │ │ │ │ ├── MiSnapStatus.html │ │ │ │ │ │ │ └── MiSnapTutorialMode.html │ │ │ │ │ │ ├── Protocols.html │ │ │ │ │ │ ├── Protocols │ │ │ │ │ │ │ └── MiSnapAnalyzerDelegate.html │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ │ └── search.json │ │ │ │ │ │ └── docSet.dsidx │ │ │ │ └── .tgz │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ │ ├── MiSnapCamera │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ │ ├── MiSnapCamera.html │ │ │ │ └── MiSnapCameraParameters.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ │ ├── MiSnapCameraBarcodeType.html │ │ │ │ ├── MiSnapCameraDocumentCategory.html │ │ │ │ ├── MiSnapCameraDocumentType.html │ │ │ │ ├── MiSnapCameraResolution.html │ │ │ │ └── MiSnapCameraTorchMode.html │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ │ └── MiSnapCameraDelegate.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ │ ├── .docset │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── Documents │ │ │ │ │ │ ├── Classes.html │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── MiSnapCamera.html │ │ │ │ │ │ │ └── MiSnapCameraParameters.html │ │ │ │ │ │ ├── Enums.html │ │ │ │ │ │ ├── Enums │ │ │ │ │ │ │ ├── MiSnapCameraBarcodeType.html │ │ │ │ │ │ │ ├── MiSnapCameraDocumentCategory.html │ │ │ │ │ │ │ ├── MiSnapCameraDocumentType.html │ │ │ │ │ │ │ ├── MiSnapCameraResolution.html │ │ │ │ │ │ │ └── MiSnapCameraTorchMode.html │ │ │ │ │ │ ├── Protocols.html │ │ │ │ │ │ ├── Protocols │ │ │ │ │ │ │ └── MiSnapCameraDelegate.html │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ │ └── search.json │ │ │ │ │ │ └── docSet.dsidx │ │ │ │ └── .tgz │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ │ ├── MiSnapScience │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ │ ├── MiSnapScience.html │ │ │ │ ├── MiSnapScienceClassificationResult.html │ │ │ │ ├── MiSnapScienceExtractionResult.html │ │ │ │ ├── MiSnapScienceIQAResult.html │ │ │ │ ├── MiSnapScienceMrz.html │ │ │ │ ├── MiSnapScienceParameters.html │ │ │ │ └── MiSnapScienceResult.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ │ ├── IQAFailure.html │ │ │ │ ├── MiSnapScienceAdditionalStep.html │ │ │ │ ├── MiSnapScienceBarcodeType.html │ │ │ │ ├── MiSnapScienceClassificationDocumentType.html │ │ │ │ ├── MiSnapScienceDocumentCategory.html │ │ │ │ ├── MiSnapScienceDocumentType.html │ │ │ │ ├── MiSnapScienceExpirationStatus.html │ │ │ │ ├── MiSnapScienceGeoRegion.html │ │ │ │ ├── MiSnapScienceIdBackMode.html │ │ │ │ └── MiSnapScienceOrientationMode.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ │ ├── .docset │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── Documents │ │ │ │ │ │ ├── Classes.html │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── MiSnapScience.html │ │ │ │ │ │ │ ├── MiSnapScienceClassificationResult.html │ │ │ │ │ │ │ ├── MiSnapScienceExtractionResult.html │ │ │ │ │ │ │ ├── MiSnapScienceIQAResult.html │ │ │ │ │ │ │ ├── MiSnapScienceMrz.html │ │ │ │ │ │ │ ├── MiSnapScienceParameters.html │ │ │ │ │ │ │ └── MiSnapScienceResult.html │ │ │ │ │ │ ├── Enums.html │ │ │ │ │ │ ├── Enums │ │ │ │ │ │ │ ├── IQAFailure.html │ │ │ │ │ │ │ ├── MiSnapScienceAdditionalStep.html │ │ │ │ │ │ │ ├── MiSnapScienceBarcodeType.html │ │ │ │ │ │ │ ├── MiSnapScienceClassificationDocumentType.html │ │ │ │ │ │ │ ├── MiSnapScienceDocumentCategory.html │ │ │ │ │ │ │ ├── MiSnapScienceDocumentType.html │ │ │ │ │ │ │ ├── MiSnapScienceExpirationStatus.html │ │ │ │ │ │ │ ├── MiSnapScienceGeoRegion.html │ │ │ │ │ │ │ ├── MiSnapScienceIdBackMode.html │ │ │ │ │ │ │ └── MiSnapScienceOrientationMode.html │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ │ └── search.json │ │ │ │ │ │ └── docSet.dsidx │ │ │ │ └── .tgz │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ │ └── MiSnapUX │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ ├── MiSnapAssetLocationConfiguration.html │ │ │ ├── MiSnapConfiguration.html │ │ │ ├── MiSnapHintParameters.html │ │ │ ├── MiSnapLocalizationConfiguration.html │ │ │ ├── MiSnapTutorialButtonsConfiguration.html │ │ │ ├── MiSnapTutorialConfiguration.html │ │ │ ├── MiSnapTutorialDocumentTypeConfiguration.html │ │ │ ├── MiSnapTutorialInstructionConfiguration.html │ │ │ ├── MiSnapUX.html │ │ │ ├── MiSnapUxParameters.html │ │ │ └── MiSnapViewController.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ ├── MiSnapIntroductoryInstructionMode.html │ │ │ ├── MiSnapReviewMode.html │ │ │ ├── MiSnapTutorialInstructionStyle.html │ │ │ ├── MiSnapTutorialType.html │ │ │ └── MiSnapUxTutorialMode.html │ │ │ ├── Extensions.html │ │ │ ├── Extensions │ │ │ └── MiSnapTutorialViewController.html │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ ├── MiSnapTutorialViewControllerDelegate.html │ │ │ └── MiSnapViewControllerDelegate.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ ├── .docset │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ ├── Documents │ │ │ │ │ ├── Classes.html │ │ │ │ │ ├── Classes │ │ │ │ │ │ ├── MiSnapAssetLocationConfiguration.html │ │ │ │ │ │ ├── MiSnapConfiguration.html │ │ │ │ │ │ ├── MiSnapHintParameters.html │ │ │ │ │ │ ├── MiSnapLocalizationConfiguration.html │ │ │ │ │ │ ├── MiSnapTutorialButtonsConfiguration.html │ │ │ │ │ │ ├── MiSnapTutorialConfiguration.html │ │ │ │ │ │ ├── MiSnapTutorialDocumentTypeConfiguration.html │ │ │ │ │ │ ├── MiSnapTutorialInstructionConfiguration.html │ │ │ │ │ │ ├── MiSnapUX.html │ │ │ │ │ │ ├── MiSnapUxParameters.html │ │ │ │ │ │ └── MiSnapViewController.html │ │ │ │ │ ├── Enums.html │ │ │ │ │ ├── Enums │ │ │ │ │ │ ├── MiSnapIntroductoryInstructionMode.html │ │ │ │ │ │ ├── MiSnapReviewMode.html │ │ │ │ │ │ ├── MiSnapTutorialInstructionStyle.html │ │ │ │ │ │ ├── MiSnapTutorialType.html │ │ │ │ │ │ └── MiSnapUxTutorialMode.html │ │ │ │ │ ├── Extensions.html │ │ │ │ │ ├── Extensions │ │ │ │ │ │ └── MiSnapTutorialViewController.html │ │ │ │ │ ├── Protocols.html │ │ │ │ │ ├── Protocols │ │ │ │ │ │ ├── MiSnapTutorialViewControllerDelegate.html │ │ │ │ │ │ └── MiSnapViewControllerDelegate.html │ │ │ │ │ ├── css │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ └── search.json │ │ │ │ │ └── docSet.dsidx │ │ │ └── .tgz │ │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ ├── MiSnapFacialCapture │ │ └── MiSnapFacialCapture │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ ├── MiSnapFacialCapture.html │ │ │ ├── MiSnapFacialCaptureAnalyzer.html │ │ │ ├── MiSnapFacialCaptureCamera.html │ │ │ ├── MiSnapFacialCaptureCameraExposureResult.html │ │ │ ├── MiSnapFacialCaptureCameraParameters.html │ │ │ ├── MiSnapFacialCaptureParameters.html │ │ │ └── MiSnapFacialCaptureResult.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ ├── MiSnapFacialCaptureAiBasedRtsPayloadSize.html │ │ │ ├── MiSnapFacialCaptureMode.html │ │ │ ├── MiSnapFacialCaptureResultCode.html │ │ │ ├── MiSnapFacialCaptureSmileStatus.html │ │ │ ├── MiSnapFacialCaptureStatus.html │ │ │ └── MiSnapFacialCaptureTutorialMode.html │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ ├── MiSnapFacialCaptureAnalyzerDelegate.html │ │ │ └── MiSnapFacialCaptureCameraDelegate.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ ├── .docset │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ ├── Documents │ │ │ │ │ ├── Classes.html │ │ │ │ │ ├── Classes │ │ │ │ │ │ ├── MiSnapFacialCapture.html │ │ │ │ │ │ ├── MiSnapFacialCaptureAnalyzer.html │ │ │ │ │ │ ├── MiSnapFacialCaptureCamera.html │ │ │ │ │ │ ├── MiSnapFacialCaptureCameraExposureResult.html │ │ │ │ │ │ ├── MiSnapFacialCaptureCameraParameters.html │ │ │ │ │ │ ├── MiSnapFacialCaptureParameters.html │ │ │ │ │ │ └── MiSnapFacialCaptureResult.html │ │ │ │ │ ├── Enums.html │ │ │ │ │ ├── Enums │ │ │ │ │ │ ├── MiSnapFacialCaptureAiBasedRtsPayloadSize.html │ │ │ │ │ │ ├── MiSnapFacialCaptureMode.html │ │ │ │ │ │ ├── MiSnapFacialCaptureResultCode.html │ │ │ │ │ │ ├── MiSnapFacialCaptureSmileStatus.html │ │ │ │ │ │ ├── MiSnapFacialCaptureStatus.html │ │ │ │ │ │ └── MiSnapFacialCaptureTutorialMode.html │ │ │ │ │ ├── Protocols.html │ │ │ │ │ ├── Protocols │ │ │ │ │ │ ├── MiSnapFacialCaptureAnalyzerDelegate.html │ │ │ │ │ │ └── MiSnapFacialCaptureCameraDelegate.html │ │ │ │ │ ├── css │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ └── search.json │ │ │ │ │ └── docSet.dsidx │ │ │ └── .tgz │ │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ ├── MiSnapNFC │ │ ├── MiSnapNFC │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ │ ├── MiSnapNFC.html │ │ │ │ ├── MiSnapNFCAssetLocationConfiguration.html │ │ │ │ ├── MiSnapNFCChipLocator.html │ │ │ │ ├── MiSnapNFCInputs.html │ │ │ │ ├── MiSnapNFCLocalizationConfiguration.html │ │ │ │ ├── MiSnapNFCParameters.html │ │ │ │ ├── MiSnapNFCReader.html │ │ │ │ ├── MiSnapNFCResourceLocator.html │ │ │ │ └── MiSnapNFCResourceLocatorConfiguration.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ │ ├── MiSnapNFCChipLocation.html │ │ │ │ ├── MiSnapNFCDocumentType.html │ │ │ │ ├── MiSnapNFCInvalidationReason.html │ │ │ │ ├── MiSnapNFCKey.html │ │ │ │ ├── MiSnapNFCProgressIndicator.html │ │ │ │ └── MiSnapNFCTagError.html │ │ │ ├── Extensions.html │ │ │ ├── Extensions │ │ │ │ ├── Notification.html │ │ │ │ └── Notification │ │ │ │ │ └── Name.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ │ ├── highlight.css │ │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ │ ├── .docset │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── Documents │ │ │ │ │ │ ├── Classes.html │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── MiSnapNFC.html │ │ │ │ │ │ │ ├── MiSnapNFCAssetLocationConfiguration.html │ │ │ │ │ │ │ ├── MiSnapNFCChipLocator.html │ │ │ │ │ │ │ ├── MiSnapNFCInputs.html │ │ │ │ │ │ │ ├── MiSnapNFCLocalizationConfiguration.html │ │ │ │ │ │ │ ├── MiSnapNFCParameters.html │ │ │ │ │ │ │ ├── MiSnapNFCReader.html │ │ │ │ │ │ │ ├── MiSnapNFCResourceLocator.html │ │ │ │ │ │ │ └── MiSnapNFCResourceLocatorConfiguration.html │ │ │ │ │ │ ├── Enums.html │ │ │ │ │ │ ├── Enums │ │ │ │ │ │ │ ├── MiSnapNFCChipLocation.html │ │ │ │ │ │ │ ├── MiSnapNFCDocumentType.html │ │ │ │ │ │ │ ├── MiSnapNFCInvalidationReason.html │ │ │ │ │ │ │ ├── MiSnapNFCKey.html │ │ │ │ │ │ │ ├── MiSnapNFCProgressIndicator.html │ │ │ │ │ │ │ └── MiSnapNFCTagError.html │ │ │ │ │ │ ├── Extensions.html │ │ │ │ │ │ ├── Extensions │ │ │ │ │ │ │ ├── Notification.html │ │ │ │ │ │ │ └── Notification │ │ │ │ │ │ │ │ └── Name.html │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ │ └── search.json │ │ │ │ │ │ └── docSet.dsidx │ │ │ │ └── .tgz │ │ │ ├── img │ │ │ │ ├── carat.png │ │ │ │ ├── dash.png │ │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── jazzy.js │ │ │ │ ├── jazzy.search.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── lunr.min.js │ │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ │ └── MiSnapNFCUX │ │ │ ├── Classes.html │ │ │ ├── Classes │ │ │ ├── MiSnapNFCConfiguration.html │ │ │ ├── MiSnapNFCInstructionConfiguration.html │ │ │ ├── MiSnapNFCScanButtonsConfiguration.html │ │ │ ├── MiSnapNFCScanConfiguration.html │ │ │ ├── MiSnapNFCUX.html │ │ │ ├── MiSnapNFCUxParameters.html │ │ │ └── MiSnapNFCViewController.html │ │ │ ├── Enums.html │ │ │ ├── Enums │ │ │ └── MiSnapNFCUxPinEntry.html │ │ │ ├── Extensions.html │ │ │ ├── Protocols.html │ │ │ ├── Protocols │ │ │ └── MiSnapNFCViewControllerDelegate.html │ │ │ ├── badge.svg │ │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ │ ├── docsets │ │ │ ├── .docset │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ ├── Documents │ │ │ │ │ ├── Classes.html │ │ │ │ │ ├── Classes │ │ │ │ │ │ ├── MiSnapNFCConfiguration.html │ │ │ │ │ │ ├── MiSnapNFCInstructionConfiguration.html │ │ │ │ │ │ ├── MiSnapNFCScanButtonsConfiguration.html │ │ │ │ │ │ ├── MiSnapNFCScanConfiguration.html │ │ │ │ │ │ ├── MiSnapNFCUX.html │ │ │ │ │ │ ├── MiSnapNFCUxParameters.html │ │ │ │ │ │ └── MiSnapNFCViewController.html │ │ │ │ │ ├── Enums.html │ │ │ │ │ ├── Enums │ │ │ │ │ │ └── MiSnapNFCUxPinEntry.html │ │ │ │ │ ├── Extensions.html │ │ │ │ │ ├── Protocols.html │ │ │ │ │ ├── Protocols │ │ │ │ │ │ └── MiSnapNFCViewControllerDelegate.html │ │ │ │ │ ├── css │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ └── search.json │ │ │ │ │ └── docSet.dsidx │ │ │ └── .tgz │ │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ │ ├── search.json │ │ │ └── undocumented.json │ └── MiSnapVoiceCapture │ │ ├── MiSnapVoiceCapture │ │ ├── Classes.html │ │ ├── Classes │ │ │ ├── MiSnapVoiceCapture.html │ │ │ ├── MiSnapVoiceCaptureController.html │ │ │ ├── MiSnapVoiceCaptureParameters.html │ │ │ └── MiSnapVoiceCaptureResult.html │ │ ├── Enums.html │ │ ├── Enums │ │ │ ├── MiSnapVoiceCaptureControllerInterruptionReason.html │ │ │ ├── MiSnapVoiceCaptureFlow.html │ │ │ └── MiSnapVoiceCaptureStatus.html │ │ ├── Protocols.html │ │ ├── Protocols │ │ │ └── MiSnapVoiceCaptureControllerDelegate.html │ │ ├── badge.svg │ │ ├── css │ │ │ ├── highlight.css │ │ │ └── jazzy.css │ │ ├── docsets │ │ │ ├── .docset │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ ├── Documents │ │ │ │ │ ├── Classes.html │ │ │ │ │ ├── Classes │ │ │ │ │ │ ├── MiSnapVoiceCapture.html │ │ │ │ │ │ ├── MiSnapVoiceCaptureController.html │ │ │ │ │ │ ├── MiSnapVoiceCaptureParameters.html │ │ │ │ │ │ └── MiSnapVoiceCaptureResult.html │ │ │ │ │ ├── Enums.html │ │ │ │ │ ├── Enums │ │ │ │ │ │ ├── MiSnapVoiceCaptureControllerInterruptionReason.html │ │ │ │ │ │ ├── MiSnapVoiceCaptureFlow.html │ │ │ │ │ │ └── MiSnapVoiceCaptureStatus.html │ │ │ │ │ ├── Protocols.html │ │ │ │ │ ├── Protocols │ │ │ │ │ │ └── MiSnapVoiceCaptureControllerDelegate.html │ │ │ │ │ ├── badge.svg │ │ │ │ │ ├── css │ │ │ │ │ │ ├── highlight.css │ │ │ │ │ │ └── jazzy.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carat.png │ │ │ │ │ │ ├── dash.png │ │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── jazzy.js │ │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ │ ├── search.json │ │ │ │ │ └── undocumented.json │ │ │ │ │ └── docSet.dsidx │ │ │ └── .tgz │ │ ├── img │ │ │ ├── carat.png │ │ │ ├── dash.png │ │ │ └── spinner.gif │ │ ├── index.html │ │ ├── js │ │ │ ├── jazzy.js │ │ │ ├── jazzy.search.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.min.js │ │ │ └── typeahead.jquery.js │ │ ├── search.json │ │ └── undocumented.json │ │ └── MiSnapVoiceCaptureUX │ │ ├── Classes.html │ │ ├── Classes │ │ ├── MiSnapVoiceCaptureAssetLocationConfiguration.html │ │ ├── MiSnapVoiceCaptureConfiguration.html │ │ ├── MiSnapVoiceCaptureIntroductoryInstructionButtonsConfiguration.html │ │ ├── MiSnapVoiceCaptureIntroductoryInstructionConfiguration.html │ │ ├── MiSnapVoiceCaptureLocalizationConfiguration.html │ │ ├── MiSnapVoiceCapturePhraseSelectionButtonsConfiguration.html │ │ ├── MiSnapVoiceCapturePhraseSelectionConfiguration.html │ │ ├── MiSnapVoiceCaptureRecordingButtonsConfiguration.html │ │ ├── MiSnapVoiceCaptureRecordingConfiguration.html │ │ ├── MiSnapVoiceCaptureUX.html │ │ ├── MiSnapVoiceCaptureUXParameters.html │ │ └── MiSnapVoiceCaptureViewController.html │ │ ├── Extensions.html │ │ ├── Protocols.html │ │ ├── Protocols │ │ └── MiSnapVoiceCaptureViewControllerDelegate.html │ │ ├── badge.svg │ │ ├── css │ │ ├── highlight.css │ │ └── jazzy.css │ │ ├── docsets │ │ ├── .docset │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── Resources │ │ │ │ ├── Documents │ │ │ │ ├── Classes.html │ │ │ │ ├── Classes │ │ │ │ │ ├── MiSnapVoiceCaptureAssetLocationConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureIntroductoryInstructionButtonsConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureIntroductoryInstructionConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureLocalizationConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCapturePhraseSelectionButtonsConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCapturePhraseSelectionConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureRecordingButtonsConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureRecordingConfiguration.html │ │ │ │ │ ├── MiSnapVoiceCaptureUX.html │ │ │ │ │ ├── MiSnapVoiceCaptureUXParameters.html │ │ │ │ │ └── MiSnapVoiceCaptureViewController.html │ │ │ │ ├── Extensions.html │ │ │ │ ├── Protocols.html │ │ │ │ ├── Protocols │ │ │ │ │ └── MiSnapVoiceCaptureViewControllerDelegate.html │ │ │ │ ├── badge.svg │ │ │ │ ├── css │ │ │ │ │ ├── highlight.css │ │ │ │ │ └── jazzy.css │ │ │ │ ├── img │ │ │ │ │ ├── carat.png │ │ │ │ │ ├── dash.png │ │ │ │ │ └── spinner.gif │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── jazzy.js │ │ │ │ │ ├── jazzy.search.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── lunr.min.js │ │ │ │ │ └── typeahead.jquery.js │ │ │ │ ├── search.json │ │ │ │ └── undocumented.json │ │ │ │ └── docSet.dsidx │ │ └── .tgz │ │ ├── img │ │ ├── carat.png │ │ ├── dash.png │ │ └── spinner.gif │ │ ├── index.html │ │ ├── js │ │ ├── jazzy.js │ │ ├── jazzy.search.js │ │ ├── jquery.min.js │ │ ├── lunr.min.js │ │ └── typeahead.jquery.js │ │ ├── search.json │ │ └── undocumented.json └── Guides │ ├── Common │ ├── faq.md │ ├── migration_guide.md │ ├── migration_guide_swift_6.x.md │ └── workflow.md │ ├── MiSnap │ ├── customization_guide.md │ ├── faq.md │ └── integration_guide.md │ ├── MiSnapFacialCapture │ ├── customization_guide.md │ ├── faq.md │ └── integration_guide.md │ ├── MiSnapNFC │ ├── 3rd_party_licensing_info.md │ ├── customization_guide.md │ ├── faq.md │ ├── integration_guide.md │ └── supported_geos.md │ └── MiSnapVoiceCapture │ ├── customization_guide.md │ ├── faq.md │ └── integration_guide.md ├── Examples ├── Apps │ ├── Common │ │ └── MiSnapWorkflowSampleApp │ │ │ ├── .swiftlint.yml │ │ │ ├── MiSnapWorkflowSampleApp.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ └── swiftpm │ │ │ │ │ └── Package.resolved │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── MiSnapWorkflowSampleApp.xcscheme │ │ │ └── MiSnapWorkflowSampleApp │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-App-20x20@1x.png │ │ │ │ ├── Icon-App-20x20@2x.png │ │ │ │ ├── Icon-App-20x20@3x.png │ │ │ │ ├── Icon-App-29x29@1x.png │ │ │ │ ├── Icon-App-29x29@2x.png │ │ │ │ ├── Icon-App-29x29@3x.png │ │ │ │ ├── Icon-App-40x40@1x.png │ │ │ │ ├── Icon-App-40x40@2x.png │ │ │ │ ├── Icon-App-40x40@3x.png │ │ │ │ ├── Icon-App-57x57@1x.png │ │ │ │ ├── Icon-App-57x57@2x.png │ │ │ │ ├── Icon-App-60x60@2x.png │ │ │ │ ├── Icon-App-60x60@3x.png │ │ │ │ ├── Icon-App-72x72@1x.png │ │ │ │ ├── Icon-App-72x72@2x.png │ │ │ │ ├── Icon-App-76x76@1x.png │ │ │ │ ├── Icon-App-76x76@2x.png │ │ │ │ ├── Icon-App-83.5x83.5@2x.png │ │ │ │ ├── Icon-Small-50x50@1x.png │ │ │ │ ├── Icon-Small-50x50@2x.png │ │ │ │ └── photo.jpg │ │ │ ├── Contents.json │ │ │ ├── checkmark.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── checkmark.png │ │ │ ├── crossmark.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── crossmark.png │ │ │ └── na.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── na.png │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── Beta EU.plist │ │ │ ├── CustomSegmentedControl.swift │ │ │ ├── Info.plist │ │ │ ├── InfoView.swift │ │ │ ├── JudgementView.swift │ │ │ ├── LoadingView.swift │ │ │ ├── MiPassEnrollmentInput.swift │ │ │ ├── MiPassResult.swift │ │ │ ├── MiPassResultView.swift │ │ │ ├── MiPassResultViewController.swift │ │ │ ├── MiSnapWorkflowSampleApp.entitlements │ │ │ ├── MobileVerifyResult.swift │ │ │ ├── MobileVerifyResultView.swift │ │ │ ├── MobileVerifyResultViewController.swift │ │ │ ├── RecordingPlaybackView.swift │ │ │ ├── ResultLabel.swift │ │ │ ├── ResultViewController.swift │ │ │ ├── Sandbox EU.plist │ │ │ ├── SceneDelegate.swift │ │ │ ├── Usability EU.plist │ │ │ ├── Utils.swift │ │ │ ├── ViewController.swift │ │ │ ├── en.lproj │ │ │ └── Main.strings │ │ │ ├── es.lproj │ │ │ └── Main.strings │ │ │ └── fr.lproj │ │ │ └── Main.strings │ ├── MiSnap │ │ ├── MiSnapCustomizationSampleApp │ │ │ ├── MiSnapCustomizationSampleApp.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── project.xcworkspace │ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ │ └── xcshareddata │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ └── swiftpm │ │ │ │ │ └── Package.resolved │ │ │ └── MiSnapCustomizationSampleApp │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Assets.xcassets │ │ │ │ ├── AccentColor.colorset │ │ │ │ │ └── Contents.json │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ │ ├── Base.lproj │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── Main.storyboard │ │ │ │ ├── CustomTutorialViewController.swift │ │ │ │ ├── Info.plist │ │ │ │ ├── ResultViewController.swift │ │ │ │ ├── SceneDelegate.swift │ │ │ │ └── ViewController.swift │ │ └── MiSnapSampleApp │ │ │ ├── MiSnapSampleApp.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── swiftpm │ │ │ │ └── Package.resolved │ │ │ └── MiSnapSampleApp │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ ├── AccentColor.colorset │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── Info.plist │ │ │ ├── ResultViewController.swift │ │ │ ├── SceneDelegate.swift │ │ │ └── ViewController.swift │ ├── MiSnapFacialCapture │ │ ├── MiSnapFacialCaptureCustomizationSampleApp │ │ │ ├── MiSnapFacialCaptureCustomizationSampleApp.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── project.xcworkspace │ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ │ └── xcshareddata │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ └── swiftpm │ │ │ │ │ └── Package.resolved │ │ │ └── MiSnapFacialCaptureCustomizationSampleApp │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Assets.xcassets │ │ │ │ ├── AccentColor.colorset │ │ │ │ │ └── Contents.json │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ │ ├── Base.lproj │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── Main.storyboard │ │ │ │ ├── CustomFacialCaptureTutorialViewController.swift │ │ │ │ ├── Info.plist │ │ │ │ ├── ResultViewController.swift │ │ │ │ ├── SceneDelegate.swift │ │ │ │ └── ViewController.swift │ │ └── MiSnapFacialCaptureSampleApp │ │ │ ├── MiSnapFacialCaptureSampleApp.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── swiftpm │ │ │ │ └── Package.resolved │ │ │ └── MiSnapFacialCaptureSampleApp │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ ├── AccentColor.colorset │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── Info.plist │ │ │ ├── ResultViewController.swift │ │ │ ├── SceneDelegate.swift │ │ │ └── ViewController.swift │ ├── MiSnapNFC │ │ ├── MiSnapNFCCustomizationSampleApp │ │ │ ├── MiSnapNFCCustomizationSampleApp.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ ├── project.xcworkspace │ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ │ └── swiftpm │ │ │ │ │ │ └── Package.resolved │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ └── MiSnapNFCCustomizationSampleApp.xcscheme │ │ │ └── MiSnapNFCCustomizationSampleApp │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Assets.xcassets │ │ │ │ ├── AccentColor.colorset │ │ │ │ │ └── Contents.json │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ │ ├── Base.lproj │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── Main.storyboard │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapNFCCustomizationSampleApp.entitlements │ │ │ │ ├── ResultViewController.swift │ │ │ │ ├── SceneDelegate.swift │ │ │ │ ├── Utils.swift │ │ │ │ └── ViewController.swift │ │ └── MiSnapNFCSampleApp │ │ │ ├── MiSnapNFCSampleApp.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ │ └── swiftpm │ │ │ │ │ └── Package.resolved │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── MiSnapNFCSampleApp.xcscheme │ │ │ └── MiSnapNFCSampleApp │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ ├── AccentColor.colorset │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── Info.plist │ │ │ ├── MiSnapNFCSampleApp.entitlements │ │ │ ├── ResultViewController.swift │ │ │ ├── SceneDelegate.swift │ │ │ ├── Utils.swift │ │ │ └── ViewController.swift │ └── MiSnapVoiceCapture │ │ ├── MiSnapVoiceCaptureCustomizationSampleApp │ │ ├── MiSnapVoiceCaptureCustomizationSampleApp.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── swiftpm │ │ │ │ └── Package.resolved │ │ └── MiSnapVoiceCaptureCustomizationSampleApp │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ ├── AccentColor.colorset │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ │ ├── Info.plist │ │ │ ├── RecordingPlaybackView.swift │ │ │ ├── ResultViewController.swift │ │ │ ├── SceneDelegate.swift │ │ │ └── ViewController.swift │ │ └── MiSnapVoiceCaptureSampleApp │ │ ├── MiSnapVoiceCaptureSampleApp.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── swiftpm │ │ │ └── Package.resolved │ │ └── MiSnapVoiceCaptureSampleApp │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ │ ├── Info.plist │ │ ├── RecordingPlaybackView.swift │ │ ├── ResultViewController.swift │ │ ├── SceneDelegate.swift │ │ └── ViewController.swift └── Snippets │ ├── MiSnap │ ├── CustomTutorialViewController.swift │ └── CustomViewController.swift │ ├── MiSnapFacialCapture │ ├── CustomFacialCaptureTutorialViewController.swift │ └── CustomFacialCaptureViewController.swift │ ├── MiSnapNFC │ └── CustomNFCViewController.swift │ └── MiSnapVoiceCapture │ └── CustomVoiceCaptureViewController.swift ├── LICENSE ├── Package.swift ├── README.md ├── SDKs ├── Common │ ├── IDLiveFaceIAD.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── IDLiveFaceIAD.framework │ │ │ │ ├── Headers │ │ │ │ ├── IDLiveFaceIAD-Swift.h │ │ │ │ └── IDLiveFaceIAD.h │ │ │ │ ├── IDLiveFaceIAD │ │ │ │ ├── Info.plist │ │ │ │ └── Modules │ │ │ │ ├── IDLiveFaceIAD.swiftmodule │ │ │ │ ├── Project │ │ │ │ │ └── arm64-apple-ios.swiftsourceinfo │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ └── arm64-apple-ios.swiftinterface │ │ │ │ └── module.modulemap │ │ └── ios-arm64_x86_64-simulator │ │ │ └── IDLiveFaceIAD.framework │ │ │ ├── Headers │ │ │ ├── IDLiveFaceIAD-Swift.h │ │ │ └── IDLiveFaceIAD.h │ │ │ ├── IDLiveFaceIAD │ │ │ ├── Info.plist │ │ │ ├── Modules │ │ │ ├── IDLiveFaceIAD.swiftmodule │ │ │ │ ├── Project │ │ │ │ │ ├── arm64-apple-ios-simulator.swiftsourceinfo │ │ │ │ │ └── x86_64-apple-ios-simulator.swiftsourceinfo │ │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ │ └── x86_64-apple-ios-simulator.swiftinterface │ │ │ └── module.modulemap │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── MiSnapAssetManager.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapAssetManager.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapAssetManager-Swift.h │ │ │ │ └── MiSnapAssetManager.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapAssetManager │ │ │ │ ├── Modules │ │ │ │ ├── MiSnapAssetManager.swiftmodule │ │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapAssetManager.framework │ │ │ ├── Headers │ │ │ ├── MiSnapAssetManager-Swift.h │ │ │ └── MiSnapAssetManager.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapAssetManager │ │ │ ├── Modules │ │ │ ├── MiSnapAssetManager.swiftmodule │ │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── MiSnapCore.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapCore.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapCore-Swift.h │ │ │ │ └── MiSnapCore.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapCore │ │ │ │ ├── Modules │ │ │ │ ├── MiSnapCore.swiftmodule │ │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapCore.framework │ │ │ ├── Headers │ │ │ ├── MiSnapCore-Swift.h │ │ │ └── MiSnapCore.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapCore │ │ │ ├── Modules │ │ │ ├── MiSnapCore.swiftmodule │ │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── MiSnapWorkflow │ │ ├── MiSnapWorkflowController.swift │ │ ├── MiSnapWorkflowViewController.swift │ │ └── MiSnapWorkflowViewControllerFactory.swift │ ├── MitekPlatform │ │ ├── MitekPlatform.swift │ │ └── MitekPlatformTokenManager.swift │ └── MitekRequest │ │ ├── MiPassRequest.swift │ │ ├── MobileVerifyAgentAssistDocumentAuthenticationRequest.swift │ │ └── MobileVerifyAutoAuthenticationRequest.swift ├── MiSnap │ ├── MiSnap.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnap.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnap.h │ │ │ │ ├── MiSnapAnalyzer.h │ │ │ │ ├── MiSnapImageUtilities.h │ │ │ │ ├── MiSnapParameters.h │ │ │ │ └── MiSnapResult.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnap │ │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnap.framework │ │ │ ├── Headers │ │ │ ├── MiSnap.h │ │ │ ├── MiSnapAnalyzer.h │ │ │ ├── MiSnapImageUtilities.h │ │ │ ├── MiSnapParameters.h │ │ │ └── MiSnapResult.h │ │ │ ├── Info.plist │ │ │ ├── MiSnap │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── MiSnapBarcodeScanner.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapBarcodeScanner.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapBarcodeScanner.h │ │ │ │ ├── MiSnapBarcodeScannerAnalyzer.h │ │ │ │ └── MiSnapBarcodeScannerResult.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapBarcodeScanner │ │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapBarcodeScanner.framework │ │ │ ├── Headers │ │ │ ├── MiSnapBarcodeScanner.h │ │ │ ├── MiSnapBarcodeScannerAnalyzer.h │ │ │ └── MiSnapBarcodeScannerResult.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapBarcodeScanner │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── MiSnapCamera.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapCamera.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapCamera.h │ │ │ │ └── MiSnapCameraParameters.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapCamera │ │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapCamera.framework │ │ │ ├── Headers │ │ │ ├── MiSnapCamera.h │ │ │ └── MiSnapCameraParameters.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapCamera │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── MiSnapScience.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapScience.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapScience.h │ │ │ │ ├── MiSnapScienceClassificationResult.h │ │ │ │ ├── MiSnapScienceExtractionResult.h │ │ │ │ ├── MiSnapScienceIQAResult.h │ │ │ │ ├── MiSnapScienceMrz.h │ │ │ │ ├── MiSnapScienceParameters.h │ │ │ │ └── MiSnapScienceResult.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapScience │ │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ │ └── rules │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapScience.framework │ │ │ ├── Headers │ │ │ ├── MiSnapScience.h │ │ │ ├── MiSnapScienceClassificationResult.h │ │ │ ├── MiSnapScienceExtractionResult.h │ │ │ ├── MiSnapScienceIQAResult.h │ │ │ ├── MiSnapScienceMrz.h │ │ │ ├── MiSnapScienceParameters.h │ │ │ └── MiSnapScienceResult.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapScience │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ ├── _CodeSignature │ │ │ └── CodeResources │ │ │ └── rules │ ├── MiSnapUX.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapUX.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapUX-Swift.h │ │ │ │ └── MiSnapUX.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapUX │ │ │ │ ├── Modules │ │ │ │ ├── MiSnapUX.swiftmodule │ │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapUX.framework │ │ │ ├── Headers │ │ │ ├── MiSnapUX-Swift.h │ │ │ └── MiSnapUX.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapUX │ │ │ ├── Modules │ │ │ ├── MiSnapUX.swiftmodule │ │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ └── MobileFlow.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ ├── CodeDirectory │ │ ├── CodeRequirements │ │ ├── CodeRequirements-1 │ │ ├── CodeResources │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ └── MobileFlow.framework │ │ │ ├── Headers │ │ │ └── MobileFlow.h │ │ │ ├── Info.plist │ │ │ ├── MobileFlow │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ └── MobileFlow.framework │ │ ├── Headers │ │ └── MobileFlow.h │ │ ├── Info.plist │ │ ├── MobileFlow │ │ ├── Modules │ │ └── module.modulemap │ │ ├── PrivacyInfo.xcprivacy │ │ └── _CodeSignature │ │ └── CodeResources ├── MiSnapFacialCapture │ ├── MiSnapFacialCapture.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapFacialCapture.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapFacialCapture.h │ │ │ │ ├── MiSnapFacialCaptureAnalyzer.h │ │ │ │ ├── MiSnapFacialCaptureCamera.h │ │ │ │ ├── MiSnapFacialCaptureCameraExposureResult.h │ │ │ │ ├── MiSnapFacialCaptureCameraParameters.h │ │ │ │ ├── MiSnapFacialCaptureParameters.h │ │ │ │ └── MiSnapFacialCaptureResult.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapFacialCapture │ │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapFacialCapture.framework │ │ │ ├── Headers │ │ │ ├── MiSnapFacialCapture.h │ │ │ ├── MiSnapFacialCaptureAnalyzer.h │ │ │ ├── MiSnapFacialCaptureCamera.h │ │ │ ├── MiSnapFacialCaptureCameraExposureResult.h │ │ │ ├── MiSnapFacialCaptureCameraParameters.h │ │ │ ├── MiSnapFacialCaptureParameters.h │ │ │ └── MiSnapFacialCaptureResult.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapFacialCapture │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ └── MiSnapFacialCaptureUX.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ ├── CodeDirectory │ │ ├── CodeRequirements │ │ ├── CodeRequirements-1 │ │ ├── CodeResources │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ └── MiSnapFacialCaptureUX.framework │ │ │ ├── Headers │ │ │ ├── MiSnapFacialCaptureUX-Swift.h │ │ │ └── MiSnapFacialCaptureUX.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapFacialCaptureUX │ │ │ ├── Modules │ │ │ ├── MiSnapFacialCaptureUX.swiftmodule │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ └── MiSnapFacialCaptureUX.framework │ │ ├── Headers │ │ ├── MiSnapFacialCaptureUX-Swift.h │ │ └── MiSnapFacialCaptureUX.h │ │ ├── Info.plist │ │ ├── MiSnapFacialCaptureUX │ │ ├── Modules │ │ ├── MiSnapFacialCaptureUX.swiftmodule │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ └── module.modulemap │ │ ├── PrivacyInfo.xcprivacy │ │ └── _CodeSignature │ │ └── CodeResources ├── MiSnapNFC │ ├── MiSnapNFC.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ │ └── MiSnapNFC.framework │ │ │ │ ├── Headers │ │ │ │ ├── MiSnapNFC-Swift.h │ │ │ │ ├── MiSnapNFC.h │ │ │ │ ├── aes.h │ │ │ │ ├── asn1.h │ │ │ │ ├── asn1err.h │ │ │ │ ├── asn1t.h │ │ │ │ ├── async.h │ │ │ │ ├── asyncerr.h │ │ │ │ ├── bio.h │ │ │ │ ├── bioerr.h │ │ │ │ ├── blowfish.h │ │ │ │ ├── bn.h │ │ │ │ ├── bnerr.h │ │ │ │ ├── buffer.h │ │ │ │ ├── buffererr.h │ │ │ │ ├── byteorder.h │ │ │ │ ├── camellia.h │ │ │ │ ├── cast.h │ │ │ │ ├── cmac.h │ │ │ │ ├── cmp.h │ │ │ │ ├── cmp_util.h │ │ │ │ ├── cmperr.h │ │ │ │ ├── cms.h │ │ │ │ ├── cmserr.h │ │ │ │ ├── comp.h │ │ │ │ ├── comperr.h │ │ │ │ ├── conf.h │ │ │ │ ├── conf_api.h │ │ │ │ ├── conferr.h │ │ │ │ ├── configuration.h │ │ │ │ ├── conftypes.h │ │ │ │ ├── core.h │ │ │ │ ├── core_dispatch.h │ │ │ │ ├── core_names.h │ │ │ │ ├── core_object.h │ │ │ │ ├── crmf.h │ │ │ │ ├── crmferr.h │ │ │ │ ├── crypto.h │ │ │ │ ├── cryptoerr.h │ │ │ │ ├── cryptoerr_legacy.h │ │ │ │ ├── ct.h │ │ │ │ ├── cterr.h │ │ │ │ ├── decoder.h │ │ │ │ ├── decodererr.h │ │ │ │ ├── des.h │ │ │ │ ├── dh.h │ │ │ │ ├── dherr.h │ │ │ │ ├── dsa.h │ │ │ │ ├── dsaerr.h │ │ │ │ ├── dtls1.h │ │ │ │ ├── e_os2.h │ │ │ │ ├── e_ostime.h │ │ │ │ ├── ebcdic.h │ │ │ │ ├── ec.h │ │ │ │ ├── ecdh.h │ │ │ │ ├── ecdsa.h │ │ │ │ ├── ecerr.h │ │ │ │ ├── encoder.h │ │ │ │ ├── encodererr.h │ │ │ │ ├── engine.h │ │ │ │ ├── engineerr.h │ │ │ │ ├── err.h │ │ │ │ ├── ess.h │ │ │ │ ├── esserr.h │ │ │ │ ├── evp.h │ │ │ │ ├── evperr.h │ │ │ │ ├── fips_names.h │ │ │ │ ├── fipskey.h │ │ │ │ ├── hmac.h │ │ │ │ ├── hpke.h │ │ │ │ ├── http.h │ │ │ │ ├── httperr.h │ │ │ │ ├── idea.h │ │ │ │ ├── indicator.h │ │ │ │ ├── kdf.h │ │ │ │ ├── kdferr.h │ │ │ │ ├── lhash.h │ │ │ │ ├── macros.h │ │ │ │ ├── md2.h │ │ │ │ ├── md4.h │ │ │ │ ├── md5.h │ │ │ │ ├── mdc2.h │ │ │ │ ├── ml_kem.h │ │ │ │ ├── modes.h │ │ │ │ ├── obj_mac.h │ │ │ │ ├── objects.h │ │ │ │ ├── objectserr.h │ │ │ │ ├── ocsp.h │ │ │ │ ├── ocsperr.h │ │ │ │ ├── opensslconf.h │ │ │ │ ├── opensslv.h │ │ │ │ ├── ossl_typ.h │ │ │ │ ├── param_build.h │ │ │ │ ├── params.h │ │ │ │ ├── pem.h │ │ │ │ ├── pem2.h │ │ │ │ ├── pemerr.h │ │ │ │ ├── pkcs12.h │ │ │ │ ├── pkcs12err.h │ │ │ │ ├── pkcs7.h │ │ │ │ ├── pkcs7err.h │ │ │ │ ├── prov_ssl.h │ │ │ │ ├── proverr.h │ │ │ │ ├── provider.h │ │ │ │ ├── quic.h │ │ │ │ ├── rand.h │ │ │ │ ├── randerr.h │ │ │ │ ├── rc2.h │ │ │ │ ├── rc4.h │ │ │ │ ├── rc5.h │ │ │ │ ├── ripemd.h │ │ │ │ ├── rsa.h │ │ │ │ ├── rsaerr.h │ │ │ │ ├── safestack.h │ │ │ │ ├── seed.h │ │ │ │ ├── self_test.h │ │ │ │ ├── sha.h │ │ │ │ ├── srp.h │ │ │ │ ├── srtp.h │ │ │ │ ├── ssl.h │ │ │ │ ├── ssl2.h │ │ │ │ ├── ssl3.h │ │ │ │ ├── sslerr.h │ │ │ │ ├── sslerr_legacy.h │ │ │ │ ├── stack.h │ │ │ │ ├── store.h │ │ │ │ ├── storeerr.h │ │ │ │ ├── symhacks.h │ │ │ │ ├── thread.h │ │ │ │ ├── tls1.h │ │ │ │ ├── trace.h │ │ │ │ ├── ts.h │ │ │ │ ├── tserr.h │ │ │ │ ├── txt_db.h │ │ │ │ ├── types.h │ │ │ │ ├── ui.h │ │ │ │ ├── uierr.h │ │ │ │ ├── whrlpool.h │ │ │ │ ├── x509.h │ │ │ │ ├── x509_acert.h │ │ │ │ ├── x509_vfy.h │ │ │ │ ├── x509err.h │ │ │ │ ├── x509v3.h │ │ │ │ └── x509v3err.h │ │ │ │ ├── Info.plist │ │ │ │ ├── MiSnapNFC │ │ │ │ ├── Modules │ │ │ │ ├── MiSnapNFC.swiftmodule │ │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ │ └── module.modulemap │ │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ │ └── geos │ │ └── ios-arm64_x86_64-simulator │ │ │ └── MiSnapNFC.framework │ │ │ ├── Headers │ │ │ ├── MiSnapNFC-Swift.h │ │ │ ├── MiSnapNFC.h │ │ │ ├── aes.h │ │ │ ├── asn1.h │ │ │ ├── asn1err.h │ │ │ ├── asn1t.h │ │ │ ├── async.h │ │ │ ├── asyncerr.h │ │ │ ├── bio.h │ │ │ ├── bioerr.h │ │ │ ├── blowfish.h │ │ │ ├── bn.h │ │ │ ├── bnerr.h │ │ │ ├── buffer.h │ │ │ ├── buffererr.h │ │ │ ├── byteorder.h │ │ │ ├── camellia.h │ │ │ ├── cast.h │ │ │ ├── cmac.h │ │ │ ├── cmp.h │ │ │ ├── cmp_util.h │ │ │ ├── cmperr.h │ │ │ ├── cms.h │ │ │ ├── cmserr.h │ │ │ ├── comp.h │ │ │ ├── comperr.h │ │ │ ├── conf.h │ │ │ ├── conf_api.h │ │ │ ├── conferr.h │ │ │ ├── configuration.h │ │ │ ├── conftypes.h │ │ │ ├── core.h │ │ │ ├── core_dispatch.h │ │ │ ├── core_names.h │ │ │ ├── core_object.h │ │ │ ├── crmf.h │ │ │ ├── crmferr.h │ │ │ ├── crypto.h │ │ │ ├── cryptoerr.h │ │ │ ├── cryptoerr_legacy.h │ │ │ ├── ct.h │ │ │ ├── cterr.h │ │ │ ├── decoder.h │ │ │ ├── decodererr.h │ │ │ ├── des.h │ │ │ ├── dh.h │ │ │ ├── dherr.h │ │ │ ├── dsa.h │ │ │ ├── dsaerr.h │ │ │ ├── dtls1.h │ │ │ ├── e_os2.h │ │ │ ├── e_ostime.h │ │ │ ├── ebcdic.h │ │ │ ├── ec.h │ │ │ ├── ecdh.h │ │ │ ├── ecdsa.h │ │ │ ├── ecerr.h │ │ │ ├── encoder.h │ │ │ ├── encodererr.h │ │ │ ├── engine.h │ │ │ ├── engineerr.h │ │ │ ├── err.h │ │ │ ├── ess.h │ │ │ ├── esserr.h │ │ │ ├── evp.h │ │ │ ├── evperr.h │ │ │ ├── fips_names.h │ │ │ ├── fipskey.h │ │ │ ├── hmac.h │ │ │ ├── hpke.h │ │ │ ├── http.h │ │ │ ├── httperr.h │ │ │ ├── idea.h │ │ │ ├── indicator.h │ │ │ ├── kdf.h │ │ │ ├── kdferr.h │ │ │ ├── lhash.h │ │ │ ├── macros.h │ │ │ ├── md2.h │ │ │ ├── md4.h │ │ │ ├── md5.h │ │ │ ├── mdc2.h │ │ │ ├── ml_kem.h │ │ │ ├── modes.h │ │ │ ├── obj_mac.h │ │ │ ├── objects.h │ │ │ ├── objectserr.h │ │ │ ├── ocsp.h │ │ │ ├── ocsperr.h │ │ │ ├── opensslconf.h │ │ │ ├── opensslv.h │ │ │ ├── ossl_typ.h │ │ │ ├── param_build.h │ │ │ ├── params.h │ │ │ ├── pem.h │ │ │ ├── pem2.h │ │ │ ├── pemerr.h │ │ │ ├── pkcs12.h │ │ │ ├── pkcs12err.h │ │ │ ├── pkcs7.h │ │ │ ├── pkcs7err.h │ │ │ ├── prov_ssl.h │ │ │ ├── proverr.h │ │ │ ├── provider.h │ │ │ ├── quic.h │ │ │ ├── rand.h │ │ │ ├── randerr.h │ │ │ ├── rc2.h │ │ │ ├── rc4.h │ │ │ ├── rc5.h │ │ │ ├── ripemd.h │ │ │ ├── rsa.h │ │ │ ├── rsaerr.h │ │ │ ├── safestack.h │ │ │ ├── seed.h │ │ │ ├── self_test.h │ │ │ ├── sha.h │ │ │ ├── srp.h │ │ │ ├── srtp.h │ │ │ ├── ssl.h │ │ │ ├── ssl2.h │ │ │ ├── ssl3.h │ │ │ ├── sslerr.h │ │ │ ├── sslerr_legacy.h │ │ │ ├── stack.h │ │ │ ├── store.h │ │ │ ├── storeerr.h │ │ │ ├── symhacks.h │ │ │ ├── thread.h │ │ │ ├── tls1.h │ │ │ ├── trace.h │ │ │ ├── ts.h │ │ │ ├── tserr.h │ │ │ ├── txt_db.h │ │ │ ├── types.h │ │ │ ├── ui.h │ │ │ ├── uierr.h │ │ │ ├── whrlpool.h │ │ │ ├── x509.h │ │ │ ├── x509_acert.h │ │ │ ├── x509_vfy.h │ │ │ ├── x509err.h │ │ │ ├── x509v3.h │ │ │ └── x509v3err.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapNFC │ │ │ ├── Modules │ │ │ ├── MiSnapNFC.swiftmodule │ │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ ├── _CodeSignature │ │ │ └── CodeResources │ │ │ └── geos │ └── MiSnapNFCUX.xcframework │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ ├── CodeDirectory │ │ ├── CodeRequirements │ │ ├── CodeRequirements-1 │ │ ├── CodeResources │ │ └── CodeSignature │ │ ├── ios-arm64 │ │ └── MiSnapNFCUX.framework │ │ │ ├── Headers │ │ │ ├── MiSnapNFCUX-Swift.h │ │ │ └── MiSnapNFCUX.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapNFCUX │ │ │ ├── Modules │ │ │ ├── MiSnapNFCUX.swiftmodule │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── ios-arm64_x86_64-simulator │ │ └── MiSnapNFCUX.framework │ │ ├── Headers │ │ ├── MiSnapNFCUX-Swift.h │ │ └── MiSnapNFCUX.h │ │ ├── Info.plist │ │ ├── MiSnapNFCUX │ │ ├── Modules │ │ ├── MiSnapNFCUX.swiftmodule │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ └── module.modulemap │ │ ├── PrivacyInfo.xcprivacy │ │ └── _CodeSignature │ │ └── CodeResources └── MiSnapVoiceCapture │ ├── MiSnapVoiceCapture.xcframework │ ├── Info.plist │ ├── _CodeSignature │ │ ├── CodeDirectory │ │ ├── CodeRequirements │ │ ├── CodeRequirements-1 │ │ ├── CodeResources │ │ └── CodeSignature │ ├── ios-arm64 │ │ └── MiSnapVoiceCapture.framework │ │ │ ├── Headers │ │ │ ├── MiSnapVoiceCapture-Swift.h │ │ │ ├── MiSnapVoiceCapture.h │ │ │ └── MiSnapVoiceCaptureEngine.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapVoiceCapture │ │ │ ├── Modules │ │ │ ├── MiSnapVoiceCapture.swiftmodule │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ ├── _CodeSignature │ │ │ └── CodeResources │ │ │ └── media │ │ │ ├── snr_computer │ │ │ ├── gvad_model.cbm │ │ │ └── vad.json │ │ │ └── speech_summary │ │ │ ├── gvad_model.cbm │ │ │ └── vad.json │ └── ios-arm64_x86_64-simulator │ │ └── MiSnapVoiceCapture.framework │ │ ├── Headers │ │ ├── MiSnapVoiceCapture-Swift.h │ │ ├── MiSnapVoiceCapture.h │ │ └── MiSnapVoiceCaptureEngine.h │ │ ├── Info.plist │ │ ├── MiSnapVoiceCapture │ │ ├── Modules │ │ ├── MiSnapVoiceCapture.swiftmodule │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ └── module.modulemap │ │ ├── PrivacyInfo.xcprivacy │ │ ├── _CodeSignature │ │ └── CodeResources │ │ └── media │ │ ├── snr_computer │ │ ├── gvad_model.cbm │ │ └── vad.json │ │ └── speech_summary │ │ ├── gvad_model.cbm │ │ └── vad.json │ ├── MiSnapVoiceCaptureUX.xcframework │ ├── Info.plist │ ├── _CodeSignature │ │ ├── CodeDirectory │ │ ├── CodeRequirements │ │ ├── CodeRequirements-1 │ │ ├── CodeResources │ │ └── CodeSignature │ ├── ios-arm64 │ │ └── MiSnapVoiceCaptureUX.framework │ │ │ ├── Headers │ │ │ ├── MiSnapVoiceCaptureUX-Swift.h │ │ │ └── MiSnapVoiceCaptureUX.h │ │ │ ├── Info.plist │ │ │ ├── MiSnapVoiceCaptureUX │ │ │ ├── Modules │ │ │ ├── MiSnapVoiceCaptureUX.swiftmodule │ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ │ ├── arm64-apple-ios.private.swiftinterface-e │ │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ │ └── module.modulemap │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ └── ios-arm64_x86_64-simulator │ │ └── MiSnapVoiceCaptureUX.framework │ │ ├── Headers │ │ ├── MiSnapVoiceCaptureUX-Swift.h │ │ └── MiSnapVoiceCaptureUX.h │ │ ├── Info.plist │ │ ├── MiSnapVoiceCaptureUX │ │ ├── Modules │ │ ├── MiSnapVoiceCaptureUX.swiftmodule │ │ │ ├── arm64-apple-ios-simulator.abi.json │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.abi.json │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface │ │ │ ├── x86_64-apple-ios-simulator.private.swiftinterface-e │ │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ │ └── module.modulemap │ │ ├── PrivacyInfo.xcprivacy │ │ └── _CodeSignature │ │ └── CodeResources │ └── VoiceSdk.xcframework │ ├── Info.plist │ ├── _CodeSignature │ ├── CodeDirectory │ ├── CodeRequirements │ ├── CodeRequirements-1 │ ├── CodeResources │ └── CodeSignature │ ├── ios-arm64 │ └── VoiceSdk.framework │ │ ├── Headers │ │ ├── common.h │ │ ├── core.h │ │ ├── signal.h │ │ ├── speech.h │ │ ├── speech_summary.h │ │ └── version.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ ├── VoiceSdk │ │ └── _CodeSignature │ │ └── CodeResources │ └── ios-arm64_x86_64-simulator │ └── VoiceSdk.framework │ ├── Headers │ ├── common.h │ ├── core.h │ ├── signal.h │ ├── speech.h │ ├── speech_summary.h │ └── version.h │ ├── Info.plist │ ├── Modules │ └── module.modulemap │ ├── VoiceSdk │ └── _CodeSignature │ └── CodeResources └── misnap_sdk_hash_list.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/MiSnap/en.lproj/MiSnapLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnap/en.lproj/MiSnapLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnap/es.lproj/MiSnapLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnap/es.lproj/MiSnapLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnap/fr.lproj/MiSnapLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnap/fr.lproj/MiSnapLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnapFacialCapture/en.lproj/MiSnapFacialCaptureLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapFacialCapture/en.lproj/MiSnapFacialCaptureLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnapFacialCapture/es.lproj/MiSnapFacialCaptureLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapFacialCapture/es.lproj/MiSnapFacialCaptureLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnapNFC/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapNFC/device.png -------------------------------------------------------------------------------- /Assets/MiSnapNFC/en.lproj/MiSnapNFCLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapNFC/en.lproj/MiSnapNFCLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnapNFC/es.lproj/MiSnapNFCLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapNFC/es.lproj/MiSnapNFCLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnapNFC/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapNFC/id.png -------------------------------------------------------------------------------- /Assets/MiSnapNFC/passport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapNFC/passport.png -------------------------------------------------------------------------------- /Assets/MiSnapNFC/target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapNFC/target.png -------------------------------------------------------------------------------- /Assets/MiSnapVoiceCapture/en.lproj/MiSnapVoiceCaptureLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapVoiceCapture/en.lproj/MiSnapVoiceCaptureLocalizable.strings -------------------------------------------------------------------------------- /Assets/MiSnapVoiceCapture/es.lproj/MiSnapVoiceCaptureLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Assets/MiSnapVoiceCapture/es.lproj/MiSnapVoiceCaptureLocalizable.strings -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapAssetManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapAssetManager.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapBulletView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapBulletView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapBulletViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapBulletViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCameraShutterView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCameraShutterView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCameraShutterViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCameraShutterViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCancelView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCancelView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCancelViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCancelViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckBackTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckBackTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckFrontTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckFrontTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckboxView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckboxView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckboxViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapCheckboxViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapColorDarkMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapColorDarkMode.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapColorLightMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapColorLightMode.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapColors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapColors.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapDocumentLabelConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapDocumentLabelConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapDocumentOutlineConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapDocumentOutlineConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapDocumentSVGView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapDocumentSVGView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapFacialCaptureCountdownView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapFacialCaptureCountdownView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapFacialCaptureGuideView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapFacialCaptureGuideView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapFacialCaptureTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapFacialCaptureTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGlareView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGlareView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGlareViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGlareViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGuideView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGuideView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGuideViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapGuideViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHelpView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHelpView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHelpViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHelpViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHintView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHintView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHintViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapHintViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapIDBackTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapIDBackTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapIDFrontTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapIDFrontTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapLabel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapLabel.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapLabelConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapLabelConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapPassportQRTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapPassportQRTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapPassportTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapPassportTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapRecordingIndicatorView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapRecordingIndicatorView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapSVGView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapSVGView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatefulView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatefulView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatefulViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatefulViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatelessView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatelessView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatelessViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapStatelessViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapSuccessCheckmarkView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapSuccessCheckmarkView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapSuccessConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapSuccessConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapTorchView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapTorchView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapTorchViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapTorchViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapViewConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapViewConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapViewLocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapViewLocation.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapVignetteConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapVignetteConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapVoiceCaptureStatusView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapVoiceCaptureStatusView.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Classes/MiSnapVoiceCaptureTutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Classes/MiSnapVoiceCaptureTutorial.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/BulletType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/BulletType.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapAssetStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapAssetStyle.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapCheckboxState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapCheckboxState.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapDocumentOrientationMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapDocumentOrientationMode.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureCountdownStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureCountdownStyle.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureOutlineColorStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureOutlineColorStyle.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureOutlineState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureOutlineState.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureVignetteStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapFacialCaptureVignetteStyle.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapGuideAlignment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapGuideAlignment.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapGuideDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapGuideDocumentType.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapGuideOrientationMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapGuideOrientationMode.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapHintStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapHintStyle.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewHorizontalAlignment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewHorizontalAlignment.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewParent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewParent.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewState.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewVerticalAlignment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapViewVerticalAlignment.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapVignetteStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapVignetteStyle.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Enums/MiSnapVoiceCaptureViewStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Enums/MiSnapVoiceCaptureViewStatus.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions/CGFloat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions/CGFloat.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions/CGSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions/CGSize.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions/UIColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions/UIColor.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions/UIEdgeInsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions/UIEdgeInsets.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions/UIFont.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions/UIFont.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Extensions/UIScreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Extensions/UIScreen.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Protocols.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/Protocols/MiSnapColorProvider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/Protocols/MiSnapColorProvider.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/badge.svg -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/img/carat.png -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/img/dash.png -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/index.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/search.json -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapAssetManager/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapAssetManager/undocumented.json -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapCore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapCore.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapCryptography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapCryptography.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapDevice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapDevice.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapLicenseManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapLicenseManager.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapLog.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapLogConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapLogConfiguration.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibi.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiBarcodeSessionInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiBarcodeSessionInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiDeviceInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiDeviceInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiDocumentSessionInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiDocumentSessionInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiFaceSessionInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiFaceSessionInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiNFCSessionInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiNFCSessionInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiSessionInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiSessionInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapMibiVoiceSessionInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapMibiVoiceSessionInfo.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Classes/MiSnapUxpEventManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Classes/MiSnapUxpEventManager.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapCryptographyHashingAlgorithm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapCryptographyHashingAlgorithm.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapLicenseFeature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapLicenseFeature.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapLicenseStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapLicenseStatus.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapLogLevel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapLogLevel.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapLogPresentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapLogPresentation.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapMibiDataElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapMibiDataElement.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoFlow.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoMode.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoOrientation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoOrientation.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoType.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoUnlock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapMibiSessionInfoUnlock.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Enums/MiSnapUxpEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Enums/MiSnapUxpEvent.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Extensions.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/Extensions/Array.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/Extensions/Array.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/badge.svg -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/Classes.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/Enums.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/img/dash.png -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/index.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/Documents/search.json -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/img/carat.png -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/img/dash.png -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/index.html -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/search.json -------------------------------------------------------------------------------- /Docs/API/Common/MiSnapCore/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/Common/MiSnapCore/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnap.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapAnalyzer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapAnalyzer.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapCameraParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapCameraParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapImageUtilities.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapImageUtilities.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceClassificationResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceClassificationResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceExtractionResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceExtractionResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceIQAResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceIQAResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceMrz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceMrz.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Classes/MiSnapScienceParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/IQAFailure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/IQAFailure.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraBarcodeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraBarcodeType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraDocumentCategory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraDocumentCategory.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraResolution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraResolution.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraTorchMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapCameraTorchMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapDeviceMotionSensitivityLevel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapDeviceMotionSensitivityLevel.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapResultCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapResultCode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceAdditionalStep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceAdditionalStep.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceBarcodeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceBarcodeType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceClassificationDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceClassificationDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceDocumentCategory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceDocumentCategory.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceExpirationStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceExpirationStatus.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceGeoRegion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceGeoRegion.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceIdBackMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceIdBackMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceOrientationMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapScienceOrientationMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapStatus.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Enums/MiSnapTutorialMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Enums/MiSnapTutorialMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/Protocols/MiSnapAnalyzerDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/Protocols/MiSnapAnalyzerDelegate.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/Documents/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnap/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnap/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Classes/MiSnapCamera.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Classes/MiSnapCamera.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Classes/MiSnapCameraParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Classes/MiSnapCameraParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraBarcodeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraBarcodeType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraDocumentCategory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraDocumentCategory.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraResolution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraResolution.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraTorchMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Enums/MiSnapCameraTorchMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/Protocols/MiSnapCameraDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/Protocols/MiSnapCameraDelegate.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Resources/Documents/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Resources/Documents/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Resources/Documents/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Resources/Documents/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapCamera/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapCamera/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScience.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScience.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceClassificationResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceClassificationResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceExtractionResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceExtractionResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceIQAResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceIQAResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceMrz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceMrz.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Classes/MiSnapScienceResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/IQAFailure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/IQAFailure.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceAdditionalStep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceAdditionalStep.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceBarcodeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceBarcodeType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceClassificationDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceClassificationDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceDocumentCategory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceDocumentCategory.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceExpirationStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceExpirationStatus.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceGeoRegion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceGeoRegion.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceIdBackMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceIdBackMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceOrientationMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/Enums/MiSnapScienceOrientationMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapScience/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapScience/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapAssetLocationConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapAssetLocationConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapHintParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapHintParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapLocalizationConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapLocalizationConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialButtonsConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialButtonsConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialDocumentTypeConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialDocumentTypeConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialInstructionConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapTutorialInstructionConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapUX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapUX.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapUxParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapUxParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Classes/MiSnapViewController.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Classes/MiSnapViewController.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Enums/MiSnapIntroductoryInstructionMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Enums/MiSnapIntroductoryInstructionMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Enums/MiSnapReviewMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Enums/MiSnapReviewMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Enums/MiSnapTutorialInstructionStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Enums/MiSnapTutorialInstructionStyle.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Enums/MiSnapTutorialType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Enums/MiSnapTutorialType.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Enums/MiSnapUxTutorialMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Enums/MiSnapUxTutorialMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Extensions.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Extensions/MiSnapTutorialViewController.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Extensions/MiSnapTutorialViewController.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Protocols/MiSnapTutorialViewControllerDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Protocols/MiSnapTutorialViewControllerDelegate.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/Protocols/MiSnapViewControllerDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/Protocols/MiSnapViewControllerDelegate.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/Documents/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnap/MiSnapUX/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnap/MiSnapUX/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Classes/MiSnapFacialCapture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Classes/MiSnapFacialCapture.html -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Enums/MiSnapFacialCaptureMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Enums/MiSnapFacialCaptureMode.html -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapFacialCapture/MiSnapFacialCapture/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFC.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCAssetLocationConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCAssetLocationConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCChipLocator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCChipLocator.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCInputs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCInputs.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCLocalizationConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCLocalizationConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCReader.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCResourceLocator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCResourceLocator.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCResourceLocatorConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Classes/MiSnapNFCResourceLocatorConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCChipLocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCChipLocation.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCDocumentType.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCInvalidationReason.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCInvalidationReason.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCKey.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCProgressIndicator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCProgressIndicator.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCTagError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Enums/MiSnapNFCTagError.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Extensions.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Extensions/Notification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Extensions/Notification.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/Extensions/Notification/Name.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/Extensions/Notification/Name.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Resources/Documents/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Resources/Documents/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Resources/Documents/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Resources/Documents/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFC/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFC/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCInstructionConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCInstructionConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCScanButtonsConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCScanButtonsConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCScanConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCScanConfiguration.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCUX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCUX.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCUxParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCUxParameters.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCViewController.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Classes/MiSnapNFCViewController.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Enums/MiSnapNFCUxPinEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Enums/MiSnapNFCUxPinEntry.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Extensions.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/Protocols/MiSnapNFCViewControllerDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/Protocols/MiSnapNFCViewControllerDelegate.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/docsets/.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/docsets/.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnapNFC/MiSnapNFCUX/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapNFC/MiSnapNFCUX/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Classes/MiSnapVoiceCapture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Classes/MiSnapVoiceCapture.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Classes/MiSnapVoiceCaptureResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Classes/MiSnapVoiceCaptureResult.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Enums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Enums.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Enums/MiSnapVoiceCaptureFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Enums/MiSnapVoiceCaptureFlow.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Enums/MiSnapVoiceCaptureStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Enums/MiSnapVoiceCaptureStatus.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCapture/undocumented.json -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Classes.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Classes/MiSnapVoiceCaptureUX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Classes/MiSnapVoiceCaptureUX.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Extensions.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Protocols.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/Protocols.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/badge.svg -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/css/highlight.css -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/css/jazzy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/css/jazzy.css -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/docsets/.docset/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/docsets/.docset/Contents/Info.plist -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/docsets/.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/docsets/.tgz -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/img/carat.png -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/img/dash.png -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/img/spinner.gif -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/index.html -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/jazzy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/jazzy.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/jazzy.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/jazzy.search.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/jquery.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/lunr.min.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/js/typeahead.jquery.js -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/search.json -------------------------------------------------------------------------------- /Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/undocumented.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/API/MiSnapVoiceCapture/MiSnapVoiceCaptureUX/undocumented.json -------------------------------------------------------------------------------- /Docs/Guides/Common/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/Common/faq.md -------------------------------------------------------------------------------- /Docs/Guides/Common/migration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/Common/migration_guide.md -------------------------------------------------------------------------------- /Docs/Guides/Common/migration_guide_swift_6.x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/Common/migration_guide_swift_6.x.md -------------------------------------------------------------------------------- /Docs/Guides/Common/workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/Common/workflow.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnap/customization_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnap/customization_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnap/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnap/faq.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnap/integration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnap/integration_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapFacialCapture/customization_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapFacialCapture/customization_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapFacialCapture/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapFacialCapture/faq.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapFacialCapture/integration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapFacialCapture/integration_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapNFC/3rd_party_licensing_info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapNFC/3rd_party_licensing_info.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapNFC/customization_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapNFC/customization_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapNFC/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapNFC/faq.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapNFC/integration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapNFC/integration_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapNFC/supported_geos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapNFC/supported_geos.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapVoiceCapture/customization_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapVoiceCapture/customization_guide.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapVoiceCapture/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapVoiceCapture/faq.md -------------------------------------------------------------------------------- /Docs/Guides/MiSnapVoiceCapture/integration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Docs/Guides/MiSnapVoiceCapture/integration_guide.md -------------------------------------------------------------------------------- /Examples/Apps/Common/MiSnapWorkflowSampleApp/.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/Common/MiSnapWorkflowSampleApp/.swiftlint.yml -------------------------------------------------------------------------------- /Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/Beta EU.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/Beta EU.plist -------------------------------------------------------------------------------- /Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/Info.plist -------------------------------------------------------------------------------- /Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/InfoView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/InfoView.swift -------------------------------------------------------------------------------- /Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/Utils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/Common/MiSnapWorkflowSampleApp/MiSnapWorkflowSampleApp/Utils.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/AppDelegate.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/Info.plist -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/ResultViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/ResultViewController.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/SceneDelegate.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnap/MiSnapSampleApp/MiSnapSampleApp/ViewController.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/AppDelegate.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/Info.plist -------------------------------------------------------------------------------- /Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/SceneDelegate.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/Utils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/Utils.swift -------------------------------------------------------------------------------- /Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Apps/MiSnapNFC/MiSnapNFCSampleApp/MiSnapNFCSampleApp/ViewController.swift -------------------------------------------------------------------------------- /Examples/Snippets/MiSnap/CustomTutorialViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Snippets/MiSnap/CustomTutorialViewController.swift -------------------------------------------------------------------------------- /Examples/Snippets/MiSnap/CustomViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Snippets/MiSnap/CustomViewController.swift -------------------------------------------------------------------------------- /Examples/Snippets/MiSnapFacialCapture/CustomFacialCaptureViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Snippets/MiSnapFacialCapture/CustomFacialCaptureViewController.swift -------------------------------------------------------------------------------- /Examples/Snippets/MiSnapNFC/CustomNFCViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Snippets/MiSnapNFC/CustomNFCViewController.swift -------------------------------------------------------------------------------- /Examples/Snippets/MiSnapVoiceCapture/CustomVoiceCaptureViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Examples/Snippets/MiSnapVoiceCapture/CustomVoiceCaptureViewController.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/LICENSE -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/Package.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/README.md -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/Common/IDLiveFaceIAD.xcframework/ios-arm64/IDLiveFaceIAD.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/IDLiveFaceIAD.xcframework/ios-arm64/IDLiveFaceIAD.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/Common/MiSnapAssetManager.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapAssetManager.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapAssetManager.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/ios-arm64/MiSnapCore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/ios-arm64/MiSnapCore.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/Common/MiSnapCore.xcframework/ios-arm64/MiSnapCore.framework/MiSnapCore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapCore.xcframework/ios-arm64/MiSnapCore.framework/MiSnapCore -------------------------------------------------------------------------------- /SDKs/Common/MiSnapWorkflow/MiSnapWorkflowController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapWorkflow/MiSnapWorkflowController.swift -------------------------------------------------------------------------------- /SDKs/Common/MiSnapWorkflow/MiSnapWorkflowViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapWorkflow/MiSnapWorkflowViewController.swift -------------------------------------------------------------------------------- /SDKs/Common/MiSnapWorkflow/MiSnapWorkflowViewControllerFactory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MiSnapWorkflow/MiSnapWorkflowViewControllerFactory.swift -------------------------------------------------------------------------------- /SDKs/Common/MitekPlatform/MitekPlatform.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MitekPlatform/MitekPlatform.swift -------------------------------------------------------------------------------- /SDKs/Common/MitekPlatform/MitekPlatformTokenManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MitekPlatform/MitekPlatformTokenManager.swift -------------------------------------------------------------------------------- /SDKs/Common/MitekRequest/MiPassRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MitekRequest/MiPassRequest.swift -------------------------------------------------------------------------------- /SDKs/Common/MitekRequest/MobileVerifyAgentAssistDocumentAuthenticationRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MitekRequest/MobileVerifyAgentAssistDocumentAuthenticationRequest.swift -------------------------------------------------------------------------------- /SDKs/Common/MitekRequest/MobileVerifyAutoAuthenticationRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/Common/MitekRequest/MobileVerifyAutoAuthenticationRequest.swift -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnap.h -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnapAnalyzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnapAnalyzer.h -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnapParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnapParameters.h -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnapResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Headers/MiSnapResult.h -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/MiSnap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/MiSnap -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64/MiSnap.framework/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnap.xcframework/ios-arm64_x86_64-simulator/MiSnap.framework/MiSnap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnap.xcframework/ios-arm64_x86_64-simulator/MiSnap.framework/MiSnap -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapBarcodeScanner.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/ios-arm64/MiSnapCamera.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/ios-arm64/MiSnapCamera.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapCamera.xcframework/ios-arm64/MiSnapCamera.framework/MiSnapCamera: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapCamera.xcframework/ios-arm64/MiSnapCamera.framework/MiSnapCamera -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/ios-arm64/MiSnapScience.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/ios-arm64/MiSnapScience.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapScience.xcframework/ios-arm64/MiSnapScience.framework/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapScience.xcframework/ios-arm64/MiSnapScience.framework/rules -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/Headers/MiSnapUX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/Headers/MiSnapUX.h -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/MiSnapUX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/MiSnapUX -------------------------------------------------------------------------------- /SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MiSnapUX.xcframework/ios-arm64/MiSnapUX.framework/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/ios-arm64/MobileFlow.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/ios-arm64/MobileFlow.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnap/MobileFlow.xcframework/ios-arm64/MobileFlow.framework/MobileFlow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnap/MobileFlow.xcframework/ios-arm64/MobileFlow.framework/MobileFlow -------------------------------------------------------------------------------- /SDKs/MiSnapFacialCapture/MiSnapFacialCapture.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapFacialCapture/MiSnapFacialCapture.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapFacialCapture/MiSnapFacialCaptureUX.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapFacialCapture/MiSnapFacialCaptureUX.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/aes.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/asn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/asn1.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/asn1err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/asn1err.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/asn1t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/asn1t.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/async.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bio.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bioerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bioerr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bn.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bnerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/bnerr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/buffer.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cast.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmac.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmp.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmperr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmperr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cms.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmserr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cmserr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/comp.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/comperr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/comperr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/conf.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/conferr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/conferr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/core.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/crmf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/crmf.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/crmferr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/crmferr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/crypto.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ct.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/cterr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/decoder.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/des.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dh.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dherr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dherr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dsa.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dsaerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/dsaerr.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ec.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ecdh.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/err.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ess.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/evp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/evp.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/hmac.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/hpke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/hpke.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/http.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/idea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/idea.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/kdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/kdf.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/md2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/md2.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/md4.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/md5.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/mdc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/mdc2.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ocsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ocsp.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/pem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/pem.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/pem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/pem2.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/quic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/quic.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rand.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rc2.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rc4.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rc5.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/rsa.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/seed.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/sha.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/srp.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/srtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/srtp.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ssl.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ssl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ssl2.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ssl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ssl3.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/tls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/tls1.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ts.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/ui.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Headers/x509.h -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/MiSnapNFC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/MiSnapNFC -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/geos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFC.xcframework/ios-arm64/MiSnapNFC.framework/geos -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/ios-arm64/MiSnapNFCUX.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapNFC/MiSnapNFCUX.xcframework/ios-arm64/MiSnapNFCUX.framework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/MiSnapVoiceCapture.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/MiSnapVoiceCapture.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/MiSnapVoiceCaptureUX.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/MiSnapVoiceCaptureUX.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/Info.plist -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/SDKs/MiSnapVoiceCapture/VoiceSdk.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /misnap_sdk_hash_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mitek-Systems/MiSnap-iOS/HEAD/misnap_sdk_hash_list.txt --------------------------------------------------------------------------------