README.md edited online with Bitbucket
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
```
|
||||||
# README #
|
# README #
|
||||||
|
|
||||||
This code allow you to resign your own ipa assuming that you have:
|
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:
|
Change the following variables inside the signall.sh script:
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
#!shell
|
#!shell
|
||||||
|
|
||||||
signscript="/path/to/sign.sh"
|
signscript="/path/to/sign.sh"
|
||||||
@@ -26,7 +26,7 @@ ipadestfolder="/path/to/ipas/destinations/folder/"
|
|||||||
developer1="iPhone Developer: xxxxx (xxxxx)"
|
developer1="iPhone Developer: xxxxx (xxxxx)"
|
||||||
mobileprovision1="/path/to/mobile/provision"
|
mobileprovision1="/path/to/mobile/provision"
|
||||||
bundleid="null.null" #use null.null if you want to use the default app bundleid
|
bundleid="null.null" #use null.null if you want to use the default app bundleid
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -46,3 +46,4 @@ 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.
|
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.
|
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.
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user