Increase Mac deployment target to 10.13
ksuther opened this issue · 2 comments
ksuther commented
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.
- Build App Center for Mac with Xcode 14
- Xcode shows warnings about MACOSX_DEPLOYMENT_TARGET
Details
- Which SDK version are you using?
- 5.0.0
- Which OS version did you experience the issue on?
- N/A
- Which Xcode version did you build the app with?
- Xcode 14.1
- Which Cocoapods version are you using (run
pod --version
)?- N/A
- What device version did you see this error on? Were you using an emulator or a physical device?
- N/A
- What language are you using?
- Objective C
- Swift
AnatolyPristensky commented
Hello @ksuther, the bug is confirmed. I've created an item on our internal dashboard. Will update this thread once bug is fixed.
AnatolyPristensky commented
PR is merged and included into the latest release.
Please, feel free to reopen it in case of the new repro.