Skip to content

Commit 5cbb111

Browse files
authored
SwiftUI Previews (#17)
* previews * read me * Update Chart.swift * Update AxisLabels.swift
1 parent c6065f9 commit 5cbb111

File tree

12 files changed

+167
-227
lines changed

12 files changed

+167
-227
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 SwiftUI Extensions
3+
Copyright (c) 2020 Swift Extensions
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33
import PackageDescription
44

55
let package = Package(
66
name: "Charts",
77
platforms: [
8-
.iOS(.v13), .macOS(.v10_15), .watchOS(.v6), .tvOS(.v13)
8+
.iOS(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v6)
99
],
1010
products: [
1111
.library(name: "Charts", targets: ["Charts"])
1212
],
1313
dependencies: [
14-
.package(name: "Shapes", url: "https://github.com/swift-extensions/swiftui-shapes.git", from: "0.1.0")
14+
.package(url: "https://github.com/swift-extensions/swiftui-shapes.git", .upToNextMajor(from: "1.0.0"))
1515
],
1616
targets: [
17-
.target(name: "Charts",dependencies: ["Shapes"]),
18-
.testTarget(name: "ChartsTests",dependencies: ["Charts"])
17+
.target(name: "Charts",dependencies: ["Shapes"])
1918
]
2019
)

Playgrounds/Charts.playground/Contents.swift

Lines changed: 0 additions & 169 deletions
This file was deleted.

Playgrounds/Charts.playground/contents.xcplayground

Lines changed: 0 additions & 4 deletions
This file was deleted.

Playgrounds/Charts.playground/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,8 @@ Chart(data: matrix)
6666
)
6767
```
6868

69-
## SDKs
70-
- iOS 13+
71-
- Mac Catalyst 13.0+
72-
- macOS 10.15+
73-
- watchOS 6+
74-
- Xcode 12.0+
75-
7669
## Roadmap
7770
- Bar chart style
7871

7972
## Code Contributions
8073
Feel free to contribute via fork/pull request to master branch. If you want to request a feature or report a bug please start a new issue.
81-
82-
## Coffee Contributions
83-
If you find this project useful please consider becoming my GitHub sponsor.

0 commit comments

Comments
 (0)