Skip to content

Commit 7e82a85

Browse files
committed
📌 Set Defaults and Luminare package versions
1 parent 3f4859c commit 7e82a85

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

‎Loop.xcodeproj/project.pbxproj‎

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2A70158F2E399270002F6C32 /* Luminare in Frameworks */ = {isa = PBXBuildFile; productRef = 2A70158E2E399270002F6C32 /* Luminare */; };
10+
2A28B6292EE5050C00A1E26B /* Defaults in Frameworks */ = {isa = PBXBuildFile; productRef = 2A28B6282EE5050C00A1E26B /* Defaults */; };
11+
2A28B62C2EE5057C00A1E26B /* Luminare in Frameworks */ = {isa = PBXBuildFile; productRef = 2A28B62B2EE5057C00A1E26B /* Luminare */; };
1112
A883642F298B7288005D6C19 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A883642E298B7288005D6C19 /* ServiceManagement.framework */; };
12-
A8DCC97B2980D5F500D41065 /* Defaults in Frameworks */ = {isa = PBXBuildFile; productRef = A8DCC97A2980D5F500D41065 /* Defaults */; settings = {ATTRIBUTES = (Required, ); }; };
1313
F06D768A2DFF7A77007EEDA9 /* SkyLight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F06D76892DFF7A77007EEDA9 /* SkyLight.framework */; };
1414
/* End PBXBuildFile section */
1515

@@ -44,9 +44,9 @@
4444
isa = PBXFrameworksBuildPhase;
4545
buildActionMask = 2147483647;
4646
files = (
47+
2A28B6292EE5050C00A1E26B /* Defaults in Frameworks */,
48+
2A28B62C2EE5057C00A1E26B /* Luminare in Frameworks */,
4749
F06D768A2DFF7A77007EEDA9 /* SkyLight.framework in Frameworks */,
48-
2A70158F2E399270002F6C32 /* Luminare in Frameworks */,
49-
A8DCC97B2980D5F500D41065 /* Defaults in Frameworks */,
5050
A883642F298B7288005D6C19 /* ServiceManagement.framework in Frameworks */,
5151
);
5252
runOnlyForDeploymentPostprocessing = 0;
@@ -106,8 +106,8 @@
106106
);
107107
name = Loop;
108108
packageProductDependencies = (
109-
A8DCC97A2980D5F500D41065 /* Defaults */,
110-
2A70158E2E399270002F6C32 /* Luminare */,
109+
2A28B6282EE5050C00A1E26B /* Defaults */,
110+
2A28B62B2EE5057C00A1E26B /* Luminare */,
111111
);
112112
productName = WindowManager;
113113
productReference = A8E59C35297F5E9A0064D4BA /* Loop.app */;
@@ -149,8 +149,8 @@
149149
);
150150
mainGroup = A8E59C2C297F5E9A0064D4BA;
151151
packageReferences = (
152-
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */,
153-
2A70158D2E399270002F6C32 /* XCRemoteSwiftPackageReference "luminare" */,
152+
2A28B6272EE5050C00A1E26B /* XCRemoteSwiftPackageReference "Defaults" */,
153+
2A28B62A2EE5057C00A1E26B /* XCRemoteSwiftPackageReference "luminare" */,
154154
);
155155
productRefGroup = A8E59C36297F5E9A0064D4BA /* Products */;
156156
projectDirPath = "";
@@ -433,34 +433,34 @@
433433
/* End XCConfigurationList section */
434434

435435
/* Begin XCRemoteSwiftPackageReference section */
436-
2A70158D2E399270002F6C32 /* XCRemoteSwiftPackageReference "luminare" */ = {
436+
2A28B6272EE5050C00A1E26B /* XCRemoteSwiftPackageReference "Defaults" */ = {
437437
isa = XCRemoteSwiftPackageReference;
438-
repositoryURL = "https://github.com/mrkai77/luminare";
438+
repositoryURL = "https://github.com/sindresorhus/Defaults";
439439
requirement = {
440-
branch = main;
441-
kind = branch;
440+
kind = upToNextMajorVersion;
441+
minimumVersion = 9.0.0;
442442
};
443443
};
444-
A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */ = {
444+
2A28B62A2EE5057C00A1E26B /* XCRemoteSwiftPackageReference "luminare" */ = {
445445
isa = XCRemoteSwiftPackageReference;
446-
repositoryURL = "https://github.com/sindresorhus/Defaults";
446+
repositoryURL = "https://github.com/mrkai77/luminare";
447447
requirement = {
448-
branch = main;
449-
kind = branch;
448+
kind = upToNextMinorVersion;
449+
minimumVersion = 0.2.0;
450450
};
451451
};
452452
/* End XCRemoteSwiftPackageReference section */
453453

454454
/* Begin XCSwiftPackageProductDependency section */
455-
2A70158E2E399270002F6C32 /* Luminare */ = {
455+
2A28B6282EE5050C00A1E26B /* Defaults */ = {
456456
isa = XCSwiftPackageProductDependency;
457-
package = 2A70158D2E399270002F6C32 /* XCRemoteSwiftPackageReference "luminare" */;
458-
productName = Luminare;
457+
package = 2A28B6272EE5050C00A1E26B /* XCRemoteSwiftPackageReference "Defaults" */;
458+
productName = Defaults;
459459
};
460-
A8DCC97A2980D5F500D41065 /* Defaults */ = {
460+
2A28B62B2EE5057C00A1E26B /* Luminare */ = {
461461
isa = XCSwiftPackageProductDependency;
462-
package = A8DCC9792980D5F500D41065 /* XCRemoteSwiftPackageReference "Defaults" */;
463-
productName = Defaults;
462+
package = 2A28B62A2EE5057C00A1E26B /* XCRemoteSwiftPackageReference "luminare" */;
463+
productName = Luminare;
464464
};
465465
/* End XCSwiftPackageProductDependency section */
466466
};

0 commit comments

Comments
 (0)