Skip to content

Commit

Permalink
Upd BUILD_MODE=PRODUCTION
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 24, 2024
1 parent 7662a24 commit 99f5d73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let localDependencies: [PackageDescription.Package.Dependency] = [

var dependencies: [PackageDescription.Package.Dependency] = localDependencies

if ProcessInfo.processInfo.environment["PRODUCTION"] == "true" {
if ProcessInfo.processInfo.environment["BUILD_MODE"] == "PRODUCTION" {
dependencies = remoteDependencies
}

Expand Down

0 comments on commit 99f5d73

Please sign in to comment.