Skip to content

Commit 770182c

Browse files
committed
Huge refactoring
1 parent e9e998c commit 770182c

File tree

4 files changed

+332
-156
lines changed

4 files changed

+332
-156
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import PackageDescription
55

66
let package = Package(
77
name: "ErrorableView",
8+
platforms: [
9+
.iOS(.v14),
10+
.macOS(.v12)
11+
],
812
products: [
913
// Products define the executables and libraries a package produces, making them visible to other packages.
1014
.library(

Sources/ErrorableView/ErrorableViewModelProtocol.swift

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)