Skip to content

Commit

Permalink
Update deps & v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wddwycc committed Feb 14, 2021
1 parent 093ffc2 commit 9181122
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,11 @@ venv.bak/
# End of https://www.gitignore.io/api/python

.build/
Packages
.build/
xcuserdata
DerivedData/
*.xcodeproj



2 changes: 1 addition & 1 deletion Sources/Extensions/CALayer+Theme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#if os(iOS) || os(tvOS) || os(macOS)


import Quartz
import QuartzCore
import RxSwift
import RxCocoa

Expand Down
2 changes: 1 addition & 1 deletion Sources/Extensions/CAShapeLayer+Theme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#if os(iOS) || os(tvOS) || os(macOS)


import Quartz
import QuartzCore
import RxSwift
import RxCocoa

Expand Down

0 comments on commit 9181122

Please sign in to comment.