From 36404a239bf5105aa755b417e2268d09a8a0d00b Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Mon, 19 Dec 2016 00:04:13 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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