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