Updated xcode project of objc client

This commit is contained in:
geekerzp
2015-06-18 10:38:19 +08:00
parent a4df33d040
commit 6b6480a026
11 changed files with 71 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ public class ObjcClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("JSONValueTransformer+ISO8601.h", sourceFolder, "JSONValueTransformer+ISO8601.h"));
supportingFiles.add(new SupportingFile("SWGConfiguration-body.mustache", sourceFolder, "SWGConfiguration.m"));
supportingFiles.add(new SupportingFile("SWGConfiguration-header.mustache", sourceFolder, "SWGConfiguration.h"));
// supportingFiles.add(new SupportingFile("Podfile.mustache", "", "Podfile"));
supportingFiles.add(new SupportingFile("Podfile.mustache", "", "Podfile"));
}
@Override