Skip to content

Commit

Permalink
Update tuist to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia3546 committed Feb 13, 2024
1 parent cca6165 commit f0b7c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import ProjectDescriptionHelpers
let project = Project(
name: .GeoHelper,
targets: [
Target(
.target(
name: .GeoHelper,
dependencies: [
.external(name: .Alamofire)
]
),
Target(
.target(
name: .GeoHelperTests,
product: .unitTests,
sources: .defaultTestsPath,
Expand Down

0 comments on commit f0b7c4f

Please sign in to comment.