Skip to content

Commit 95baf79

Browse files
committed
[gardening]
1 parent 6710bd8 commit 95baf79

File tree

78 files changed

+166
-394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+166
-394
lines changed

LICENCE.md

Lines changed: 21 additions & 0 deletions

README.md

Lines changed: 3 additions & 2 deletions

SwiftVG.xcodeproj/project.pbxproj renamed to SwiftDraw.xcodeproj/project.pbxproj

Lines changed: 78 additions & 86 deletions
Large diffs are not rendered by default.

SwiftVG/Extensions/CGPath.swift renamed to SwiftDraw/Extensions/CGPath.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import Foundation
1212
#if os(macOS)
1313
import AppKit
1414
#endif
15+
#if os(iOS)
16+
import UIKit
17+
#endif
1518

1619
extension CGPath {
1720
func applyA(action: @escaping (CGPathElement)->()) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)