PathKit icon indicating copy to clipboard operation
PathKit copied to clipboard

Effortless path operations in Swift

Results 15 PathKit issues
Sort by recently updated
recently updated
newest added

This is more of a question than an issue. In your README documentation, whenever a PathKit method is called such as path.exists() it uses the () at the end as...

I added a method which computes the relative path which goes between two paths. I added this downstream to yonaskolb/XcodeGen#524, but since it seems generally useful I figured I'd try...

Related: https://docs.travis-ci.com/user/reference/osx/ I came looking for an updated version of PathKit that worked with Xcode 12.5 (1.0.0 is limited because of kylef/Spectre#46) but noticed that it had already been patched...

I am not interested in maintaining this project anymore. I think the problems that I was trying to solve in PathKit should just be solved in the standard library for...

I have implemented support for case insensitive glob patterns. I have not added a test case yet as I am experiencing a strange build error involving Spectre.

I just added Carthage support to PathKit.

Thanks for useful library 😄 While investigating performance problem, I found this library converts `Swift.String` into `NSString` and it's very high cost operation. Why this library uses NSString instead of...

It'd be awesome if you could support a recursive glob, e.g `/some/path/**/*.swift` which would match arbitrary nesting. Thanks for PathKit, love it 🤘🏼

enhancement

### tl;dr [This](https://github.com/kylef/PathKit/issues/50#issuecomment-384150261) is the current support status. --- There are 4 tests being skipped: [Here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L363), [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L384), [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L418) and [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L439). There are 2 tests not being compiled: [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L197) and [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L271)....

## Context I am using macOS High Sierra v10.13.3. Using with framework xcproj. ## What So there is this path to an xcodeproj (valid, I checked) and xcproj uses the...