Skip to content
Snippets Groups Projects
Forked from Reproducible Builds / diffoscope
Source project has a limited visibility.
  • Keith Smiley's avatar
    ec3e353b
    Improve mobileprovision support · ec3e353b
    Keith Smiley authored
    Provisioning profiles generated by Apple do not have reproducible
    formatting. Because of this a profile that is the same in many ways
    (besides a few fields like CreationDate that always change) can have a
    very noisy diff of whitespace and ordering changes. Ideally this
    wouldn't be the case on their end (filed as FB9037367), but by using
    plistlib we can normalize this output.
    ec3e353b
    History
    Improve mobileprovision support
    Keith Smiley authored
    Provisioning profiles generated by Apple do not have reproducible
    formatting. Because of this a profile that is the same in many ways
    (besides a few fields like CreationDate that always change) can have a
    very noisy diff of whitespace and ordering changes. Ideally this
    wouldn't be the case on their end (filed as FB9037367), but by using
    plistlib we can normalize this output.