wskgjmhh

重签名ipa包

1.plist文件

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>LH2WSJC9RG.com.bingjuncompany.hongren</string>
<key>aps-environment</key>
<string>production</string>
<key>get-task-allow</key>
<false/>
<key>keychain-access-groups</key>
<array>
<string>LH2WSJC9RG.*</string>
</array>
</dict>
</plist>

 

2.下载profile文件替换ipa包中的profile文件

 

3.命令

codesign -f -s "iPhone Distribution: Shanghai Bingjun Network Technology Co., Ltd" --entitlements /Users/bingjun/Desktop/entitlements.plist ./Payload/yybjproject.app

发表于 2017-08-31 11:04  有一天  阅读(163)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-12-02
  • 2021-12-02
  • 2021-08-23
  • 2021-08-10
  • 2021-10-18
  • 2021-10-25
猜你喜欢
  • 2021-04-13
  • 2021-12-19
  • 2021-10-26
  • 2021-12-02
  • 2021-12-02
  • 2021-12-09
相关资源
相似解决方案