Skip to content

Commit

Permalink
- Fix privacy manifest format
Browse files Browse the repository at this point in the history
- Update Xcode project (generate using Tuist)
- Sign xcframework (3.1.5001)
  • Loading branch information
runner authored and runner committed Apr 17, 2024
1 parent b75ab2c commit dbd0557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "OpenSSL",
url: "https://github.com/duckduckgo/OpenSSL-XCFramework/releases/download/3.1.4000/OpenSSL.xcframework.zip",
checksum: "16aa36c01d84abad8f0b25ad181a88fe1d4b727c9e1dbd20904cc7e2b924012d"
url: "https://github.com/duckduckgo/OpenSSL-XCFramework/releases/download/3.1.5001/OpenSSL.xcframework.zip",
checksum: "a14289d910560cb1fd7d4d908802189628ddfa9adc8129a4ac790b0f3026d275"
)
]
)

0 comments on commit dbd0557

Please sign in to comment.