Sfoglia il codice sorgente

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
Victor Sigler 7 anni fa
parent
commit
6fe56f29ad

+ 1 - 1
Package.swift

@@ -13,7 +13,7 @@ let package = Package(
   dependencies: [],
 
   targets: [
-    .target(name: "Swifter", dependencies: [], path: "Sources"),
+    .target(name: "Swifter", dependencies: [], path: "XCode/Sources"),
     .target(name: "Example", dependencies: ["Swifter"], path: "Example"),
     .testTarget(name: "SwifterTests", dependencies: ["Swifter"], path: "XCode/Tests")
   ]

+ 0 - 0
Sources/DemoServer.swift → XCode/Sources/DemoServer.swift


+ 0 - 0
Sources/Errno.swift → XCode/Sources/Errno.swift


+ 0 - 0
Sources/Files.swift → XCode/Sources/Files.swift


+ 0 - 0
Sources/HttpParser.swift → XCode/Sources/HttpParser.swift


+ 0 - 0
Sources/HttpRequest.swift → XCode/Sources/HttpRequest.swift


+ 0 - 0
Sources/HttpResponse.swift → XCode/Sources/HttpResponse.swift


+ 0 - 0
Sources/HttpRouter.swift → XCode/Sources/HttpRouter.swift


+ 0 - 0
Sources/HttpServer.swift → XCode/Sources/HttpServer.swift


+ 0 - 0
Sources/HttpServerIO.swift → XCode/Sources/HttpServerIO.swift


+ 0 - 0
Sources/MimeTypes.swift → XCode/Sources/MimeTypes.swift


+ 0 - 0
Sources/Process.swift → XCode/Sources/Process.swift


+ 0 - 0
Sources/Scopes.swift → XCode/Sources/Scopes.swift


+ 0 - 0
Sources/Socket+File.swift → XCode/Sources/Socket+File.swift


+ 0 - 0
Sources/Socket+Server.swift → XCode/Sources/Socket+Server.swift


+ 0 - 0
Sources/Socket.swift → XCode/Sources/Socket.swift


+ 0 - 0
Sources/String+BASE64.swift → XCode/Sources/String+BASE64.swift


+ 0 - 0
Sources/String+File.swift → XCode/Sources/String+File.swift


+ 0 - 0
Sources/String+Misc.swift → XCode/Sources/String+Misc.swift


+ 0 - 0
Sources/String+SHA1.swift → XCode/Sources/String+SHA1.swift


+ 0 - 0
Sources/WebSockets.swift → XCode/Sources/WebSockets.swift