Skip to content

Commit

Permalink
⚗️ Point binaryTargets at local xcframework paths
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Apr 30, 2024
1 parent cb6e6a5 commit 0f50795
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ let package = Package(
),
.binaryTarget(
name: "DittoSwift",
url: "https://software.ditto.live/cocoa/DittoSwift/4.7.1/dist/DittoSwift.xcframework.zip",
checksum: "37ee1b0cc02ecbe00cdeba3d788b7b37e025ae9217429423232ae47f4ef3413e"
path: "DittoSwift.xcframework"
),
.binaryTarget(
name: "DittoObjC",
url: "https://software.ditto.live/cocoa/DittoObjC/4.7.1/dist/DittoObjC.xcframework.zip",
checksum: "895152e94097debf1f27fcd16cfcd850eba481196a1904adcdf72b292a2361a1"
path: "DittoObjC.xcframework"
),
]
)

0 comments on commit 0f50795

Please sign in to comment.