-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Working with multiple targets #177
Comments
@hactar I think this is related to #166, please see this comment of mine where I basically suggest that we make the Note that @ndreisig said he will try to implement this on this weekend, so either wait for him to implement it or do it yourself (and best mention him so he knows). I think it's a good starter contribution task. :) |
Thanks @Jeehut , had the same idea and tried it over night, works well. I now simply have 1 config file per target folder. As the config files are better when they are slightly different (watch doesnt need code step, watch extension doesnt need interface step) I'd say this is the ideal solution. Will close as I consider it solved :). If this is the suggested solution feel free to comment and I'll contribute some documentation. |
We have an app which as multiple targets: The app, the iMessage target and the Apple watch target. Each is in its own subfolder, and each has its own localizable.strings file. If I run bartycrouch on our project, it adds all strings to all localizable.strings file, independent of target. So the iMessage localizable.strings file now contains all strings from the app target too, and vice versa.
How do I set up bartycrouch so it does not do that, or so that runs once per target folder, so that the strings are not mingled?
Thanks for any insights...
The text was updated successfully, but these errors were encountered: