Skip to content

Commit

Permalink
Fix unit tests with Realm
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Aug 27, 2023
1 parent 1626b8a commit 5032782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tuist/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import ProjectDescription

let config = Config(cloud: .cloud(projectId: "AnyKey/swdestiny-trades",
url: "https://cloud.tuist.io",
options: [.optional, .analytics])
options: [.optional, .disableAnalytics])
)
3 changes: 2 additions & 1 deletion Tuist/ProjectDescriptionHelpers/Target.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public extension Project {
.target(name: "SWDestinyTrades"),
.external(name: "Quick"),
.external(name: "Nimble"),
.external(name: "Nimble-Snapshots")
.external(name: "Nimble-Snapshots"),
.package(product: "RealmSwift") // Fix unit test linkage issue
]
)
]
Expand Down

0 comments on commit 5032782

Please sign in to comment.