This PR removes two references to (the unused?) testing framework Quick/Nimble.
These references would cause Carthage to fail building Just on systems where Xcode 8 never had been installed:
=== CLEAN TARGET Quick-iOS OF PROJECT Quick WITH CONFIGURATION Release ===
Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
** CLEAN FAILED **
The following build commands failed:
Check dependencies
(1 failure)
=== BUILD TARGET Quick-iOS OF PROJECT Quick WITH CONFIGURATION Release ===
Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
** BUILD FAILED **
The following build commands failed:
Check dependencies
This PR removes two references to (the unused?) testing framework Quick/Nimble.
These references would cause Carthage to fail building Just on systems where Xcode 8 never had been installed: