瀏覽代碼

Fix the symbolic link issue in XCFramework

DreamPiggy 1 年之前
父節點
當前提交
5642d1ffe3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/CD.yml
  2. 1 1
      README.md

+ 1 - 1
.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

+ 1 - 1
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)