Skip to content

Commit 9829bd1

Browse files
committed
Tests -> SwiftyTimerTests (fix SwiftPM)
1 parent cba22cb commit 9829bd1

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PackageDescription
22

33
let package = Package(
4-
exclude: ["Sources/Info.plist", "Sources/SwiftyTimer.h"],
4+
exclude: ["Sources/Info.plist", "Sources/SwiftyTimer.h", "SwiftyTimerTests"],
55
dependencies: []
66
)

Tests/SwiftyTimerTests.xcodeproj/project.pbxproj renamed to SwiftyTimerTests/SwiftyTimerTests.xcodeproj/project.pbxproj

File renamed without changes.

Tests/SwiftyTimerTests.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to SwiftyTimerTests/SwiftyTimerTests.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)