From 5741618a37271c394b5076323a0c4abad9d421bb Mon Sep 17 00:00:00 2001 From: YoloMao Date: Fri, 19 Jan 2024 18:55:53 +0800 Subject: [PATCH] docs: add signature step to manual installation guide --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b3c39a97..cb6c3a48 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,13 @@ export DEVELOPER_DIR=/path/to/Xcode.app/Contents/Developer ./Scripts/create-xcframework.sh ``` ++ Use your own certificate to sign XCFramework + +``` +// https://developer.apple.com/support/third-party-SDK-requirements/ +codesign --timestamp -v --sign "your own certificate" SDWebImage.xcframework +``` + See more on wiki: [Manual install Guide](https://github.com/SDWebImage/SDWebImage/wiki/Installation-Guide#manual-installation-guide) ### Import headers in your source files