From e402f62d778a657805d3b24c5c4cd2f4f4112860 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 3 Jul 2026 15:32:31 +0200 Subject: [PATCH] Created the Features package dependency in the Xcode project. --- .gitignore | 2 +- Attendi.xcodeproj/project.pbxproj | 29 +++++++++++++++++++++++++++++ Packages/Features | 1 + 3 files changed, 31 insertions(+), 1 deletion(-) create mode 160000 Packages/Features diff --git a/.gitignore b/.gitignore index 21a780e..dc447df 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ xcuserdata/ *.xcuserstate ## Build generated -build/ +.build/ DerivedData/ ## Various settings diff --git a/Attendi.xcodeproj/project.pbxproj b/Attendi.xcodeproj/project.pbxproj index 64e7682..a74d4f4 100644 --- a/Attendi.xcodeproj/project.pbxproj +++ b/Attendi.xcodeproj/project.pbxproj @@ -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 = ""; }; + 02870A202FF7ECD00079EA3A /* Packages */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = Packages; + sourceTree = ""; + }; /* 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 = ""; @@ -58,6 +70,13 @@ name = Products; sourceTree = ""; }; + 02870A232FF7F07F0079EA3A /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; /* 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 */; } diff --git a/Packages/Features b/Packages/Features new file mode 160000 index 0000000..5b641e5 --- /dev/null +++ b/Packages/Features @@ -0,0 +1 @@ +Subproject commit 5b641e5453e61d99606de0198587e5a90df243b6