Skip to content

Instantly share code, notes, and snippets.

View ShiYuanjun-Tim's full-sized avatar

史元君 ShiYuanjun-Tim

View GitHub Profile
@ShiYuanjun-Tim
ShiYuanjun-Tim / re-sign iOS IPA
Created February 16, 2023 10:58 — forked from lodalo/re-sign iOS IPA
Steps to re-sign an IPA file with a new provisioning profile
#Unzip the IPA
unzip Application.ipa
#Remove old CodeSignature
rm -R "Payload/Application.app/_CodeSignature"
#Replace embedded mobile provisioning profile
cp "path-to-provisioning-profile/MyEnterprise.mobileprovision" "Payload/Application.app/embedded.mobileprovision"
#If you are resigning to submit to the AppStore you need to extract the entitlements to use later
@ShiYuanjun-Tim
ShiYuanjun-Tim / Collections.md
Last active April 22, 2016 09:53
collections of great post about programming

collections of great post about programming

content in my comments and updated any time