Skip to content

Commit

Permalink
[chore] #154 맥 호환성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 6, 2024
1 parent 8279b5a commit 68b5699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import ProjectDescription

public extension DeploymentTargets {
static let appMinimunTarget: DeploymentTargets = .multiplatform(iOS: "16.0", macOS: "13.0")
static let appMinimunTarget: DeploymentTargets = .multiplatform(iOS: "16.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import ProjectDescription

public extension Destinations {
static let appDestinations: Set<Destination> = [.iPhone, .iPad, .mac]
static let appDestinations: Set<Destination> = [.iPhone, .iPad, .macWithiPadDesign, .appleVisionWithiPadDesign]
}

0 comments on commit 68b5699

Please sign in to comment.