Skip to content

Commit 62d700d

Browse files
committed
update readme
1 parent 367d4ea commit 62d700d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ For large projects, the codesigning phase can add a significant amount of time t
1010

1111
### Usage
1212

13-
To integrate AutoPen, use the following steps, applied specifically to the debug builds you want to use AutoPen for:
13+
To use AutoPen, follow these steps:
1414

15-
- Get the pre-built binary for the latest release from [here](https://github.com/michaeleisel/zld/releases/latest)
15+
- Get the pre-built binary for the latest release from [here](https://github.com/michaeleisel/zld/releases/latest), and extract AutoPen and libautopen.dylib from it. Make sure to keep these two files in the same directory when you run this tool.
1616
- In the Xcode build settings, add `--digest-algorithm=sha1` to "Other Code Signing Flags" . This is required for AutoPen to work, but also substantially reduces codesigning time in its own right. Also consider adding `--resource-rules /path/to/rules.xml` for even more speed. More info on these flags is [here](https://eisel.me/signing).
1717
- In Xcode build settings, add a user-defined setting of `CODE_SIGNING_ALLOWED` set to `NO`. This will disable Xcode's default codesigning in order to use AutoPen instead.
1818
- Add a "run script" build phase after all other build phases that runs AutoPen with the same exact flags that the default codesigning step previously did. E.g., `/path/to/AutoPen -s ${EXPANDED_CODE_SIGN_IDENTITY} --timestamp\=none --generate-entitlement-der --entitlements /path/to/entitlements.xcent ${OTHER_CODE_SIGN_FLAGS} ${CODESIGNING_FOLDER_PATH}`. Note that the `entitlements.xcent` file will change as the app's entitlements are changed, and the full set of flags that Xcode is adding for code signing may change across Xcode versions.

test.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)