Re: [swift-users] Swift Package Manager (SPM) Deployment Target

2016-10-02 Thread Gmail via swift-users
ed `--xcconfig-overrides` option to pass >>> a path to an extra .xcconfig file you wish to include in the project and >>> have build settings read from. You could then override the deployment >>> target there. >>> >>> See also: >>> https://l

Re: [swift-users] Swift Package Manager (SPM) Deployment Target

2016-10-02 Thread Gmail via swift-users
uld then override the deployment target >> there. >> >> See also: >> >> https://lists.swift.org/pipermail/swift-build-dev/Week-of-Mon-20160919/000636.html >> >> - Daniel >> >>> On Sep 24, 2016, at 4:44 PM, Gmail via swift-users >&g

[swift-users] Swift Package Manager (SPM) Deployment Target

2016-09-26 Thread Gmail via swift-users
Does anyone know if it’s possible to set the deployment target when building with the Swift Package Manager (SPM)? From what I can tell, it is not currently possible to override it based on the source code itself. In the pbxproj().swift