You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Possible solution:
Add options to set the deployment target version
Adjust the template hard code value to 10.10
Which one is prefer? I can create a PR for it. 😀
The text was updated successfully, but these errors were encountered:
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 newlyAlamofire
version.Possible solution:
10.10
Which one is prefer? I can create a PR for it. 😀
The text was updated successfully, but these errors were encountered: