Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding common Localizable.strings files #80

Closed
toshi0383 opened this issue Sep 29, 2017 · 1 comment
Closed

Adding common Localizable.strings files #80

toshi0383 opened this issue Sep 29, 2017 · 1 comment

Comments

@toshi0383
Copy link
Collaborator

I have these Localizable settings under resources/language directory.

resources/language/
├── Base.lproj
│   └── Localizable.strings
└── ja.lproj
    └── Localizable.strings

I want to import them into separated target.

targets:
  LGTM:
    platform: macOS
    type: application
    sources:
      - LGTM
      - resources/language
  LGTM_iOS:
    platform: iOS
    type: application
    sources:
      - LGTM_iOS
      - resources/language

This spec ends-up with the files only added to LGTM target.
screen shot 2017-09-30 at 7 29 25

Also on Xcode, both files are displayed as same name, so maybe it's better if we could display the parent directory names for Localizable.strings.

@toshi0383
Copy link
Collaborator Author

Oh I didn't understand the problem correctly.
I checked out #70 branch locally and it solves this issue! 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant