Skip to content

Commit dbeb76f

Browse files
committed
renames +SVG
1 parent 9df5bfe commit dbeb76f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

SwiftDraw/NSImage+Image.swift renamed to SwiftDraw/NSImage+SVG.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// NSImage+Image.swift
2+
// NSImage+SVG.swift
33
// SwiftDraw
44
//
55
// Created by Simon Whitty on 24/5/17.

SwiftDraw/UIImage+Image.swift renamed to SwiftDraw/UIImage+SVG.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// UIImage+Image.swift
2+
// UIImage+SVG.swift
33
// SwiftDraw
44
//
55
// Created by Simon Whitty on 24/5/17.

SwiftDrawTests/NSImage+ImageTests.swift renamed to SwiftDrawTests/NSImage+SVGTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// NSImage+ImageTests.swift
2+
// NSImage+SVGTests.swift
33
// SwiftDraw
44
//
55
// Created by Simon Whitty on 27/11/18.
@@ -33,7 +33,7 @@ import XCTest
3333
@testable import SwiftDraw
3434
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
3535

36-
final class NSImageTests: XCTestCase {
36+
final class NSImageSVGTests: XCTestCase {
3737

3838
func testImageLoads() {
3939
let image = NSImage(svgNamed: "lines.svg", in: .test)

SwiftDrawTests/UIImage+ImageTests.swift renamed to SwiftDrawTests/UIImage+SVGTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// UIImage+ImageTests.swift
2+
// UIImage+SVGTests.swift
33
// SwiftDraw
44
//
55
// Created by Simon Whitty on 27/11/18.
@@ -35,7 +35,7 @@ import XCTest
3535
#if canImport(UIKit)
3636
import UIKit
3737

38-
final class UIImageTests: XCTestCase {
38+
final class UIImageSVGTests: XCTestCase {
3939

4040
func testImageLoads() {
4141
let image = UIImage(svgNamed: "lines.svg", in: .test)

0 commit comments

Comments
 (0)