mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
* Generate readonly properties in Swift5 with additional readonlyProperties parameter * add sample
13 lines
363 B
Bash
Executable File
13 lines
363 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/swift5-petstore.sh
|
|
./bin/swift5-petstore-promisekit.sh
|
|
./bin/swift5-petstore-result.sh
|
|
./bin/swift5-petstore-rxswift.sh
|
|
./bin/swift5-petstore-objcCompatible.sh
|
|
./bin/swift5-petstore-nonPublicApi.sh
|
|
./bin/swift5-petstore-urlsession.sh
|
|
./bin/swift5-petstore-alamofire.sh
|
|
./bin/swift5-petstore-combine.sh
|
|
./bin/swift5-petstore-readonlyProperties.sh
|