yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust deployment target of macOS

marcuswu0814 opened this issue · comments

Hi @yonaskolb , currently the deployment target of macOS in generated spec is hard code to s.osx.deployment_target = '10.9', maybe we need update it for newly Alamofire version.

截圖 2020-11-24 下午12 12 45

Possible solution:

  1. Add options to set the deployment target version
  2. Adjust the template hard code value to 10.10

Which one is prefer? I can create a PR for it. 😀

This issue may be solved in 4.5.0 :)