[swift-build-dev] Xcode macOS Deployment Target version

Ryan Lovelett swift-dev at ryan.lovelett.me
Fri Nov 25 16:22:21 CST 2016


Is there away to tell SwiftPM to specify the deployment target when
generating an Xcode project? Right now I'm having to manually go in and
set the deployment target to 10.11 myself.

It apparently defaults to macOS 10.10. Which in and of itself seems
weird to me considering that Swift 3 requires Xcode 8 and Xcode 8
requires a Mac running macOS Sierra 10.12 or OS X El Capitan 10.11.5 or
later. So I figured it would at least default to 10.11.


More information about the swift-build-dev mailing list