-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from cactacea/develop
Version 18.11.3
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Fixme | ||
swagger-codegen generate \ | ||
openapi-generator generate \ | ||
-i docs/swagger.json \ | ||
-l swift4 \ | ||
-g swift4 \ | ||
--type-mappings number=Int64 \ | ||
--language-specific-primitives Int16,Int32,Int64,NSDate \ | ||
--additional-properties projectName="Cactacea" \ | ||
--additional-properties podVersion="18.11.2" \ | ||
--additional-properties podVersion="18.11.4" \ | ||
--additional-properties podSummary="Cactacea iOS SDK" \ | ||
--additional-properties podDescription="An iOS library to interface with Cactacea backend API" \ | ||
--additional-properties podSource="" \ | ||
--additional-properties podAuthors="" \ | ||
--additional-properties podLicense="" \ | ||
--additional-properties podHomepage=https://github.com/cactacea/ios \ | ||
--additional-properties responseAs=RxSwift \ | ||
--skip-validate-spec \ | ||
-o ../ios | ||
|
||
swagger-codegen generate \ | ||
openapi-generator generate \ | ||
-i docs/swagger.json \ | ||
-l kotlin \ | ||
-g kotlin \ | ||
--model-package io.github.cactacea.backend \ | ||
--model-name-suffix Json \ | ||
--skip-validate-spec \ | ||
-o ../android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "18.11.3-SNAPSHOT" | ||
version in ThisBuild := "18.11.3" |