forked from loafle/openapi-generator-original
* update bitrise.io * fix build * avoid using mvn * remove mvn * update * skip * [swift5][client] fix CI issue cyclic dependency * trigger build * comment out vapour * alarmfire --------- Co-authored-by: Bruno Coelho <4brunu@gmail.com>
16 lines
318 B
YAML
16 lines
318 B
YAML
name: PetstoreClient
|
|
targets:
|
|
PetstoreClient:
|
|
type: framework
|
|
platform: iOS
|
|
deploymentTarget: "11.0"
|
|
sources: [PetstoreClient]
|
|
info:
|
|
path: ./Info.plist
|
|
version: 1.0.0
|
|
settings:
|
|
APPLICATION_EXTENSION_API_ONLY: true
|
|
scheme: {}
|
|
dependencies:
|
|
- carthage: AnyCodable
|