Skip to content

Commit

Permalink
chore: update dependencies and set swift tools version to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Oct 7, 2021
1 parent 6c76ba9 commit f6ba03c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 39 deletions.
18 changes: 8 additions & 10 deletions CoherentSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
6748F49A270EF572002E5178 /* SwiftSyntax in Frameworks */ = {isa = PBXBuildFile; productRef = 6748F499270EF572002E5178 /* SwiftSyntax */; };
8EE2408B2563C4BA00F66F61 /* CoherentSwiftCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8EE240822563C4BA00F66F61 /* CoherentSwiftCore.framework */; };
8EE240902563C4BB00F66F61 /* CoherentSwiftCoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EE2408F2563C4BB00F66F61 /* CoherentSwiftCoreTests.swift */; };
8EE240922563C4BB00F66F61 /* CoherentSwiftCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE240842563C4BA00F66F61 /* CoherentSwiftCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -39,7 +40,6 @@
8EE241562563C8E000F66F61 /* CSPropertyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* CSPropertyType.swift */; };
8EE2419E2563D38000F66F61 /* PathKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8EE2419D2563D38000F66F61 /* PathKit */; };
8EE241A02563D38000F66F61 /* Yams in Frameworks */ = {isa = PBXBuildFile; productRef = 8EE2419F2563D38000F66F61 /* Yams */; };
8EE241A22563D38000F66F61 /* SwiftSyntax in Frameworks */ = {isa = PBXBuildFile; productRef = 8EE241A12563D38000F66F61 /* SwiftSyntax */; };
8EE241A42563D38000F66F61 /* SwiftSyntaxBuilder in Frameworks */ = {isa = PBXBuildFile; productRef = 8EE241A32563D38000F66F61 /* SwiftSyntaxBuilder */; };
8EE241C5256411D500F66F61 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 8EE241C4256411D500F66F61 /* ArgumentParser */; };
8EE241CA2564120400F66F61 /* Initializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EE241C92564120400F66F61 /* Initializer.swift */; };
Expand Down Expand Up @@ -97,7 +97,6 @@
/* Begin PBXFileReference section */
8EE240822563C4BA00F66F61 /* CoherentSwiftCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoherentSwiftCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8EE240842563C4BA00F66F61 /* CoherentSwiftCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoherentSwiftCore.h; sourceTree = "<group>"; };
8EE240852563C4BA00F66F61 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8EE2408A2563C4BA00F66F61 /* CoherentSwiftCoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CoherentSwiftCoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8EE2408F2563C4BB00F66F61 /* CoherentSwiftCoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoherentSwiftCoreTests.swift; sourceTree = "<group>"; };
8EE240912563C4BB00F66F61 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -163,7 +162,7 @@
8EE2419E2563D38000F66F61 /* PathKit in Frameworks */,
8EE241A42563D38000F66F61 /* SwiftSyntaxBuilder in Frameworks */,
8EE241A02563D38000F66F61 /* Yams in Frameworks */,
8EE241A22563D38000F66F61 /* SwiftSyntax in Frameworks */,
6748F49A270EF572002E5178 /* SwiftSyntax in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -202,7 +201,6 @@
OBJ_18 /* Helpers */,
OBJ_35 /* Schema */,
8EE240842563C4BA00F66F61 /* CoherentSwiftCore.h */,
8EE240852563C4BA00F66F61 /* Info.plist */,
);
name = CoherentSwiftCore;
path = Sources/CoherentSwiftCore;
Expand Down Expand Up @@ -453,8 +451,8 @@
packageProductDependencies = (
8EE2419D2563D38000F66F61 /* PathKit */,
8EE2419F2563D38000F66F61 /* Yams */,
8EE241A12563D38000F66F61 /* SwiftSyntax */,
8EE241A32563D38000F66F61 /* SwiftSyntaxBuilder */,
6748F499270EF572002E5178 /* SwiftSyntax */,
);
productName = CoherentSwiftCore;
productReference = 8EE240822563C4BA00F66F61 /* CoherentSwiftCore.framework */;
Expand Down Expand Up @@ -1201,6 +1199,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
6748F499270EF572002E5178 /* SwiftSyntax */ = {
isa = XCSwiftPackageProductDependency;
package = 8EE240EA2563C56300F66F61 /* XCRemoteSwiftPackageReference "swift-syntax" */;
productName = SwiftSyntax;
};
8EE2419D2563D38000F66F61 /* PathKit */ = {
isa = XCSwiftPackageProductDependency;
package = 8EE240C82563C51700F66F61 /* XCRemoteSwiftPackageReference "PathKit" */;
Expand All @@ -1211,11 +1214,6 @@
package = 8EE240D92563C53500F66F61 /* XCRemoteSwiftPackageReference "Yams" */;
productName = Yams;
};
8EE241A12563D38000F66F61 /* SwiftSyntax */ = {
isa = XCSwiftPackageProductDependency;
package = 8EE240EA2563C56300F66F61 /* XCRemoteSwiftPackageReference "swift-syntax" */;
productName = SwiftSyntax;
};
8EE241A32563D38000F66F61 /* SwiftSyntaxBuilder */ = {
isa = XCSwiftPackageProductDependency;
package = 8EE240EA2563C56300F66F61 /* XCRemoteSwiftPackageReference "swift-syntax" */;
Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.4

import PackageDescription

Expand All @@ -13,20 +13,20 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/apple/swift-argument-parser.git",
from: "0.3.0"
from: "1.0.1"
),
.package(
url: "https://github.com/kylef/PathKit",
from: "1.0.0"
from: "1.0.1"
),
.package(
url: "https://github.com/jpsim/Yams.git",
from: "4.0.1"
from: "4.0.6"
),
.package(
name: "SwiftSyntax",
url: "https://github.com/apple/swift-syntax.git",
.exact("0.50300.0")
.exact("0.50400.0")
)
],
targets: [
Expand All @@ -38,7 +38,7 @@ let package = Package(
"SwiftSyntax"
]
),
.target(
.executableTarget(
name: "CoherentSwift",
dependencies: [
.product(name: "ArgumentParser", package: "swift-argument-parser"),
Expand Down
2 changes: 1 addition & 1 deletion Sources/CoherentSwift/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct CoherentSwift: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "coherent-swift",
abstract: "A command-line tool to analyze and report Swift code cohesion",
version: "0.5.9",
version: "0.5.10",
subcommands: [
Initializer.self,
Report.self
Expand Down
22 changes: 0 additions & 22 deletions Sources/CoherentSwiftCore/Info.plist

This file was deleted.

0 comments on commit f6ba03c

Please sign in to comment.