From 2ed88163d6fb369479536b388b273cef9f4a875f Mon Sep 17 00:00:00 2001 From: YoloMao Date: Fri, 19 Jan 2024 18:52:39 +0800 Subject: [PATCH 1/2] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d6e2bc..b3c39a97 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ community can help you solve it. From Xcode 15, we provide the new `PrivacyInfo.xcprivacy` file for privacy details, see [Describing data use in privacy manifests](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests?language=objc) -You can exports the privacy report after archive your App by integrate SDWebImage via SwiftPM/XCFramework or CocoaPods (`use_framework` set to true). +You can exports the privacy report after archive your App by integrate SDWebImage via SwiftPM/XCFramework or CocoaPods (`use_frameworks` set to true). For old version or if you're using static ar archive, as required by the [App privacy details on the App Store](https://developer.apple.com/app-store/app-privacy-details/), here's SDWebImage's list of [Data Collection Practices](https://sdwebimage.github.io/DataCollection/index.html). From 5741618a37271c394b5076323a0c4abad9d421bb Mon Sep 17 00:00:00 2001 From: YoloMao Date: Fri, 19 Jan 2024 18:55:53 +0800 Subject: [PATCH 2/2] 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