Skip to content

Commit c1241f6

Browse files
committed
Fix SPM build
1 parent 7fdbe94 commit c1241f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ let package = Package(
240240

241241
.target(
242242
name: "ViewEnvironmentUI",
243+
dependencies: ["ViewEnvironment"],
243244
path: "ViewEnvironmentUI/Sources"
244245
),
245246
],

Diff for: ViewEnvironmentUI/Sources/ViewEnvironmentPropagatingObject.swift

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
import Foundation
1718
import ViewEnvironment
1819

1920
/// A protocol describing a ``ViewEnvironmentPropagating`` object that can:

0 commit comments

Comments
 (0)