# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1619633746 -7200 # Node ID 647d3a64ca3fed51dd0a912b0a50cc7cb99d5cb7 # Parent 136de51a74f27251d99e5f71d48ca9546cbd3a3f Update Package.swift diff -r 136de51a74f2 -r 647d3a64ca3f Package.swift --- a/Package.swift Wed Apr 28 20:05:00 2021 +0200 +++ b/Package.swift Wed Apr 28 20:15:46 2021 +0200 @@ -8,24 +8,24 @@ */ let package = Package( - name: "SwiftUICharts", + name: "SwiftUI-InteractiveCharts", platforms: [ .iOS(.v14) ], products: [ .library( name: "InteractiveCharts", - targets: ["InteractiveCharts"]), + targets: ["SwiftUI-InteractiveCharts"]), ], dependencies: [ ], targets: [ .target( - name: "InteractiveCharts", + name: "SwiftUI-InteractiveCharts", dependencies: []), .testTarget( - name: "InteractiveChartsTests", - dependencies: ["InteractiveCharts"]), + name: "SwiftUI-InteractiveChartsTests", + dependencies: ["SwiftUI-InteractiveCharts"]), ] ) diff -r 136de51a74f2 -r 647d3a64ca3f SwiftUI-InteractiveCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file SwiftUI-InteractiveCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed