|
|
@ -9,6 +9,7 @@
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
282549B82D3278F9008D2C3B /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 282549B72D3278F9008D2C3B /* main.swift */; };
|
|
|
|
282549B82D3278F9008D2C3B /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 282549B72D3278F9008D2C3B /* main.swift */; };
|
|
|
|
282549C02D327907008D2C3B /* Model in Frameworks */ = {isa = PBXBuildFile; productRef = 282549BF2D327907008D2C3B /* Model */; };
|
|
|
|
282549C02D327907008D2C3B /* Model in Frameworks */ = {isa = PBXBuildFile; productRef = 282549BF2D327907008D2C3B /* Model */; };
|
|
|
|
|
|
|
|
EC6173932D57473D00B099CD /* Persistance in Frameworks */ = {isa = PBXBuildFile; productRef = EC6173922D57473D00B099CD /* Persistance */; };
|
|
|
|
EC9914352D40233000C0459C /* CustomTypes in Frameworks */ = {isa = PBXBuildFile; productRef = EC9914342D40233000C0459C /* CustomTypes */; };
|
|
|
|
EC9914352D40233000C0459C /* CustomTypes in Frameworks */ = {isa = PBXBuildFile; productRef = EC9914342D40233000C0459C /* CustomTypes */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
|
@ -34,6 +35,7 @@
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
|
|
|
|
EC6173932D57473D00B099CD /* Persistance in Frameworks */,
|
|
|
|
282549C02D327907008D2C3B /* Model in Frameworks */,
|
|
|
|
282549C02D327907008D2C3B /* Model in Frameworks */,
|
|
|
|
EC9914352D40233000C0459C /* CustomTypes in Frameworks */,
|
|
|
|
EC9914352D40233000C0459C /* CustomTypes in Frameworks */,
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -93,6 +95,7 @@
|
|
|
|
packageProductDependencies = (
|
|
|
|
packageProductDependencies = (
|
|
|
|
282549BF2D327907008D2C3B /* Model */,
|
|
|
|
282549BF2D327907008D2C3B /* Model */,
|
|
|
|
EC9914342D40233000C0459C /* CustomTypes */,
|
|
|
|
EC9914342D40233000C0459C /* CustomTypes */,
|
|
|
|
|
|
|
|
EC6173922D57473D00B099CD /* Persistance */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
productName = CLI;
|
|
|
|
productName = CLI;
|
|
|
|
productReference = 282549B42D3278F9008D2C3B /* CLI */;
|
|
|
|
productReference = 282549B42D3278F9008D2C3B /* CLI */;
|
|
|
@ -124,6 +127,7 @@
|
|
|
|
mainGroup = 282549AB2D3278F9008D2C3B;
|
|
|
|
mainGroup = 282549AB2D3278F9008D2C3B;
|
|
|
|
packageReferences = (
|
|
|
|
packageReferences = (
|
|
|
|
EC9914332D40233000C0459C /* XCLocalSwiftPackageReference "../CustomTypes" */,
|
|
|
|
EC9914332D40233000C0459C /* XCLocalSwiftPackageReference "../CustomTypes" */,
|
|
|
|
|
|
|
|
EC6173912D57473D00B099CD /* XCLocalSwiftPackageReference "../Persistance" */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
productRefGroup = 282549B52D3278F9008D2C3B /* Products */;
|
|
|
|
productRefGroup = 282549B52D3278F9008D2C3B /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectDirPath = "";
|
|
|
@ -307,6 +311,10 @@
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin XCLocalSwiftPackageReference section */
|
|
|
|
/* Begin XCLocalSwiftPackageReference section */
|
|
|
|
|
|
|
|
EC6173912D57473D00B099CD /* XCLocalSwiftPackageReference "../Persistance" */ = {
|
|
|
|
|
|
|
|
isa = XCLocalSwiftPackageReference;
|
|
|
|
|
|
|
|
relativePath = ../Persistance;
|
|
|
|
|
|
|
|
};
|
|
|
|
EC9914332D40233000C0459C /* XCLocalSwiftPackageReference "../CustomTypes" */ = {
|
|
|
|
EC9914332D40233000C0459C /* XCLocalSwiftPackageReference "../CustomTypes" */ = {
|
|
|
|
isa = XCLocalSwiftPackageReference;
|
|
|
|
isa = XCLocalSwiftPackageReference;
|
|
|
|
relativePath = ../CustomTypes;
|
|
|
|
relativePath = ../CustomTypes;
|
|
|
@ -318,6 +326,10 @@
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
productName = Model;
|
|
|
|
productName = Model;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
EC6173922D57473D00B099CD /* Persistance */ = {
|
|
|
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
|
|
|
productName = Persistance;
|
|
|
|
|
|
|
|
};
|
|
|
|
EC9914342D40233000C0459C /* CustomTypes */ = {
|
|
|
|
EC9914342D40233000C0459C /* CustomTypes */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
productName = CustomTypes;
|
|
|
|
productName = CustomTypes;
|
|
|
|