|
|
|
@ -8,6 +8,8 @@
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
167C5A152B57F0BC006FB682 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167C5A142B57F0BC006FB682 /* main.swift */; };
|
|
|
|
|
16CE03F62B57F58E00A85305 /* Extension in Frameworks */ = {isa = PBXBuildFile; productRef = 16CE03F52B57F58E00A85305 /* Extension */; };
|
|
|
|
|
16CE03F82B57F59200A85305 /* Model in Frameworks */ = {isa = PBXBuildFile; productRef = 16CE03F72B57F59200A85305 /* Model */; };
|
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
@ -32,6 +34,8 @@
|
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
16CE03F82B57F59200A85305 /* Model in Frameworks */,
|
|
|
|
|
16CE03F62B57F58E00A85305 /* Extension in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
@ -43,6 +47,7 @@
|
|
|
|
|
children = (
|
|
|
|
|
167C5A132B57F0BC006FB682 /* DouShouQiConsole */,
|
|
|
|
|
167C5A122B57F0BC006FB682 /* Products */,
|
|
|
|
|
16CE03F42B57F58E00A85305 /* Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
@ -62,6 +67,13 @@
|
|
|
|
|
path = DouShouQiConsole;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
16CE03F42B57F58E00A85305 /* Frameworks */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
);
|
|
|
|
|
name = Frameworks;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
@ -78,6 +90,10 @@
|
|
|
|
|
dependencies = (
|
|
|
|
|
);
|
|
|
|
|
name = DouShouQiConsole;
|
|
|
|
|
packageProductDependencies = (
|
|
|
|
|
16CE03F52B57F58E00A85305 /* Extension */,
|
|
|
|
|
16CE03F72B57F59200A85305 /* Model */,
|
|
|
|
|
);
|
|
|
|
|
productName = DouShouQiConsole;
|
|
|
|
|
productReference = 167C5A112B57F0BC006FB682 /* DouShouQiConsole */;
|
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
@ -280,6 +296,17 @@
|
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
|
};
|
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
|
|
16CE03F52B57F58E00A85305 /* Extension */ = {
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
productName = Extension;
|
|
|
|
|
};
|
|
|
|
|
16CE03F72B57F59200A85305 /* Model */ = {
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
productName = Model;
|
|
|
|
|
};
|
|
|
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
|
|
};
|
|
|
|
|
rootObject = 167C5A092B57F0BC006FB682 /* Project object */;
|
|
|
|
|
}
|
|
|
|
|