README.md edited online with Bitbucket

This commit is contained in:
2015-10-15 23:56:24 +00:00
parent 70c6eac29c
commit 2e172d104f

View File

@@ -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