Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
orxelm authored Feb 23, 2021
1 parent 63730a1 commit e5bf0c4
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@
import PackageDescription
let package = Package(
name: "WalkMeSDK",
products: [
.library(
name: "WalkMeSDK",
targets: ["WalkMeSDK"])
],
targets: [
.binaryTarget(name: "WalkMeSDK",
url: "https://wmm-assets-prod.s3.amazonaws.com/release/sdk/2.9.12.xcframework.zip",
checksum: "1a49f99b0b65f6f109b106560f98b1f89614c33c9dd337b9821b621d943fc380")
]
)
let package = Package(name: "WalkMeSDK",
products: [.library(name: "WalkMeSDK",
targets: ["WalkMeSDK"])],
targets: [.binaryTarget(name: "WalkMeSDK",
url: "https://wmm-assets-prod.s3.amazonaws.com/release/sdk/2.9.12.xcframework.zip",
checksum: "1a49f99b0b65f6f109b106560f98b1f89614c33c9dd337b9821b621d943fc380")],
swiftLanguageVersions: [.v5])

0 comments on commit e5bf0c4

Please sign in to comment.