Skip to content

Commit

Permalink
remove unecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Sep 5, 2022
1 parent c7c06ef commit 0149bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.2.7"),
.package(url: "https://github.com/apple/swift-system", from: "1.0.0"),
// .package(url: "https://github.com/apple/swift-system", from: "1.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "6.1.0")
],
targets: [
Expand All @@ -26,7 +26,7 @@ let package = Package(
dependencies: [
.product(name: "ArgumentParser", package: "swift-argument-parser"),
.product(name: "Logging", package: "swift-log"),
.product(name: "SystemPackage", package: "swift-system"),
// .product(name: "SystemPackage", package: "swift-system"),
.product(name: "SwiftToolsSupport", package: "swift-tools-support-core"),
.product(name: "SotoSecretsManager", package: "soto"),
]
Expand Down
17 changes: 0 additions & 17 deletions xcodeinstall.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
00D0649328C279650000197D /* SecretsHandlerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D0649228C279650000197D /* SecretsHandlerTest.swift */; };
00D2440F28C5EAF2002AB0FB /* StoreSecretsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D2440E28C5EAF2002AB0FB /* StoreSecretsCommand.swift */; };
00D2441028C5EAF2002AB0FB /* StoreSecretsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D2440E28C5EAF2002AB0FB /* StoreSecretsCommand.swift */; };
00DC835728AA5FD700B6346D /* SystemPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 00DC835628AA5FD700B6346D /* SystemPackage */; settings = {ATTRIBUTES = (Required, ); }; };
00DC835928AB6EA000B6346D /* SwiftToolsSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 00DC835828AB6EA000B6346D /* SwiftToolsSupport */; };
00DC835A28AB6EA000B6346D /* SwiftToolsSupport in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 00DC835828AB6EA000B6346D /* SwiftToolsSupport */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
00DC835C28AB73F300B6346D /* LoggerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00DC835B28AB73F300B6346D /* LoggerTest.swift */; };
Expand Down Expand Up @@ -260,7 +259,6 @@
00DC835928AB6EA000B6346D /* SwiftToolsSupport in Frameworks */,
007585E928A0E1590094D2DC /* Logging in Frameworks */,
009A912F288C213F003C0DF4 /* ArgumentParser in Frameworks */,
00DC835728AA5FD700B6346D /* SystemPackage in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -505,7 +503,6 @@
packageProductDependencies = (
009A912E288C213F003C0DF4 /* ArgumentParser */,
007585E828A0E1590094D2DC /* Logging */,
00DC835628AA5FD700B6346D /* SystemPackage */,
00DC835828AB6EA000B6346D /* SwiftToolsSupport */,
001E2E7C28C0875C009C1545 /* SotoSecretsManager */,
);
Expand Down Expand Up @@ -558,7 +555,6 @@
009A912D288C213F003C0DF4 /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
007585E028A0E1160094D2DC /* XCRemoteSwiftPackageReference "swift-tools-support-core" */,
007585E728A0E1590094D2DC /* XCRemoteSwiftPackageReference "swift-log" */,
00DC835528AA5FD700B6346D /* XCRemoteSwiftPackageReference "swift-system" */,
001E2E7B28C0875C009C1545 /* XCRemoteSwiftPackageReference "soto" */,
);
productRefGroup = OBJ_15 /* Products */;
Expand Down Expand Up @@ -990,14 +986,6 @@
minimumVersion = 1.0.0;
};
};
00DC835528AA5FD700B6346D /* XCRemoteSwiftPackageReference "swift-system" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-system.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -1036,11 +1024,6 @@
package = 009A912D288C213F003C0DF4 /* XCRemoteSwiftPackageReference "swift-argument-parser" */;
productName = ArgumentParser;
};
00DC835628AA5FD700B6346D /* SystemPackage */ = {
isa = XCSwiftPackageProductDependency;
package = 00DC835528AA5FD700B6346D /* XCRemoteSwiftPackageReference "swift-system" */;
productName = SystemPackage;
};
00DC835828AB6EA000B6346D /* SwiftToolsSupport */ = {
isa = XCSwiftPackageProductDependency;
package = 007585E028A0E1160094D2DC /* XCRemoteSwiftPackageReference "swift-tools-support-core" */;
Expand Down

0 comments on commit 0149bb0

Please sign in to comment.