Skip to content

v0.22.2

Compare
Choose a tag to compare
@priitlatt priitlatt released this 15 Mar 14:49
· 277 commits to master since this release
4b9a716

This is a bugfix release from PR #209.

Fixes

  • Fix loading code signing entitlements from Xcode archives and iOS App Store Packages (*.xcarchive and *.ipa files respectively) with Xcode 13.3+. A tool called codesign which is bundled with Xcode is used to extract code signing entitlements information from application packages. The version of codesign included in Xcode 13.3 came with some modifications that broke the flow which is used to collect code signing entitlements.