Skip to content

Commit

Permalink
🐞 Fix Luminare not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Jun 30, 2024
1 parent bc68661 commit 5f22303
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -86,6 +86,7 @@
A8E59C4A297F98670064D4BA /* RadialMenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E59C49297F98670064D4BA /* RadialMenuController.swift */; };
A8E59C50298045D90064D4BA /* PreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E59C4F298045D90064D4BA /* PreviewController.swift */; };
A8E8903C2BA7AAFE006C5074 /* NSEvent+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E8903B2BA7AAFE006C5074 /* NSEvent+Extensions.swift */; };
A8EA55C22C30DB2D0051649F /* Luminare in Frameworks */ = {isa = PBXBuildFile; productRef = A8EA55C12C30DB2D0051649F /* Luminare */; };
A8EF1F09299C87DF00633440 /* IconManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EF1F08299C87DF00633440 /* IconManager.swift */; };
A8F0125B2AEDD7660017307F /* WindowAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F0125A2AEDD7660017307F /* WindowAction.swift */; };
A8F1E9662C253F5B00AAF871 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A8F1E9652C253F5B00AAF871 /* Localizable.xcstrings */; };
Expand Down Expand Up @@ -192,6 +193,7 @@
A8DCC97B2980D5F500D41065 /* Defaults in Frameworks */,
A8BC4A7B2C30AAF400B94B82 /* Luminare in Frameworks */,
A883642F298B7288005D6C19 /* ServiceManagement.framework in Frameworks */,
A8EA55C22C30DB2D0051649F /* Luminare in Frameworks */,
A80397D22A93287C006D2796 /* MenuBarExtraAccess in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -481,6 +483,7 @@
A8DCC97A2980D5F500D41065 /* Defaults */,
A80397D12A93287C006D2796 /* MenuBarExtraAccess */,
A8BC4A7A2C30AAF400B94B82 /* Luminare */,
A8EA55C12C30DB2D0051649F /* Luminare */,
);
productName = WindowManager;
productReference = A8E59C35297F5E9A0064D4BA /* Loop.app */;
Expand Down Expand Up @@ -519,7 +522,7 @@
packageReferences = (
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */,
A80397D02A93287C006D2796 /* XCRemoteSwiftPackageReference "MenuBarExtraAccess" */,
A8BC4A792C30AAF400B94B82 /* XCLocalSwiftPackageReference "../Luminare" */,
A8EA55C02C30DB2D0051649F /* XCRemoteSwiftPackageReference "Luminare" */,
);
productRefGroup = A8E59C36297F5E9A0064D4BA /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -882,13 +885,6 @@
};
/* End XCConfigurationList section */

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

/* Begin XCRemoteSwiftPackageReference section */
A80397D02A93287C006D2796 /* XCRemoteSwiftPackageReference "MenuBarExtraAccess" */ = {
isa = XCRemoteSwiftPackageReference;
Expand All @@ -906,6 +902,14 @@
kind = branch;
};
};
A8EA55C02C30DB2D0051649F /* XCRemoteSwiftPackageReference "Luminare" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/MrKai77/Luminare";
requirement = {
branch = main;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -923,6 +927,11 @@
package = A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */;
productName = Defaults;
};
A8EA55C12C30DB2D0051649F /* Luminare */ = {
isa = XCSwiftPackageProductDependency;
package = A8EA55C02C30DB2D0051649F /* XCRemoteSwiftPackageReference "Luminare" */;
productName = Luminare;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = A8E59C2D297F5E9A0064D4BA /* Project object */;
Expand Down

0 comments on commit 5f22303

Please sign in to comment.