chore: update SmileID binaries to v11.2.0 - #511
Merged
Conversation
Contributor
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Contributor
PR Code Suggestions ✨No code suggestions found for the PR. |
🔍 Semgrep Security Scan Results✅ No security findings detected by |
Harun Wangereka (wangerekaharun)
approved these changes
Aug 7, 2026
Generated by 🚫 Danger Swift against cf5155c |
Harun Wangereka (wangerekaharun)
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Automated update to consume the SmileID iOS SDK v11.2.0 XCFramework binaries.
After merging — manual follow-up: push SmileID.podspec
On merge,
release-on-merge.ymlwill automatically tag the merge commit, create the public GitHub release, andpod trunk push SmileIDSDK.podspec.SmileID.podspecis not pushed automatically — CocoaPods Trunk's aggregate index file lags the per-version spec by 30 min – several hours, and an immediate push fails dependency validation.Recommended: once
pod trunk info SmileIDSDKlists11.2.0in the CDN index, trigger the Push SmileID.podspec workflow from the Actions tab onsmileidentity/ios:https://github.com/smileidentity/ios/actions/workflows/push-smileid-podspec.yml
Click Run workflow → leave the version blank (it auto-detects from
main) → Run workflow. The job pre-flights the CDN-index check, so dispatching too early fails fast with a clear error instead of wasting CocoaPods validation time.Alternative — push locally from
main:Quick CDN-index readiness check (returns
readyornot yet):Generated by the ios-sdk release workflow.
PR Type
Other, Documentation
Description
Bump SmileID SDK binaries to v11.2.0
Update binary target URL and checksum
Update podspec versions and XCFramework source
Add v11.2.0 release notes to changelog
Diagram Walkthrough
File Walkthrough
Package.swift
Point binary target to v11.2.0 artifactPackage.swift
SmileIDSDKbinary target download URL tov11.2.0SmileIDSDK.podspec
Bump binary podspec to v11.2.0SmileIDSDK.podspec
s.versionto11.2.0s.sourcehttp URL to the v11.2.0 xcframeworks zipsha256checksum for the new archiveSmileID.podspec
Bump SmileID podspec versionSmileID.podspec
s.versionfrom11.1.11to11.2.0CHANGELOG.md
Add v11.2.0 release notesCHANGELOG.md
11.2.0release notes sectionselfie files)
2206, head-pose based active liveness,active_liveness_version2.0.0, Sentry throttling, removal ofenableCrashHandler)