SwiftProvisioningProfile Versions Save

Parse iOS mobile provisioning files into Swift models

2.0.1

5 years ago

Added extra values to the Certificate model, notably reintroducing commonName which was removed in the previous version.

2.0.0

5 years ago

Breaking Changes

Added ability to independently parse .cer x509 certificates with the values for validity dates.

parse(from: Data) throws -> Certificate

  • Removed SecureCertificate in replacement of just Certificate
  • No longer parsing Summary
  • Renamed expiryDate to notValidAfter

1.0.1

6 years ago

Fix issue with app store and other iOS profiles without a list of provisioned devices

1.0.0

6 years ago

Initial release with support for iOS provisioning profiles