Skip to content

Commit

Permalink
Update Package.swift for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Sep 17, 2024
1 parent 42d1f6d commit 866eb53
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 @@ -4,9 +4,9 @@
import PackageDescription

// Never push to remote with this flag set to true
let useLocalFramework = true
let useLocalFramework = false
let releaseTag = "0.1.0"
let releaseChecksum = "0cd41f6d76d9d6f933871b1328d1689dbfd51fabbcbbc4f1d76164094bef083c"
let releaseChecksum = "512ec41bc933fd7da15161676bfb65963b986a5778f4e1f91a4f5908a04a174d"

let binaryTarget: Target = if useLocalFramework {
.binaryTarget(
Expand Down

0 comments on commit 866eb53

Please sign in to comment.