Overview
The Encore SDK is a public Swift Package. Updating is the standard Swift Package Manager flow, with no token or authenticated URL required.Versioning policy
Encore follows Semantic Versioning:
Keep your dependency rule set to Up to Next Major Version (the Xcode default). Patch and minor updates then arrive through a routine package update, and a major version never lands without you opting in.
Upgrading across a major version? See Updating to 2.x for the step-by-step migration guide.
Update via Xcode
- In Xcode’s left sidebar, expand Package Dependencies
- Find and right-click the Encore package (resolved from
https://github.com/EncoreKit/ios-sdk) - Select Update Package
If your project still points at an old
https://www.github.com/... URL, update the package Location to https://github.com/EncoreKit/ios-sdk (Your Project → Package Dependencies → the Encore package → Location column). No token is needed.Verify the update
After updating, check the package version in Xcode’s Package Dependencies to confirm you’re on the latest release.If you encounter issues after updating, reach out to admin@encorekit.com.