Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Remove requirement to conform to View (#17)
Browse files Browse the repository at this point in the history
* Set asynchone version

* Remove the requirement of using RedUxable on View
  • Loading branch information
reddavis authored Mar 18, 2022
1 parent ad6aea5 commit b1c2eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RedUx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/reddavis/Asynchrone";
requirement = {
branch = main;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 0.14.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
3 changes: 1 addition & 2 deletions RedUx/Source/RedUxable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ import SwiftUI
/// }
/// }
/// ```

public protocol RedUxable where Self: View {
public protocol RedUxable {

/// The local state type.
associatedtype LocalState: Equatable
Expand Down

0 comments on commit b1c2eaa

Please sign in to comment.