Merge pull request #854 from geekerzp/develop_2.0_objc_pro_rename

[Objc] Change xcode project name in objc sample code
This commit is contained in:
Tony Tam
2015-06-17 08:26:42 -07:00
36 changed files with 78 additions and 119 deletions

View File

@@ -20,7 +20,7 @@ public class ObjcClientCodegen extends DefaultCodegen implements CodegenConfig {
protected Set<String> foundationClasses = new HashSet<String>();
protected String sourceFolder = "client";
protected String classPrefix = "SWG";
protected String projectName = "swaggerClient";
protected String projectName = "SwaggerClient";
public ObjcClientCodegen() {
super();