Code Monkey home page Code Monkey logo

rgen's People

Contributors

imrekel avatar wader avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rgen's Issues

Localizable.strings is parsed only if it is added to the project in a folder reference

If the Localizable.strings file is directly referred by the project, it is not parsed by rgen.

I have tracked the bug to the point that ResourcesGenerator receives loadFileReference:targetName: with the XcodeFile name:"Localizable.strings" and absolute path:"/Users/Test/Dev/Test/Localizable.strings", but then comes this check to see if it is a directory:

if ([[NSFileManager defaultManager] fileExistsAtPath:absPath
                                       isDirectory:&isDir] && isDir) {

Since this is not a directory but a file, the check fails and the code which would detect that it is indeed the Localizable.strings file, never executes. I don't really see why would I have to add strings resources via folder references.

I have tried that if I add an arbitrary folder reference, containing the Localizable.strings file then it is recognized correctly, e.g.:

Screen Shot 2013-02-11 at 19 45 42

This issue affects monolingual files only (which doesn't have multiple variants).

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.