• Christopher Roach's avatar
    [LocalPod] Fixing clean paths · ca6cabc4
    Christopher Roach authored
    The earlier fix for clean paths is forcing some directories to lower
    case which could cause some side effects. This fix removes the
    `File::FNM_CASEFOLD` flag from the call to `Dir.glob` and allows the
    OS to treat the directories as they wish. This makes the paths
    returned in the `clean_paths` method consistent with those returned in
    the `expanded_paths` method.
    ca6cabc4
Name
Last commit
Last update
bin Loading commit data...
examples Loading commit data...
lib Loading commit data...
spec Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.kick Loading commit data...
.travis.yml Loading commit data...
.yardopts Loading commit data...
CHANGELOG.md Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
cocoapods.gemspec Loading commit data...