1. Prerequisites
- Xcode 14+
- iOS 15.0+
- Swift 5.x
- CocoaPods
2. Setup
Add Framework
- Add QuepassIdentityKit.xcframework to your Xcode project.
- Set Embed & Sign under Frameworks, Libraries, and Embedded Content.
Add OpenSSL XCFramework
- Download OpenSSL.xcframework (e.g. OpenSSL-Universal or official OpenSSL build).
- Drag and drop into your Xcode project.
- Download OpenSSL.xcframework (e.g. OpenSSL-Universal or official OpenSSL build).
· OpenSSL.xcframework → Embed & Sign
- Download OpenSSL.xcframework (e.g. OpenSSL-Universal or official OpenSSL build).
OpenSSL.xcframework/
├── ios-arm64/
├── ios-arm64_x86_64-simulator/
├── ios-arm64_x86_64-maccatalyst/
└── macos-arm64_x86_64/
Add Biometric Models
- Download: face_landmarker.task and hand_landmarker.task
- Add them to the Resources/Models/ folder in your project.
- Verify Target Membership is set correctly.