Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Dec 25, 2024
1 parent 12f1b11 commit a4d36d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let developmentDependencies: [PackageDescription.Package.Dependency] = [
.package(url: "https://github.com/hmlongco/Factory.git", .upToNextMajor(from: "2.1.3")),
]

var dependencies: [PackageDescription.Package.Dependency] = developmentDependencies
var dependencies: [PackageDescription.Package.Dependency] = remoteDependencies

if ProcessInfo.processInfo.environment["BUILD_MODE"] == "DEV" {
dependencies = developmentDependencies
Expand Down

0 comments on commit a4d36d8

Please sign in to comment.