diff --git a/README.md b/README.md index 88cd7de..32dbab4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +``` # README # This code allow you to resign your own ipa assuming that you have: @@ -17,7 +18,6 @@ Step 1 Change the following variables inside the signall.sh script: -``` #!shell signscript="/path/to/sign.sh" @@ -26,7 +26,7 @@ ipadestfolder="/path/to/ipas/destinations/folder/" developer1="iPhone Developer: xxxxx (xxxxx)" mobileprovision1="/path/to/mobile/provision" bundleid="null.null" #use null.null if you want to use the default app bundleid -``` + @@ -45,4 +45,5 @@ Restore to null.null to use bundleid included in the ipa. Using a custom bundleid, if the ipa includes additional apps (for example widget and apple watch), the script will automatically change these bundleids using the following convention : custombundleid.extra1, custombundleid.extra2 and so on. -If you want to change a bundleid for a particular ipa, use only that ipa in the source folder otherwise all ipas present in the source folder will be signed using the same bundleid. \ No newline at end of file +If you want to change a bundleid for a particular ipa, use only that ipa in the source folder otherwise all ipas present in the source folder will be signed using the same bundleid. +``` \ No newline at end of file