Skip to content

Commit

Permalink
Fix SwiftPM build (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Sep 15, 2024
1 parent f2e23ad commit 4f47e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ let package = Package(
.target(
name: "Pow",
dependencies: enablePreviews ? [.product(name: "SnapshotPreferences", package: "SnapshotPreviews-iOS", condition: .when(platforms: [.iOS]))] : [],
resources: [.process("Assets.xcassets")],
swiftSettings: enablePreviews ? [.define("EMG_PREVIEWS")] : nil),
.testTarget(
name: "PowTests",
Expand Down

0 comments on commit 4f47e33

Please sign in to comment.