Skip to content

Commit

Permalink
Huge refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehmetates committed Nov 5, 2023
1 parent e9e998c commit 770182c
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 156 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import PackageDescription

let package = Package(
name: "ErrorableView",
platforms: [
.iOS(.v14),
.macOS(.v12)
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
Expand Down
15 changes: 0 additions & 15 deletions Sources/ErrorableView/ErrorableViewModelProtocol.swift

This file was deleted.

Loading

0 comments on commit 770182c

Please sign in to comment.