Skip to content

번역 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

SPM dependency with trait conditions

This example contains an app that depends on the Apollo iOS SDK. Apollo depends on SQLite.swift, which has a trait-conditional dependency on SQLCipher. This fixture validates that Tuist correctly filters out dependencies whose trait conditions are not satisfied.

Specifically, the SQLite version 0.15.5 introduced those traits. As such we pinned that version in the Package.swift file

예제 확인

Released under the MIT License.