added file upload support

This commit is contained in:
Tony Tam
2013-03-13 23:45:10 -07:00
parent 7659ab5a47
commit c47e553425
12 changed files with 277 additions and 44 deletions

View File

@@ -32,6 +32,8 @@ object ObjcPetstoreCodegen extends BasicObjcGenerator {
("NIKSwaggerObject.m", destinationDir, "NIKSwaggerObject.m"),
("NIKApiInvoker.h", destinationDir, "NIKApiInvoker.h"),
("NIKApiInvoker.m", destinationDir, "NIKApiInvoker.m"),
("NIKFile.h", destinationDir, "NIKFile.h"),
("NIKFile.m", destinationDir, "NIKFile.m"),
("NIKDate.h", destinationDir, "NIKDate.h"),
("NIKDate.m", destinationDir, "NIKDate.m"))
}