Fix framework with preserved symlinks

Was failing validation.
This commit is contained in:
Davide 2025-01-13 16:19:07 +01:00
parent b3ebcfb6c8
commit e90aaebf5e
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 053f52dad44f9a37ae411ca7beb5da372be0a92e Subproject commit d77417df43d7a0d516e5a58a6ef5921c1b97d1cd

View File

@ -34,8 +34,8 @@ enum Environment {
case .onlineDevelopment: case .onlineDevelopment:
targets.append(.binaryTarget( targets.append(.binaryTarget(
name: "Target", name: "Target",
url: "https://github.com/passepartoutvpn/passepartoutkit/releases/download/0.99.0/PassepartoutKit.xcframework.zip", url: "https://github.com/passepartoutvpn/passepartoutkit/releases/download/0.99.1/PassepartoutKit.xcframework.zip",
checksum: "9b75b289e6043de0044b691b1518a595bd7a7dba0b40be3125ca82d3e528a8e4" checksum: "6edb8d5d83299f4d1accba43622a25306bcca4f33a2a11f07d61e550a2cf1285"
)) ))
case .production: case .production:
targets.append(.target( targets.append(.target(