Skip to content

Commit

Permalink
Rename to Reachability.swift to prevent duplicates
Browse files Browse the repository at this point in the history
Temporary workaround for:
firebase/firebase-ios-sdk#7405
  • Loading branch information
Jeehut committed Jan 29, 2021
1 parent a81b736 commit f1be3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -4,10 +4,10 @@
import PackageDescription

let package = Package(
name: "Reachability",
name: "Reachability.swift",
products: [
.library(
name: "Reachability",
name: "Reachability.swift",
targets: ["Reachability"]),
],
targets: [
Expand Down

0 comments on commit f1be3be

Please sign in to comment.