From 5642d1ffe3dbe628592443bd14154e31929727b4 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Wed, 8 May 2024 18:17:25 +0800 Subject: [PATCH] Fix the symbolic link issue in XCFramework --- .github/workflows/CD.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 5af3dc27..9605e024 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -43,7 +43,7 @@ jobs: - name: Archive XCFramework run: | cd build - zip -r SDWebImage-${{ matrix.linkage }}.xcframework.zip SDWebImage.xcframework + zip -r -y SDWebImage-${{ matrix.linkage }}.xcframework.zip SDWebImage.xcframework cd ../ mv build/SDWebImage-${{ matrix.linkage }}.xcframework.zip SDWebImage-${{ matrix.linkage }}.xcframework.zip rm -rf build diff --git a/README.md b/README.md index d70e6861..e67587c6 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Drag the unzipped `.xcframework` into your Xcode Project's Framework tab. From Xcode 15 Apple will verify the signature of binary XCFramework, to avoid supply chain attack. -The certifacate is stored in the repo [here](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.cer) +The certificate is stored in the repo [here](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.cer) The public key is stored in the repo [here](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.pem)