Skip to content

Commit

Permalink
Add CouchTrackerCore as dependency of CouchTrackerAppTestable.
Browse files Browse the repository at this point in the history
I don't understand how Xcode caches things.
  • Loading branch information
pietrocaselani committed May 18, 2019
1 parent f93e133 commit 9db7afb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.swift
Expand Up @@ -98,6 +98,9 @@ enum CouchTrackerAppTestable {
infoPlist: "CouchTrackerAppTestable/Info.plist",
sources: ["CouchTrackerAppTestable/**"],
headers: Headers(public: "CouchTrackerAppTestable/Headers/Public/CouchTrackerAppTestable.h"),
dependencies: [
.target(name: CouchTrackerCoreiOS.name),
],
settings: settings())
}

Expand Down

0 comments on commit 9db7afb

Please sign in to comment.