What's new
Distribution-only release. README correction; the InsurelySDK binary is identical to all prior 1.2.x tags.
CI access guidance scoped to where it applies
The previous Access section presented CI deploy keys as a universal requirement. They are only needed for the Swift Package Manager (remote) installation method — the local clone and manual framework methods vendor the binary into the customer's project, so their CI never reaches out to this repository at build time.
The README now reflects this:
- The top-level Access section covers only the universal requirement (every developer needs a GitHub account with read access) and links to the relevant install method for method-specific access patterns.
- The CI deploy key instructions live inside the Swift Package Manager (remote) subsection where they apply.
- The local clone and manual sections explicitly note that no CI access is required, so customers don't have to infer it.
Upgrade notes
No code changes. Customers consuming any earlier 1.2.x version can update at their convenience for the clearer documentation. The Package.swift and InsurelySDK.xcframework are unchanged.
Assets
InsurelySDK.xcframework.zip— the signed binary framework for manual integration (identical to 1.2.0–1.2.2).InsurelySDK.doccarchive.zip— Xcode documentation bundle (identical to 1.2.0–1.2.2).