Skip to content

Commit

Permalink
Using local package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Oct 19, 2023
1 parent e43ef92 commit 306d4d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apollo-ios-pagination/Package@swift-5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ let package = Package(
.library(name: "ApolloPagination", targets: ["ApolloPagination"]),
],
dependencies: [
.package(
url: "https://github.com/apollographql/apollo-ios.git",
.upToNextMajor(from: "1.2.0")
),
.package(name: "apollo-ios", path: "../apollo-ios")
],
targets: [
.target(
Expand Down

0 comments on commit 306d4d8

Please sign in to comment.