diff --git a/Common/Database/Model/Delta.xcdatamodeld/Model.xcdatamodel/contents b/Common/Database/Model/Delta.xcdatamodeld/Model.xcdatamodel/contents deleted file mode 100644 index 62b6475..0000000 --- a/Common/Database/Model/Delta.xcdatamodeld/Model.xcdatamodel/contents +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Delta.xcodeproj/project.pbxproj b/Delta.xcodeproj/project.pbxproj index 1a26bf4..dafb3cd 100644 --- a/Delta.xcodeproj/project.pbxproj +++ b/Delta.xcodeproj/project.pbxproj @@ -681,7 +681,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/usr/local/bin/mogenerator -m \"Common/Database/Model/Delta.xcdatamodeld\" -O \"Common/Database/Model\" --swift --template-var scalarsWhenNonOptional=true --template-path \"Common/Database/Model/mogenerator/templates\""; + shellScript = "/usr/local/bin/mogenerator -m \"Delta/Database/Model/Model.xcdatamodel\" --human-dir \"Delta/Database/Model/Human\" --machine-dir \"Delta/Database/Model/Machine\" --swift --template-var scalarsWhenNonOptional=true --template-path \"Delta/Database/Model/mogenerator/templates\""; }; DBD91E7D7EC2729786B4C5B1 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; diff --git a/Delta/Database/Model/Model.xcdatamodel/contents b/Delta/Database/Model/Model.xcdatamodel/contents index 62b6475..b009f69 100644 --- a/Delta/Database/Model/Model.xcdatamodel/contents +++ b/Delta/Database/Model/Model.xcdatamodel/contents @@ -1,5 +1,5 @@ - + diff --git a/Common/Database/Model/mogenerator/templates/human.swift.motemplate b/Delta/Database/Model/mogenerator/templates/human.swift.motemplate similarity index 100% rename from Common/Database/Model/mogenerator/templates/human.swift.motemplate rename to Delta/Database/Model/mogenerator/templates/human.swift.motemplate diff --git a/Common/Database/Model/mogenerator/templates/machine.swift.motemplate b/Delta/Database/Model/mogenerator/templates/machine.swift.motemplate similarity index 100% rename from Common/Database/Model/mogenerator/templates/machine.swift.motemplate rename to Delta/Database/Model/mogenerator/templates/machine.swift.motemplate