-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dyf
committed
Sep 10, 2019
1 parent
9d8de6e
commit 3c13bc7
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
#------------------------------------------------------- | ||
# | ||
# Sign all the files in the Payload | ||
# Sign all the files in the Payload/xxx.app. | ||
# | ||
# 1.The first parameter is the path of Payload directory | ||
# 2.The second parameter is the name of certificate | ||
# 3.The third parameter is the path of mobileprovision | ||
# 1. The first parameter is the path of Payload directory. | ||
# 2. The second parameter is the name of certificate. | ||
# 3. The third parameter is the path of mobileprovision. | ||
# | ||
# Author: dyf | ||
# Email : [email protected] | ||
|