Skip to content

Commit

Permalink
Make the Atomics dependency dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Nov 14, 2023
1 parent a87f260 commit 5e204af
Show file tree
Hide file tree
Showing 3 changed files with 58,503 additions and 58,740 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tuist 3.31.2
2 changes: 2 additions & 0 deletions Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import ProjectDescription

let dependencies = Dependencies(swiftPackageManager: .init([
Package.remote(url: "https://github.com/vapor/vapor.git", requirement: .upToNextMinor(from: "4.83.1"))
], productTypes: [
"Atomics": .framework
]))
Loading

0 comments on commit 5e204af

Please sign in to comment.