Added the "Features" local package reference to the Attendi app target in the Xcode project.

This commit is contained in:
2026-07-03 20:02:05 +02:00
parent f97dac8371
commit c980dfc0a5
+17
View File
@@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */
02870A252FF7F07F0079EA3A /* Features in Frameworks */ = {isa = PBXBuildFile; productRef = 02870A242FF7F07F0079EA3A /* Features */; };
02870A292FF7FF530079EA3A /* Features in Frameworks */ = {isa = PBXBuildFile; productRef = 02870A282FF7FF530079EA3A /* Features */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -48,6 +49,7 @@
isa = PBXFrameworksBuildPhase;
files = (
02870A252FF7F07F0079EA3A /* Features in Frameworks */,
02870A292FF7FF530079EA3A /* Features in Frameworks */,
);
};
/* End PBXFrameworksBuildPhase section */
@@ -95,6 +97,7 @@
name = Attendi;
packageProductDependencies = (
02870A242FF7F07F0079EA3A /* Features */,
02870A282FF7FF530079EA3A /* Features */,
);
productName = Attendi;
productReference = 02870A0D2FF7EB610079EA3A /* Attendi.app */;
@@ -125,6 +128,9 @@
);
mainGroup = 028709F12FF7E8E40079EA3A;
minimizedProjectReferenceProxies = 1;
packageReferences = (
02870A272FF7FF530079EA3A /* XCLocalSwiftPackageReference "Packages/Features" */,
);
preferredProjectObjectVersion = 100;
productRefGroup = 028709FD2FF7EAB50079EA3A /* Products */;
projectDirPath = "";
@@ -381,11 +387,22 @@
};
/* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */
02870A272FF7FF530079EA3A /* XCLocalSwiftPackageReference "Packages/Features" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = Packages/Features;
};
/* End XCLocalSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
02870A242FF7F07F0079EA3A /* Features */ = {
isa = XCSwiftPackageProductDependency;
productName = Features;
};
02870A282FF7FF530079EA3A /* Features */ = {
isa = XCSwiftPackageProductDependency;
productName = Features;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 028709F22FF7E8E40079EA3A /* Project object */;