Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem after resigned the ipa with keychain-access-group entitlement #7

Open
ansonlo opened this issue May 16, 2013 · 2 comments
Open

Comments

@ansonlo
Copy link

ansonlo commented May 16, 2013

I have a ipa which got the feature of keychain-access-group to access the specified certificate. My ipa embeded the expired dirtibution cert and provioning profile, so that i have to use iResign to resign the ipa with a new ditributions, but when i install this new ipa , it can startup, but it can't read the the specified certificate from the keychain-access-group , I'm so comfused it. If you know what anything wrong with it.

@guangmingwan
Copy link

my fork has resove this

@guangmingwan
Copy link

you need do

  1. /usr/libexec/PlistBuddy -x -c 'Print :Entitlements' /dev/stdin <<< security cms -D -i '/path/to/your.mobileprovision' > /entitlements.plist
  2. fill the plist path to iresign , where is "/path/to/entitlements.plist"
    my fork has resolve this
    https://github.com/guangmingwan/iReSignShell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants