Skip to content

Commit

Permalink
Forbid use from iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
macguru committed May 4, 2022
1 parent d79004b commit 50d797d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ let package = Package(
.copy("../../LICENSE.txt"),
.copy("../../ATTRIBUTION.md"),
],
publicHeadersPath: "include"
publicHeadersPath: "include",
condition: .when(platforms: [.macOS])
),
.testTarget(
name: "ShortcutRecorderTests",
Expand Down

0 comments on commit 50d797d

Please sign in to comment.