DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.57k stars 1.05k forks source link

v1.13 causes an invalid "application-identifier" #109

Open haniag opened 5 years ago

haniag commented 5 years ago

When signing using a wildcard provision, my application-identifier shows duplicate values when running codesign -d --entitlements:

Should be value: XXXXXXXXX.com.name. Shown value: XXXXXXXXX.com.name.com.name.

DanTheMan827 commented 4 years ago

I've reverted commit 73f30c64c4eaca370d9e7646be16716740f19b51, could you please test the latest?