Skip to content

Commit

Permalink
Fix the symbolic link issue in XCFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed May 8, 2024
1 parent 905072a commit 5642d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5642d1f

Please sign in to comment.