Skip to content

v0.19.1

Compare
Choose a tag to compare
@priitlatt priitlatt released this 23 Feb 09:18
· 284 commits to master since this release
41803b3

This is a bugfix release from PR #204 to address the regression introduced in PR #203.

Fixes

  • Fix export options plist generation with xcode-project use-profiles in case provisioning profiles with wildcard identifiers (such as * or com.example.*) were used.

Development

  • Add new data container class ProvisioningProfileAssignment which can be used to track the Xcode project target onto which certain provisioning profile was assigned to.
  • Change ExportOptions factory method from_used_profiles(cls, used_profiles: Sequence[ProvisioningProfile]) -> ExportOptions to from_profile_assignments(cls, profile_assignments: Sequence[ProvisioningProfileAssignment]). This will persist the actual bundle identifiers of the Xcode targets when the property list constructed, instead of possibly using wildcard identifiers from provisioning profiles.