mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
29 lines
809 B
Markdown
29 lines
809 B
Markdown
|
|
||
|
CONFIG OPTIONS for objc
|
||
|
|
||
|
coreData
|
||
|
Should generate core data models (Default: false)
|
||
|
|
||
|
classPrefix
|
||
|
prefix for generated classes (convention: Abbreviation of pod name e.g. `HN` for `HackerNews`).` (Default: OAI)
|
||
|
|
||
|
podName
|
||
|
cocoapods package name (convention: CameCase). (Default: OpenAPIClient)
|
||
|
|
||
|
podVersion
|
||
|
cocoapods package version. (Default: 1.0.0)
|
||
|
|
||
|
authorName
|
||
|
Name to use in the podspec file. (Default: OpenAPI)
|
||
|
|
||
|
authorEmail
|
||
|
Email to use in the podspec file. (Default: team@openapitools.org)
|
||
|
|
||
|
gitRepoURL
|
||
|
URL for the git repo where this podspec should point to. (Default: https://github.com/openapitools/openapi-generator)
|
||
|
|
||
|
hideGenerationTimestamp
|
||
|
Hides the generation timestamp when files are generated. (Default: true)
|
||
|
|
||
|
Back to the [generators list](README.md)
|