Skip to content

Commit

Permalink
Use only iPhone as destination
Browse files Browse the repository at this point in the history
  • Loading branch information
sergdort committed Feb 12, 2025
1 parent 20cfdc4 commit 63c0fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extension ExampleModuleName {
case .Example:
return .target(
name: rawValue,
destinations: .iOS,
destinations: [.iPhone],
product: .app,
bundleId: "com.sergdort.\(rawValue)",
infoPlist: .file(path: .relativeToManifest("Info.plist")),
Expand Down

0 comments on commit 63c0fd2

Please sign in to comment.