指定 swift & tca version
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
{
|
{
|
||||||
"identity" : "swift-case-paths",
|
"identity" : "swift-case-paths",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/pointfreeco/swift-case-paths",
|
"location" : "https://github.com/pointfreeco/swift-case-paths.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "41b89b8b68d8c56c622dbb7132258f1a3e638b25",
|
"branch" : "main",
|
||||||
"version" : "1.7.0"
|
"revision" : "9810c8d6c2914de251e072312f01d3bf80071852"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -15,7 +15,7 @@ let package = Package(
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.8.0"),
|
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.20.2"),
|
||||||
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", branch: "main")
|
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", branch: "main")
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
@@ -399,6 +399,7 @@
|
|||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
SWIFT_VERSION = 6.0;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
@@ -456,6 +457,7 @@
|
|||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
|
SWIFT_VERSION = 6.0;
|
||||||
VALIDATE_PRODUCT = YES;
|
VALIDATE_PRODUCT = YES;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
@@ -123,8 +123,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
|
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "39de59b2d47f7ef3ca88a039dff3084688fe27f4",
|
"revision" : "23e3442166b5122f73f9e3e622cd1e4bafeab3b7",
|
||||||
"version" : "1.5.2"
|
"version" : "1.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user