From f1c65df457a5d9bd945b71d7dc49fb8a8b9f2bf1 Mon Sep 17 00:00:00 2001 From: Bruno Coelho <4brunu@gmail.com> Date: Mon, 28 Dec 2020 10:40:07 +0000 Subject: [PATCH] iOS - fix XcodeGen deploy target to match cocoapods --- .../src/main/resources/swift5/XcodeGen.mustache | 2 +- samples/client/petstore/swift5/alamofireLibrary/project.yml | 2 +- samples/client/petstore/swift5/combineLibrary/project.yml | 2 +- samples/client/petstore/swift5/default/project.yml | 2 +- samples/client/petstore/swift5/deprecated/project.yml | 2 +- samples/client/petstore/swift5/nonPublicApi/project.yml | 2 +- samples/client/petstore/swift5/objcCompatible/project.yml | 2 +- samples/client/petstore/swift5/promisekitLibrary/project.yml | 2 +- samples/client/petstore/swift5/readonlyProperties/project.yml | 2 +- samples/client/petstore/swift5/resultLibrary/project.yml | 2 +- samples/client/petstore/swift5/rxswiftLibrary/project.yml | 2 +- samples/client/petstore/swift5/urlsessionLibrary/project.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/swift5/XcodeGen.mustache b/modules/openapi-generator/src/main/resources/swift5/XcodeGen.mustache index 3b57c69e1048..a81137ae138e 100644 --- a/modules/openapi-generator/src/main/resources/swift5/XcodeGen.mustache +++ b/modules/openapi-generator/src/main/resources/swift5/XcodeGen.mustache @@ -3,7 +3,7 @@ targets: {{projectName}}: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [{{projectName}}] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/alamofireLibrary/project.yml b/samples/client/petstore/swift5/alamofireLibrary/project.yml index 148b42517be9..08035907b99e 100644 --- a/samples/client/petstore/swift5/alamofireLibrary/project.yml +++ b/samples/client/petstore/swift5/alamofireLibrary/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/combineLibrary/project.yml b/samples/client/petstore/swift5/combineLibrary/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/combineLibrary/project.yml +++ b/samples/client/petstore/swift5/combineLibrary/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/default/project.yml b/samples/client/petstore/swift5/default/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/default/project.yml +++ b/samples/client/petstore/swift5/default/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/deprecated/project.yml b/samples/client/petstore/swift5/deprecated/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/deprecated/project.yml +++ b/samples/client/petstore/swift5/deprecated/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/nonPublicApi/project.yml b/samples/client/petstore/swift5/nonPublicApi/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/nonPublicApi/project.yml +++ b/samples/client/petstore/swift5/nonPublicApi/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/objcCompatible/project.yml b/samples/client/petstore/swift5/objcCompatible/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/objcCompatible/project.yml +++ b/samples/client/petstore/swift5/objcCompatible/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/promisekitLibrary/project.yml b/samples/client/petstore/swift5/promisekitLibrary/project.yml index 3f6d4d9253e1..d6d2be8a2247 100644 --- a/samples/client/petstore/swift5/promisekitLibrary/project.yml +++ b/samples/client/petstore/swift5/promisekitLibrary/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/readonlyProperties/project.yml b/samples/client/petstore/swift5/readonlyProperties/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/readonlyProperties/project.yml +++ b/samples/client/petstore/swift5/readonlyProperties/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/resultLibrary/project.yml b/samples/client/petstore/swift5/resultLibrary/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/resultLibrary/project.yml +++ b/samples/client/petstore/swift5/resultLibrary/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/rxswiftLibrary/project.yml b/samples/client/petstore/swift5/rxswiftLibrary/project.yml index 667956cb12ad..60393c28e669 100644 --- a/samples/client/petstore/swift5/rxswiftLibrary/project.yml +++ b/samples/client/petstore/swift5/rxswiftLibrary/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist diff --git a/samples/client/petstore/swift5/urlsessionLibrary/project.yml b/samples/client/petstore/swift5/urlsessionLibrary/project.yml index 892005fdd5aa..8e7102001b8d 100644 --- a/samples/client/petstore/swift5/urlsessionLibrary/project.yml +++ b/samples/client/petstore/swift5/urlsessionLibrary/project.yml @@ -3,7 +3,7 @@ targets: PetstoreClient: type: framework platform: iOS - deploymentTarget: "10.0" + deploymentTarget: "9.0" sources: [PetstoreClient] info: path: ./Info.plist