Skip to content

Commit b0302df

Browse files
committed
[hotfix] ipad 지원 수정
1 parent 67bf4d5 commit b0302df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tuist/ProjectDescriptionHelpers/Destinations+Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
import ProjectDescription
99

1010
public extension Destinations {
11-
static let appDestinations: Set<Destination> = [.iPad, .iPhone]
11+
static let appDestinations: Set<Destination> = [.iPhone]
1212
}

0 commit comments

Comments
 (0)