Filip Bajaník

Results 2 issues of Filip Bajaník

Carthage is trying to load all the projects recursively. These projects have their targets shared - `AsYouType` - `PhoneBook` It was causing issues with our restricted setup as our build...

I have a `danger` subdirectory in my project. This is it's structure: ``` . ├── DangerDependencies │   └── Fake.swift ├── Dangerfile.swift ├── Package.resolved └── Package.swift ``` This is **Dangerfile.swift**: ```swift...