Skip to content

Commit

Permalink
refactor: Push the plptools Swift package down one level (#105)
Browse files Browse the repository at this point in the history
This change moves the plptools Swift package definition (Package.swift)
and submodule into a subdirectory to better encapsulate the dependency
and allow Reconnect-specific additions to plptools to be moved out of
the custom plptools branch and into the top-level of the package
directory.
  • Loading branch information
jbmorley authored Jul 9, 2024
1 parent 7212f38 commit f3c0a3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
path = dependencies/diligence
url = [email protected]:inseven/diligence.git
[submodule "dependencies/plptools"]
path = dependencies/plptools
path = dependencies/plptools/plptools
url = [email protected]:jbmorley/plptools.git
[submodule "dependencies/interact"]
path = dependencies/interact
Expand Down
10 changes: 5 additions & 5 deletions Reconnect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
D84965042C1BFF1F00405656 /* XCRemoteSwiftPackageReference "BlueSocket" */,
D8D3E79B2C25405A003E696D /* XCLocalSwiftPackageReference "dependencies/interact" */,
D8E31EB12C26E09500350082 /* XCLocalSwiftPackageReference "dependencies/diligence" */,
D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies" */,
D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies/plptools" */,
D88FA14C2C2CE0FA00805DBD /* XCRemoteSwiftPackageReference "Sparkle" */,
);
productRefGroup = D84964D72C1BFCB600405656 /* Products */;
Expand Down Expand Up @@ -834,9 +834,9 @@
isa = XCLocalSwiftPackageReference;
relativePath = dependencies/diligence;
};
D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies" */ = {
D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies/plptools" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = dependencies;
relativePath = dependencies/plptools;
};
/* End XCLocalSwiftPackageReference section */

Expand All @@ -862,12 +862,12 @@
/* Begin XCSwiftPackageProductDependency section */
D806342A2C27F87100DEA6DA /* plpftp */ = {
isa = XCSwiftPackageProductDependency;
package = D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies" */;
package = D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies/plptools" */;
productName = plpftp;
};
D81A0C152C27A90000EC2929 /* ncp */ = {
isa = XCSwiftPackageProductDependency;
package = D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies" */;
package = D8F967A72C27A1F000F129E0 /* XCLocalSwiftPackageReference "dependencies/plptools" */;
productName = ncp;
};
D84965052C1BFF1F00405656 /* Socket */ = {
Expand Down
File renamed without changes.

0 comments on commit f3c0a3f

Please sign in to comment.