Skip to content

Commit eec2f86

Browse files
committed
📦️ Change Luminare branch
1 parent aea5c28 commit eec2f86

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Loop.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
4C6B93E82C1DCF6E00AFF832 /* Updater.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C6B93E22C1DCF6E00AFF832 /* Updater.swift */; };
1515
4C6B93E92C1DCF6E00AFF832 /* UpdateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C6B93E32C1DCF6E00AFF832 /* UpdateView.swift */; };
1616
4CD883A42C30F0D7009A132A /* WallpaperColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CD883A32C30F0D7009A132A /* WallpaperColors.swift */; };
17+
A80554C22D234E5D009238C7 /* Luminare in Frameworks */ = {isa = PBXBuildFile; productRef = A80554C12D234E5D009238C7 /* Luminare */; };
1718
A8055EC22AFEDE0B00459D13 /* Keycorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8055EC12AFEDE0B00459D13 /* Keycorder.swift */; };
1819
A80900D52AA3F9F30085C63B /* VisualEffectView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80900D32AA3F9F20085C63B /* VisualEffectView.swift */; };
1920
A80D49BB2BAE479900493B67 /* Migrator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80D49BA2BAE479900493B67 /* Migrator.swift */; };
@@ -483,6 +484,7 @@
483484
name = Loop;
484485
packageProductDependencies = (
485486
A8DCC97A2980D5F500D41065 /* Defaults */,
487+
A80554C42D235233009238C7 /* Luminare */,
486488
);
487489
productName = WindowManager;
488490
productReference = A8E59C35297F5E9A0064D4BA /* Loop.app */;
@@ -524,7 +526,7 @@
524526
mainGroup = A8E59C2C297F5E9A0064D4BA;
525527
packageReferences = (
526528
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */,
527-
A860324D2CB34A6C005742EB /* XCRemoteSwiftPackageReference "Luminare" */,
529+
A80554C32D235233009238C7 /* XCRemoteSwiftPackageReference "Luminare" */,
528530
);
529531
productRefGroup = A8E59C36297F5E9A0064D4BA /* Products */;
530532
projectDirPath = "";
@@ -890,11 +892,11 @@
890892
/* End XCConfigurationList section */
891893

892894
/* Begin XCRemoteSwiftPackageReference section */
893-
A860324D2CB34A6C005742EB /* XCRemoteSwiftPackageReference "Luminare" */ = {
895+
A80554C32D235233009238C7 /* XCRemoteSwiftPackageReference "Luminare" */ = {
894896
isa = XCRemoteSwiftPackageReference;
895897
repositoryURL = "https://github.com/MrKai77/Luminare";
896898
requirement = {
897-
branch = main;
899+
branch = "loop-1.2.0";
898900
kind = branch;
899901
};
900902
};

0 commit comments

Comments
 (0)