We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cfdc4 commit 63c0fd2Copy full SHA for 63c0fd2
Tuist/ProjectDescriptionHelpers/Projects/ExampleModuleName.swift
@@ -10,7 +10,7 @@ extension ExampleModuleName {
10
case .Example:
11
return .target(
12
name: rawValue,
13
- destinations: .iOS,
+ destinations: [.iPhone],
14
product: .app,
15
bundleId: "com.sergdort.\(rawValue)",
16
infoPlist: .file(path: .relativeToManifest("Info.plist")),
0 commit comments