Skip to content

Commit 63c0fd2

Browse files
committed
Use only iPhone as destination
1 parent 20cfdc4 commit 63c0fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tuist/ProjectDescriptionHelpers/Projects/ExampleModuleName.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extension ExampleModuleName {
1010
case .Example:
1111
return .target(
1212
name: rawValue,
13-
destinations: .iOS,
13+
destinations: [.iPhone],
1414
product: .app,
1515
bundleId: "com.sergdort.\(rawValue)",
1616
infoPlist: .file(path: .relativeToManifest("Info.plist")),

0 commit comments

Comments
 (0)