We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have these Localizable settings under resources/language directory.
resources/language
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.
LGTM
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.
Localizable.strings
The text was updated successfully, but these errors were encountered:
Oh I didn't understand the problem correctly. I checked out #70 branch locally and it solves this issue! 👏
Sorry, something went wrong.
strings
No branches or pull requests
I have these Localizable settings under
resources/language
directory.I want to import them into separated target.
This spec ends-up with the files only added to
LGTM
target.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
.The text was updated successfully, but these errors were encountered: