Seebaro / AppleOS

Seebaro Swift clients
GNU Affero General Public License v3.0
18 stars 3 forks source link

🐞 Fix Zsign problem with Entitlements for signings #20

Open emranovin opened 3 weeks ago

emranovin commented 3 weeks ago

Description

There is a bug in Zsign that can't resign ipa properly with proper entitlement. it damages it. This is not directly related to this project but a fix on that project are much appreciated. It's written by C++

To Reproduce

  1. Install Zsign
  2. Try to resign an IPA file
  3. You'll see the entitlement of app is broken

Expected Behavior

The entitlement of the unsigned app be same as resigned app

Version Information

Seebaro: [e.g. 0.0.x-alpha.y] macOS: [e.g. 13.2.1] Xcode: [e.g. 14.2]

Additional Context

No response

Screenshots

No response