Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz committed Sep 14, 2024
1 parent c09445c commit 2c7f645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CriticalMaps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@
PROVISIONING_PROFILE_SPECIFIER = "Critical Maps Prov Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Criticalmaps dist";
RUN_DOCUMENTATION_COMPILER = NO;
SWIFT_STRICT_CONCURRENCY = complete;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -719,6 +720,7 @@
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Criticalmaps dist";
RUN_DOCUMENTATION_COMPILER = NO;
SKIP_INSTALL = NO;
SWIFT_STRICT_CONCURRENCY = complete;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mltbnz/composable-core-location.git",
"state" : {
"branch" : "main",
"revision" : "1f9070ce561e4ef164cc8e124e37c77eaf2f4b4f"
}
},
Expand Down Expand Up @@ -161,15 +162,6 @@
"version" : "600.0.0"
}
},
{
"identity" : "swiftformatplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/MarcoEidinger/SwiftFormatPlugin",
"state" : {
"revision" : "cc9614586ab73e7137959396885a13773d89f66e",
"version" : "0.50.3"
}
},
{
"identity" : "xctest-dynamic-overlay",
"kind" : "remoteSourceControl",
Expand Down
6 changes: 1 addition & 5 deletions CriticalMapsKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ let package = Package(
.library(name: "Styleguide", targets: ["Styleguide"]),
],
dependencies: [
.package(
url: "https://github.com/MarcoEidinger/SwiftFormatPlugin",
from: "0.49.18"
),
.package(
url: "https://github.com/pointfreeco/swift-composable-architecture",
.upToNextMajor(from: "1.0.0")
Expand All @@ -34,7 +30,7 @@ let package = Package(
),
.package(
url: "https://github.com/mltbnz/composable-core-location.git",
.revisionItem("1f9070ce561e4ef164cc8e124e37c77eaf2f4b4f")
branch: "main"
),
.package(
url: "https://github.com/pointfreeco/swift-snapshot-testing.git",
Expand Down

0 comments on commit 2c7f645

Please sign in to comment.