From 2e172d104fad7ec84582ba36d8ead5ab85b0f2e9 Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Thu, 15 Oct 2015 23:56:24 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 67971a7..65aba59 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,17 @@ The code is a shell script Step 1 Change the following variables inside the signall.sh script: + +``` +#!shell + signscript="/path/to/sign.sh" ipasourcefolder="path/to/ipas/source/folder" ipadestfolder="/path/to/ipas/destinations/folder/" developer1="iPhone Developer: xxxxx (xxxxx)" mobileprovision1="/path/to/mobile/provision" +``` + Step 2