Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Nov 9, 2024
1 parent 531f196 commit fb948cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ extension Package {
public var swiftSettings: [SwiftSetting] = []
var dependencies: [PackageDescription.Package.Dependency] = []

@MainActor public static let inject: Package.Service = ProcessInfo.useLocalDeps ? .local : .remote
@MainActor public static let inject: Package.Service =
ProcessInfo.useLocalDeps ? .local : .remote

@MainActor static var local: Package.Service = .init(swiftSettings: [.localSwiftSettings])

Expand Down

0 comments on commit fb948cf

Please sign in to comment.