Added the "Features" local package reference to the Attendi app target in the Xcode project.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
02870A252FF7F07F0079EA3A /* Features in Frameworks */ = {isa = PBXBuildFile; productRef = 02870A242FF7F07F0079EA3A /* Features */; };
|
02870A252FF7F07F0079EA3A /* Features in Frameworks */ = {isa = PBXBuildFile; productRef = 02870A242FF7F07F0079EA3A /* Features */; };
|
||||||
|
02870A292FF7FF530079EA3A /* Features in Frameworks */ = {isa = PBXBuildFile; productRef = 02870A282FF7FF530079EA3A /* Features */; };
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
@@ -48,6 +49,7 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
files = (
|
files = (
|
||||||
02870A252FF7F07F0079EA3A /* Features in Frameworks */,
|
02870A252FF7F07F0079EA3A /* Features in Frameworks */,
|
||||||
|
02870A292FF7FF530079EA3A /* Features in Frameworks */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXFrameworksBuildPhase section */
|
/* End PBXFrameworksBuildPhase section */
|
||||||
@@ -95,6 +97,7 @@
|
|||||||
name = Attendi;
|
name = Attendi;
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
02870A242FF7F07F0079EA3A /* Features */,
|
02870A242FF7F07F0079EA3A /* Features */,
|
||||||
|
02870A282FF7FF530079EA3A /* Features */,
|
||||||
);
|
);
|
||||||
productName = Attendi;
|
productName = Attendi;
|
||||||
productReference = 02870A0D2FF7EB610079EA3A /* Attendi.app */;
|
productReference = 02870A0D2FF7EB610079EA3A /* Attendi.app */;
|
||||||
@@ -125,6 +128,9 @@
|
|||||||
);
|
);
|
||||||
mainGroup = 028709F12FF7E8E40079EA3A;
|
mainGroup = 028709F12FF7E8E40079EA3A;
|
||||||
minimizedProjectReferenceProxies = 1;
|
minimizedProjectReferenceProxies = 1;
|
||||||
|
packageReferences = (
|
||||||
|
02870A272FF7FF530079EA3A /* XCLocalSwiftPackageReference "Packages/Features" */,
|
||||||
|
);
|
||||||
preferredProjectObjectVersion = 100;
|
preferredProjectObjectVersion = 100;
|
||||||
productRefGroup = 028709FD2FF7EAB50079EA3A /* Products */;
|
productRefGroup = 028709FD2FF7EAB50079EA3A /* Products */;
|
||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
@@ -381,11 +387,22 @@
|
|||||||
};
|
};
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
|
|
||||||
|
/* Begin XCLocalSwiftPackageReference section */
|
||||||
|
02870A272FF7FF530079EA3A /* XCLocalSwiftPackageReference "Packages/Features" */ = {
|
||||||
|
isa = XCLocalSwiftPackageReference;
|
||||||
|
relativePath = Packages/Features;
|
||||||
|
};
|
||||||
|
/* End XCLocalSwiftPackageReference section */
|
||||||
|
|
||||||
/* Begin XCSwiftPackageProductDependency section */
|
/* Begin XCSwiftPackageProductDependency section */
|
||||||
02870A242FF7F07F0079EA3A /* Features */ = {
|
02870A242FF7F07F0079EA3A /* Features */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
productName = Features;
|
productName = Features;
|
||||||
};
|
};
|
||||||
|
02870A282FF7FF530079EA3A /* Features */ = {
|
||||||
|
isa = XCSwiftPackageProductDependency;
|
||||||
|
productName = Features;
|
||||||
|
};
|
||||||
/* End XCSwiftPackageProductDependency section */
|
/* End XCSwiftPackageProductDependency section */
|
||||||
};
|
};
|
||||||
rootObject = 028709F22FF7E8E40079EA3A /* Project object */;
|
rootObject = 028709F22FF7E8E40079EA3A /* Project object */;
|
||||||
|
|||||||
Reference in New Issue
Block a user