openapi-generator/bin/windows/swift5-petstore-all.bat
iliaskarim e01c1a9b72
Readonly properties for Swift 5 (#6048)
* Generate readonly properties in Swift5 with additional readonlyProperties parameter

* add sample
2020-04-29 11:17:00 +08:00

11 lines
492 B
Batchfile
Executable File

call .\bin\windows\swift5-petstore.bat
call .\bin\windows\swift5-petstore-promisekit.bat
call .\bin\windows\swift5-petstore-result.bat
call .\bin\windows\swift5-petstore-rxswift.bat
call .\bin\windows\swift5-petstore-objcCompatible.bat
call .\bin\windows\swift5-petstore-nonPublicApi.bat
call .\bin\windows\swift5-petstore-urlsession.bat
call .\bin\windows\swift5-petstore-alamofire.bat
call .\bin\windows\swift5-petstore-combine.bat
call .\bin\windows\swift5-petstore-readonlyProperties.bat