Fix the symbolic link issue in XCFramework
This commit is contained in:
parent
905072adc8
commit
5642d1ffe3
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue