Skip to content

Commit

Permalink
Migrate to RevenueCat special SPM repo due to loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bigMOTOR committed Jun 13, 2024
1 parent 9181f62 commit a62d9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.6.0" )),
.package(url: "https://github.com/RevenueCat/purchases-ios.git", .upToNextMajor(from: "4.20.0" )),
.package(url: "https://github.com/RevenueCat/purchases-ios-spm.git", .upToNextMajor(from: "4.40.0" )),
.package(url: "https://github.com/realm/SwiftLint", .upToNextMajor(from: "0.54.0"))
],
targets: [
Expand All @@ -36,7 +36,7 @@ let package = Package(
.create(scope: .combine),
.create(scope: .rxSwift, dependencies: ["RxSwift", .product(name: "RxCocoa", package: "RxSwift")]),
.create(scope: .swiftUI, dependencies: [.init(.base)]),
.create(scope: .iap, dependencies: [.product(name: "RevenueCat", package: "purchases-ios")])
.create(scope: .iap, dependencies: [.product(name: "RevenueCat", package: "purchases-ios-spm")])
]
)

Expand Down

0 comments on commit a62d9c4

Please sign in to comment.