Use the new feature in some acceptance tests

This commit is contained in:
Pedro Piñera 2019-11-27 18:51:39 +01:00
parent 09fd8e0c9e
commit bde65b3929
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ import ProjectDescription
import ProjectDescriptionHelpers
let project = Project.app(name: "App", platform: .iOS, dependencies: [
.project(target: "AppKit", path: .relativeToManifest("../AppKit"))
.project(target: "AppKit", path: "//Projects/AppKit")
])

View File

@ -2,5 +2,5 @@ import ProjectDescription
import ProjectDescriptionHelpers
let project = Project.framework(name: "AppKit", platform: .iOS, dependencies: [
.project(target: "AppSupport", path: .relativeToManifest("../AppSupport"))
.project(target: "AppSupport", path: "//Projects/AppSupport")
])