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 4f289e3
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
A89307312BAE6D0100566AEE /* CustomWindowActionUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89307302BAE6D0100566AEE /* CustomWindowActionUnit.swift */; };
A893D3642BD3299000063510 /* IconConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A893D3632BD3299000063510 /* IconConfiguration.swift */; };
A89E608F2C932F7000A05AD5 /* Luminare in Frameworks */ = {isa = PBXBuildFile; productRef = A89E608E2C932F7000A05AD5 /* Luminare */; };
A89E60922C939BEB00A05AD5 /* Luminare in Frameworks */ = {isa = PBXBuildFile; productRef = A89E60912C939BEB00A05AD5 /* Luminare */; };
A8A1C51E2BD3705A00515A14 /* PaddingConfigurationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A1C51D2BD3705A00515A14 /* PaddingConfigurationView.swift */; };
A8A1C5212BD4863B00515A14 /* KeybindingsConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A1C5202BD4863B00515A14 /* KeybindingsConfiguration.swift */; };
A8A2ABE72A3FB0370067B5A9 /* KeybindMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A2ABE62A3FB0370067B5A9 /* KeybindMonitor.swift */; };
Expand Down Expand Up @@ -198,7 +199,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 +485,7 @@
name = Loop;
packageProductDependencies = (
A8DCC97A2980D5F500D41065 /* Defaults */,
A89E608E2C932F7000A05AD5 /* Luminare */,
A89E60912C939BEB00A05AD5 /* Luminare */,
);
productName = WindowManager;
productReference = A8E59C35297F5E9A0064D4BA /* Loop.app */;
Expand Down Expand Up @@ -527,7 +528,7 @@
mainGroup = A8E59C2C297F5E9A0064D4BA;
packageReferences = (
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */,
A89E608D2C932F7000A05AD5 /* XCLocalSwiftPackageReference "../Luminare" */,
A89E60902C939BEB00A05AD5 /* XCRemoteSwiftPackageReference "Luminare" */,
);
productRefGroup = A8E59C36297F5E9A0064D4BA /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -893,14 +894,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 +914,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 4f289e3

Please sign in to comment.