mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 12:10:54 +00:00
* add swift5 option for generating frozen enums * use case unknownDefault to avoid conflicts * update comments to reflect unknownDefault case * set default values for unknown case to avoid conflict * dont need vendor extensions to detect enum raw data type * move CaseIterableDefaultsLast into models mustache template * comment catch all case and add support for other types * add frozen enums to ci pipeline * remove extraneous edit to extensions template * remove left over protocols files * small comment and case adjustments
16 lines
317 B
YAML
16 lines
317 B
YAML
name: PetstoreClient
|
|
targets:
|
|
PetstoreClient:
|
|
type: framework
|
|
platform: iOS
|
|
deploymentTarget: "9.0"
|
|
sources: [PetstoreClient]
|
|
info:
|
|
path: ./Info.plist
|
|
version: 1.0.0
|
|
settings:
|
|
APPLICATION_EXTENSION_API_ONLY: true
|
|
scheme: {}
|
|
dependencies:
|
|
- carthage: AnyCodable
|