Skip to content

Commit

Permalink
♻️ (tuist): Move all macOS projects to app(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 8, 2024
1 parent f4b7999 commit 7e8b7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/macOSApp/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import ProjectDescription
import ProjectDescriptionHelpers

// Creates our project using a helper function defined in ProjectDescriptionHelpers
let project = Project.macOSApp(
let project = Project.app(
name: "macOSApp",
version: "1.0.0",
deploymentTargets: .macOS("13.0"),
dependencies: [
.project(target: "Module", path: Path("../../Examples/Module")),
]
Expand Down

0 comments on commit 7e8b7b4

Please sign in to comment.