Farid Guliev

Results 3 issues of Farid Guliev

https://github.com/uias/Tabman/blob/f43489cdd743ba7ad86a422ebb5fcbf34e333df4/Sources/Tabman/Bar/BarView/TMBarView.swift#L170

Hi, We have local and remote packages that we add as dependencies to our targets: ``` packages: SomeRemote: url: https://github.com/yonaskolb/XcodeGen version: 2.38.0 SomeLocal: path: Packages/SomeLocal ... targets: MyApp: dependencies: -...

I'm integrating `xcodes` into a Swift-based CLI tool for environment setup. However, I've encountered compatibility issues due to outdated dependencies in `xcodes`. Specifically, the following dependencies are outdated: * `swift-argument-parser`...