Skip to content

Commit 6fe56f2

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 6fe56f2

21 files changed

+1
-1
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)