2016-10-14 14:27:26 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
echo "#### Petstore Swift API client (default) ####"
|
2018-02-08 07:14:49 +00:00
|
|
|
./bin/swift3-petstore.sh
|
2016-10-14 14:27:26 +00:00
|
|
|
|
|
|
|
echo "#### Petstore Swift API client (promisekit) ####"
|
2018-02-08 07:14:49 +00:00
|
|
|
./bin/swift3-petstore-promisekit.sh
|
2016-10-14 14:27:26 +00:00
|
|
|
|
|
|
|
echo "#### Petstore Swift API client (rxswift) ####"
|
2018-02-08 07:14:49 +00:00
|
|
|
./bin/swift3-petstore-rxswift.sh
|
2017-07-03 14:46:42 +00:00
|
|
|
|
|
|
|
echo "#### Petstore Swift API client (unwraprequired) ####"
|
2018-02-08 07:14:49 +00:00
|
|
|
./bin/swift3-petstore-unwraprequired.sh
|
2017-10-30 07:40:00 +00:00
|
|
|
|
|
|
|
echo "#### Petstore Swift API client (objcCompatible) ####"
|
2018-02-08 07:14:49 +00:00
|
|
|
./bin/swift3-petstore-objcCompatible.sh
|