Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions WireDomain/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ let package = Package(
name: "WireDomainPackageTests",
dependencies: [
"WireDomainPackage",
"WireDomainPackageSupport",
.product(name: "WireFoundationSupport", package: "WireFoundation")
"WireDomainPackageSupport"
]
),
.target(
Expand Down
7 changes: 0 additions & 7 deletions WireDomain/WireDomain Project.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
591B6E452C8B09BA009F8A7B /* WireDataModel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01D0DCC32C1C8CC20076CB1C /* WireDataModel.framework */; };
591B6E472C8B09BD009F8A7B /* WireDataModelSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01BDA5442C20762200636E50 /* WireDataModelSupport.framework */; };
59202AD22D54D3D500143413 /* WireDomainPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 59202AD12D54D3D500143413 /* WireDomainPackage */; };
595B05F02F8900D5009973C7 /* WireUtilitiesPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 595B05EF2F8900D5009973C7 /* WireUtilitiesPackage */; };
598D042D2C89C63100B64D71 /* WireFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 598D042C2C89C63100B64D71 /* WireFoundation */; };
59DBDE982D395BB50069C64C /* WireDomainPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 59DBDE972D395BB50069C64C /* WireDomainPackage */; };
59EA774F2D00CE0C002CA0B8 /* WireLogging in Frameworks */ = {isa = PBXBuildFile; productRef = 59EA774E2D00CE0C002CA0B8 /* WireLogging */; };
Expand Down Expand Up @@ -116,7 +115,6 @@
buildActionMask = 2147483647;
files = (
598D042D2C89C63100B64D71 /* WireFoundation in Frameworks */,
595B05F02F8900D5009973C7 /* WireUtilitiesPackage in Frameworks */,
590386C32F6BE9960089C9E4 /* WireData in Frameworks */,
34DC44B32E01C206004D5DD5 /* WireNetwork in Frameworks */,
CB6343F02DB7EF3D00A1C892 /* WireUpdateEventCoding in Frameworks */,
Expand Down Expand Up @@ -258,7 +256,6 @@
C91D188D2D7212FC00B63B66 /* NeedleFoundation */,
CB6343EF2DB7EF3D00A1C892 /* WireUpdateEventCoding */,
34DC44B22E01C206004D5DD5 /* WireNetwork */,
595B05EF2F8900D5009973C7 /* WireUtilitiesPackage */,
590386C22F6BE9960089C9E4 /* WireData */,
);
productName = WireDomain;
Expand Down Expand Up @@ -976,10 +973,6 @@
isa = XCSwiftPackageProductDependency;
productName = WireDomainPackage;
};
595B05EF2F8900D5009973C7 /* WireUtilitiesPackage */ = {
isa = XCSwiftPackageProductDependency;
productName = WireUtilitiesPackage;
};
598D042C2C89C63100B64D71 /* WireFoundation */ = {
isa = XCSwiftPackageProductDependency;
productName = WireFoundation;
Expand Down
Loading