[Swift 4] add compatibility for unwrapRequired config option (#229)

* Added support for unwrapRequired in Swift 4

* Update petstore generators for Swift.
This commit is contained in:
Joe Elliott
2018-06-21 10:52:02 +02:00
committed by William Cheng
parent 4664c07034
commit 5b5fe3cad9
241 changed files with 14870 additions and 1111 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
#
# Usage example: /bin/sh ./git_push.sh wing328 swagger-petstore-perl "minor update"
# Usage example: /bin/sh ./git_push.sh wing328 openapi-pestore-perl "minor update"
git_user_id=$1
git_repo_id=$2