Releases: jamf/CertificateSDK
Releases · jamf/CertificateSDK
v2.0.0 visionOS and BYOD support
What's Changed
- visionOS support!
- The CertificateSDK.xcframework is now signed by Jamf for added security.
- Documented used of
$MANAGEMENTID
in Jamf Pro v11.5.1 and later to support BYOD devices.
Full Descriptive Changelog: https://github.com/jamf/CertificateSDK/blob/main/CHANGELOG.md
Full Code Changelog: 1.1.1...2.0.0
v1.1.1 - Fix for Xcode 13.3 using Swift Package Manager
A change in Xcode 13.3 requires the binary target name specified in the Package.swift
file to be identical to the filename of the binary target artifact (minus the path extension).
There are no changes to the usage or functionality of the CertificateSDK.
v1.1.0 - Integration with Swift Package Manager
Now available as a Swift package for easier integration into apps. See the CHANGELOG.md file for a complete list of changes.