Created the Features package dependency in the Xcode project.

This commit is contained in:
2026-07-03 15:36:25 +02:00
parent 87b5b21a30
commit e402f62d77
3 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ xcuserdata/
*.xcuserstate
## Build generated
build/
.build/
DerivedData/
## Various settings
+29
View File
@@ -6,6 +6,10 @@
objectVersion = 100;
objects = {
/* Begin PBXBuildFile section */
02870A252FF7F07F0079EA3A /* Features in Frameworks */ = {isa = PBXBuildFile; productRef = 02870A242FF7F07F0079EA3A /* Features */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
02870A0D2FF7EB610079EA3A /* Attendi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Attendi.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -31,12 +35,18 @@
path = Apps;
sourceTree = "<group>";
};
02870A202FF7ECD00079EA3A /* Packages */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = Packages;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
02870A0A2FF7EB610079EA3A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
files = (
02870A252FF7F07F0079EA3A /* Features in Frameworks */,
);
};
/* End PBXFrameworksBuildPhase section */
@@ -45,7 +55,9 @@
028709F12FF7E8E40079EA3A = {
isa = PBXGroup;
children = (
02870A202FF7ECD00079EA3A /* Packages */,
02870A082FF7EB360079EA3A /* Apps */,
02870A232FF7F07F0079EA3A /* Frameworks */,
028709FD2FF7EAB50079EA3A /* Products */,
);
sourceTree = "<group>";
@@ -58,6 +70,13 @@
name = Products;
sourceTree = "<group>";
};
02870A232FF7F07F0079EA3A /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -72,6 +91,9 @@
buildRules = (
);
name = Attendi;
packageProductDependencies = (
02870A242FF7F07F0079EA3A /* Features */,
);
productName = Attendi;
productReference = 02870A0D2FF7EB610079EA3A /* Attendi.app */;
productType = "com.apple.product-type.application";
@@ -356,6 +378,13 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
02870A242FF7F07F0079EA3A /* Features */ = {
isa = XCSwiftPackageProductDependency;
productName = Features;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 028709F22FF7E8E40079EA3A /* Project object */;
}
+1
Submodule Packages/Features added at 5b641e5453