Skip to content

Commit

Permalink
SwiftUI Previews (#17)
Browse files Browse the repository at this point in the history
* previews

* read me

* Update Chart.swift

* Update AxisLabels.swift
  • Loading branch information
ay42 authored Oct 10, 2020
1 parent c6065f9 commit 5cbb111
Show file tree
Hide file tree
Showing 12 changed files with 167 additions and 227 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 SwiftUI Extensions
Copyright (c) 2020 Swift Extensions

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/swift-extensions/swiftui-shapes.git",
"state": {
"branch": null,
"revision": "4181f01df194e5ee0c5937cc567ec97d16ef7362",
"version": "0.1.0"
"revision": "13dec88f0e3731f191ee650c8fc21708692e2302",
"version": "1.0.0"
}
}
]
Expand Down
9 changes: 4 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
// swift-tools-version:5.3
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let package = Package(
name: "Charts",
platforms: [
.iOS(.v13), .macOS(.v10_15), .watchOS(.v6), .tvOS(.v13)
.iOS(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v6)
],
products: [
.library(name: "Charts", targets: ["Charts"])
],
dependencies: [
.package(name: "Shapes", url: "https://github.com/swift-extensions/swiftui-shapes.git", from: "0.1.0")
.package(url: "https://github.com/swift-extensions/swiftui-shapes.git", .upToNextMajor(from: "1.0.0"))
],
targets: [
.target(name: "Charts",dependencies: ["Shapes"]),
.testTarget(name: "ChartsTests",dependencies: ["Charts"])
.target(name: "Charts",dependencies: ["Shapes"])
]
)
169 changes: 0 additions & 169 deletions Playgrounds/Charts.playground/Contents.swift

This file was deleted.

4 changes: 0 additions & 4 deletions Playgrounds/Charts.playground/contents.xcplayground

This file was deleted.

6 changes: 0 additions & 6 deletions Playgrounds/Charts.playground/timeline.xctimeline

This file was deleted.

10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,8 @@ Chart(data: matrix)
)
```

## SDKs
- iOS 13+
- Mac Catalyst 13.0+
- macOS 10.15+
- watchOS 6+
- Xcode 12.0+

## Roadmap
- Bar chart style

## Code Contributions
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.

## Coffee Contributions
If you find this project useful please consider becoming my GitHub sponsor.
Loading

0 comments on commit 5cbb111

Please sign in to comment.