mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
5b5fe3cad9
* Added support for unwrapRequired in Swift 4 * Update petstore generators for Swift.
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/swift4-petstore.sh
|
|
./bin/swift4-petstore-promisekit.sh
|
|
./bin/swift4-petstore-rxswift.sh
|
|
./bin/swift4-petstore-objcCompatible.sh
|
|
./bin/swift4-petstore-unwrapRequired.sh
|