Skip to content

Commit

Permalink
Hot Fix: Options build break
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MohammadRezaAnsari authored Aug 3, 2021
2 parents c67f844 + 77fee80 commit aaf03f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# SocketKit
Simple Socket using Pusher

<p align="center">
<br />
<img src="https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-333333.svg" alt="Supported Platforms: iOS, macOS, tvOS, watchOS & Linux" />
<a href="https://github.com/apple/swift-package-manager" alt="RxSwift on Swift Package Manager" title="RxSwift on Swift Package Manager"><img src="https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg" /></a>
</p>
5 changes: 3 additions & 2 deletions Sources/SocketKit/Socket/Options.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
//
// File.swift
// Options.swift
//
//
// Created by MohammadReza Ansary on 8/2/21.
//

import Foundation
import PusherSwift

public protocol Options {
var authMethod: AuthMethod { get set }
Expand All @@ -30,7 +31,7 @@ extension Options {

extension PusherClientOptions: Options { }

fileprivate extension Options {
extension Options {
var pusherClientOptions: PusherClientOptions {
.init(
authMethod: authMethod,
Expand Down

0 comments on commit aaf03f3

Please sign in to comment.