Fix the symbolic link issue in XCFramework

This commit is contained in:
DreamPiggy 2024-05-08 18:17:25 +08:00
parent 905072adc8
commit 5642d1ffe3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)