Skip to content

Commit

Permalink
📦️ Restore Luminare remote
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Sep 13, 2024
1 parent 7640096 commit 9a336af
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
buildActionMask = 2147483647;
files = (
A8DCC97B2980D5F500D41065 /* Defaults in Frameworks */,
A89E608F2C932F7000A05AD5 /* Luminare in Frameworks */,
A89E60922C939BEB00A05AD5 /* Luminare in Frameworks */,
A883642F298B7288005D6C19 /* ServiceManagement.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -484,7 +484,7 @@
name = Loop;
packageProductDependencies = (
A8DCC97A2980D5F500D41065 /* Defaults */,
A89E608E2C932F7000A05AD5 /* Luminare */,
A89E60912C939BEB00A05AD5 /* Luminare */,
);
productName = WindowManager;
productReference = A8E59C35297F5E9A0064D4BA /* Loop.app */;
Expand Down Expand Up @@ -527,7 +527,7 @@
mainGroup = A8E59C2C297F5E9A0064D4BA;
packageReferences = (
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */,
A89E608D2C932F7000A05AD5 /* XCLocalSwiftPackageReference "../Luminare" */,
A89E60902C939BEB00A05AD5 /* XCRemoteSwiftPackageReference "Luminare" */,
);
productRefGroup = A8E59C36297F5E9A0064D4BA /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -893,14 +893,15 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
A89E608D2C932F7000A05AD5 /* XCLocalSwiftPackageReference "../Luminare" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Luminare;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
A89E60902C939BEB00A05AD5 /* XCRemoteSwiftPackageReference "Luminare" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/MrKai77/Luminare";
requirement = {
branch = main;
kind = branch;
};
};
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sindresorhus/Defaults";
Expand All @@ -912,8 +913,9 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
A89E608E2C932F7000A05AD5 /* Luminare */ = {
A89E60912C939BEB00A05AD5 /* Luminare */ = {
isa = XCSwiftPackageProductDependency;
package = A89E60902C939BEB00A05AD5 /* XCRemoteSwiftPackageReference "Luminare" */;
productName = Luminare;
};
A8DCC97A2980D5F500D41065 /* Defaults */ = {
Expand Down

0 comments on commit 9a336af

Please sign in to comment.