Skip to content

Commit

Permalink
Merge pull request #37 from chenhaiteng/develop
Browse files Browse the repository at this point in the history
To solve package cannot be resolved in Xcode 13 and Playground 4 for iPad
  • Loading branch information
chenhaiteng authored Jan 1, 2022
2 parents b477f64 + 99105d4 commit 3728195
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 27 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
23 changes: 3 additions & 20 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,13 @@ let package = Package(
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(name: "Common",
dependencies: [],
exclude: ["PropertyWrapper/Clamping.md"]),
dependencies: []),
.target(
name: "Rings",
dependencies: ["CoreGraphicsExtension", "Common", "ArchimedeanSpiral", "GradientBuilder", "SequenceBuilder"],
exclude: ["RingText.md",
"ClockIndex.md",
"ArchimedeanSpiralText.md",
"HandAiguille.md",
"SphericText.md",
"Knob.md",
"KnobComponents/Layers/ArcKnobLayer.md",
"KnobComponents/Layers/ArcKnobDemo.gif"]),
dependencies: ["CoreGraphicsExtension", "Common", "ArchimedeanSpiral", "GradientBuilder", "SequenceBuilder"]),
.testTarget(
name: "RingsTests",
dependencies: ["Rings",
"CoreGraphicsExtension", "Common"],
exclude: ["RingText.md",
"ClockIndex.md",
"ArchimedeanSpiralText.md",
"HandAiguille.md",
"SphericText.md",
"Knob.md",
"KnobComponents/Layers/ArcKnobLayer.md",
"KnobComponents/Layers/ArcKnobDemo.gif"]),
"CoreGraphicsExtension", "Common"]),
]
)
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ targets: [
## RingText

### What it looks like
![RingDemo](Sources/Rings/RingTextDemo.gif)
![RingDemo](Markdown/Rings/RingTextDemo.gif)

### ![How to use it](Sources/Rings/RingText.md)
### ![How to use it](Markdown/Rings/RingText.md)

## ClockIndex

Expand All @@ -66,36 +66,36 @@ targets: [

<img width="598" alt="earchly_clock_demo" src="https://user-images.githubusercontent.com/1284944/116664737-73baa880-a9cb-11eb-97e1-afcb49dfcfcd.png">

### ![How to use it](Sources/Rings/ClockIndex.md)
### ![How to use it](Markdown/Rings/ClockIndex.md)

## HandAiguille

### What it looks like:
![HandAguille](https://user-images.githubusercontent.com/1284944/118101511-47128200-b40a-11eb-870f-90ac2f2a302a.gif)

### ![How to use it](Sources/Rings/HandAiguille.md)
### ![How to use it](Markdown/Rings/HandAiguille.md)

## ArchimedeanSpiralText

### What it looks like:
![ArchimedeanSpiralTextDemo](https://user-images.githubusercontent.com/1284944/117950922-3ef10e80-b346-11eb-9da1-50b0f87990a2.gif)

### ![How to use it](Sources/Rings/ArchimedeanSpiralText.md)
### ![How to use it](Markdown/Rings/ArchimedeanSpiralText.md)

## SphericText

### What it looks like:
![Spheric Text Demo](https://user-images.githubusercontent.com/1284944/118671827-60f8fe00-b82a-11eb-9f0f-821841867cba.gif)

### ![How to use it](Sources/Rings/SphericText.md)
### ![How to use it](Markdown/Rings/SphericText.md)

## Knob

### What it looks like:
![Knob Demo](https://user-images.githubusercontent.com/1284944/120065810-e2138900-c0a5-11eb-8324-2fe340bb578f.gif)


### ![How to use it](Sources/Rings/Knob.md)
### ![How to use it](Markdown/Rings/Knob.md)

---
# License
Expand Down

0 comments on commit 3728195

Please sign in to comment.