Releases: Sherlouk/SwiftProvisioningProfile
Releases · Sherlouk/SwiftProvisioningProfile
2.2.0
2.1.0
What's Changed
- Add 'ProvisionsAllDevices key' to provisioning profile and raise swift-tools version to 5.5. by @adincebic in #13
New Contributors
- @adincebic made their first contribution in #13
Full Changelog: 2.0.1...2.1.0
Version 2.0.1
Added extra values to the Certificate model, notably reintroducing commonName which was removed in the previous version.
Version 2.0.0
Breaking Changes
Added ability to independently parse .cer x509 certificates with the values for validity dates.
parse(from: Data) throws -> Certificate
- Removed
SecureCertificatein replacement of justCertificate - No longer parsing
Summary - Renamed
expiryDatetonotValidAfter
Version 1.0.1
Fix issue with app store and other iOS profiles without a list of provisioned devices
Version 1.0
Initial release with support for iOS provisioning profiles