From b2edcfd6caeb438d4f4b47b3b50910a12b641da0 Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Thu, 15 Oct 2015 23:56:43 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65aba59..7e6d2ce 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This code allow you to resign your own ipa assuming that you have: 2) a mobileprovision file This code allow you to resign your app without using xcode or if you need to add a UDID for development distribution. -This code correctly signs ipas with Frameworks (.framework folders), Plugins (.appex folders), Applications (.app folders) +This code correctly signs ipas with Frameworks (.framework folders), Plugins (.appex folders), Applications (.app folders). This code autoincludes entitlements with binaries extracting them from the provided mobileprovision file. Usage @@ -30,8 +30,8 @@ mobileprovision1="/path/to/mobile/provision" Step 2 -make sure that ipasourcefolder and ipadestfolder are writable -run signall.sh via terminal -done +make sure that ipasourcefolder and ipadestfolder are writable. +run signall.sh via terminal. +done. In your destination folder you will have all your ipas signed. \ No newline at end of file