Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
update package.swift to pick locally available xcframework
  • Loading branch information
vivekshindhe committed Oct 23, 2024
1 parent ff04c0d commit 6ceeb59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ let package = Package(
),
.binaryTarget(
name: "Razorpay",
url: "https://github.com/razorpay/razorpay-pod/releases/download/\(packageVersion)/Razorpay.xcframework.zip",
checksum: "5c662c3db6b1c4245bca75ee7b607e0deac779b569bf86ed79d289b382dcdf2b"
),
path: "Pod/Razorpay.xcframework"
)
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 6ceeb59

Please sign in to comment.