Git Product home page Git Product logo

Comments (8)

Jeehut avatar Jeehut commented on May 18, 2024

What about we simply add Pods/ to this array? That should solve your problem easily, shouldn't it? Wanna post a PR? Should be a quick one. ;)

from bartycrouch.

romanr avatar romanr commented on May 18, 2024

Yes, of course Pods/ should be added there.

Still, there may be cases when you integrate some library by copying sources or using git submodule and it appears in project root among your regular sources.

from bartycrouch.

Jeehut avatar Jeehut commented on May 18, 2024

Sure, there could be such cases. If you want, you can add options named exclude and include for such cases which are whitelists or blacklists of folders. But I think using a folder named Sources (or ProjectName which is Xcodes default) is an existing workaround which is also a good idea in general (e.g. the Swift Package Manager recommends this as well).

Unfortunately I don't have much free time right now to fix issues that are no real problems. You had a real problem with the Pods folder which many others might have, too. So I suggested a solution for that. For any other ideas I'm thankful for your issue but I won't have time to deal with it anytime soon. I'd happily merge it though if it was implemented, tested and documented in a PR though. ;)

from bartycrouch.

romanr avatar romanr commented on May 18, 2024

No problem. Should I add Pods/ there or you will do it?

from bartycrouch.

Jeehut avatar Jeehut commented on May 18, 2024

A PR would be nice! 🙂

from bartycrouch.

mygzi avatar mygzi commented on May 18, 2024

The fix from dd5d07e doesn't address the OP's request to avoid pulling in 3rd party (cocoapod) strings. The array to which Pods/ was added filters the -l /directory/containing/all/Localizables path rather than the -p /path/to/code/directory path.

I've implemented a similar directory filter in CodeCommander.findFiles which does the trick in our project. Would you prefer to reopen this issue or start a new one?

from bartycrouch.

Jeehut avatar Jeehut commented on May 18, 2024

Please open a new issue and feel free to post your change as a PR, independent from which issue it fixes. Would be great 👍

from bartycrouch.

sh95014 avatar sh95014 commented on May 18, 2024

The discussion appears to continue at #156

from bartycrouch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.