Skip to content

Commit 9b14cc0

Browse files
committed
Move the Source dir into the Xcode folder project
* Move the Source dir into the Xcode folder project to be more easy to lint directly Swiftlint * Set the correct path in the XCTManifest
1 parent b05e6d1 commit 9b14cc0

22 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
dependencies: [],
1414

1515
targets: [
16-
.target(name: "Swifter", dependencies: [], path: "Sources"),
16+
.target(name: "Swifter", dependencies: [], path: "XCode/Sources"),
1717
.target(name: "Example", dependencies: ["Swifter"], path: "Example"),
1818
.testTarget(name: "SwifterTests", dependencies: ["Swifter"], path: "XCode/Tests")
1919
]

0 commit comments

Comments
 (0)