microsoft / appcenter-sdk-apple

Development repository for the App Center SDK for iOS, macOS and tvOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase Mac deployment target to 10.13

ksuther opened this issue · comments

Description

Xcode 14 now shows a warning if the deployment target is below 10.13. The deployment target for iOS was increased in 8bb1bb6 and it would be great if the same could be done for Mac (both here and in PLCrashReporter).

Repro Steps

Please list the steps used to reproduce your issue.

  1. Build App Center for Mac with Xcode 14
  2. Xcode shows warnings about MACOSX_DEPLOYMENT_TARGET

Details

  1. Which SDK version are you using?
    • 5.0.0
  2. Which OS version did you experience the issue on?
    • N/A
  3. Which Xcode version did you build the app with?
    • Xcode 14.1
  4. Which Cocoapods version are you using (run pod --version)?
    • N/A
  5. What device version did you see this error on? Were you using an emulator or a physical device?
    • N/A
  6. What language are you using?
    • Objective C
    • Swift

Hello @ksuther, the bug is confirmed. I've created an item on our internal dashboard. Will update this thread once bug is fixed.

PR is merged and included into the latest release.
Please, feel free to reopen it in case of the new repro.