openapi-generator/bin/windows/swift4-petstore-all.bat
ehyche 2ce3365eaf Add a swift4 client generator (#6010)
* Add a swift4 client generator

* Updates per review comments:

- Changed Alamofire dependency from 4.0 to 4.5
- Added "Codable", "Encodable", and "Decodable" to list of reserved words in generator
- Ran "pod update" in default, promisekit, and rxswift samples test projects
2017-07-09 01:33:52 +08:00

4 lines
136 B
Batchfile
Executable File

call .\bin\windows\swift4-petstore.bat
call .\bin\windows\swift4-petstore-promisekit.bat
call .\bin\windows\swift4-petstore-rxswift.bat