Skip to content

Commit

Permalink
chore(ios): bump swift-utilities to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Jun 16, 2024
1 parent 8f84724 commit 8b052ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/autoreleasefool/swift-utilities.git",
"state" : {
"branch" : "main",
"revision" : "8feb5ce547ac5ed60ed1d59728498b34b8ef1b3a"
"revision" : "8feb5ce547ac5ed60ed1d59728498b34b8ef1b3a",
"version" : "1.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions ios/Approach/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
.package(url: "https://github.com/autoreleasefool/swift-utilities.git", branch: "main"),
.package(url: "https://github.com/autoreleasefool/swift-utilities.git", from: "1.0.0"),
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.4"),
.package(url: "https://github.com/elai950/AlertToast.git", from: "1.3.9"),
.package(url: "https://github.com/getsentry/sentry-cocoa.git", from: "8.21.0"),
Expand Down Expand Up @@ -1503,6 +1503,7 @@ let package = Package(
name: "ComposableExtensionsLibrary",
dependencies: [
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
.product(name: "IdentifiedCollections", package: "swift-identified-collections"),
]
),
.target(
Expand Down Expand Up @@ -1708,7 +1709,6 @@ let package = Package(
name: "ScoreSheetLibrary",
dependencies: [
.product(name: "SwiftUIExtensionsPackageLibrary", package: "swift-utilities"),
"DateTimeLibrary",
"ModelsLibrary",
"ViewsLibrary",
]
Expand Down
6 changes: 3 additions & 3 deletions ios/Approach/Package.swift.toml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ processed = [ "Resources" ]

[libraries.ComposableExtensions]
skip_tests = true
dependencies = [ "ComposableArchitecture" ]
dependencies = [ "ComposableArchitecture", "IdentifiedCollections" ]

[libraries.Constants]
skip_tests = true
Expand Down Expand Up @@ -385,7 +385,7 @@ libraries = [ "ScoreKeeperModels" ]
[libraries.ScoreKeeperModels]

[libraries.ScoreSheet]
libraries = [ "DateTime", "Models", "Views" ]
libraries = [ "Models", "Views" ]
dependencies = [ "SwiftUIExtensionsPackageLibrary" ]

[libraries.Sorting]
Expand Down Expand Up @@ -438,7 +438,7 @@ libraries = [ "Assets", "Strings" ]
# Dependency Versions
[sharedRefs.SwiftUtilities]
url = "https://github.com/autoreleasefool/swift-utilities.git"
branch = "main"
from = "1.0.0"

[sharedRefs.Dependencies]
url = "https://github.com/pointfreeco/swift-dependencies.git"
Expand Down

0 comments on commit 8b052ca

Please sign in to comment.