Re: initWithWindowNibPath and Base Internationalization

2017-08-16 Thread Chris Cianflone
Hi Steve, LTNS to you as well! Thanks for the suggestions. I just did a 3rd time checking to make sure things are getting built as I expect, and it all looks good. I don't think it is that other bug you mention there either. We do have a xib and a Localizable.strings file and it all looks like

Re: initWithWindowNibPath and Base Internationalization

2017-08-16 Thread Steve Mills
On Aug 16, 2017, at 10:16 AM, Chris Cianflone wrote: In our test plugin, we have a dialog 20129.xib that has a base localization and a German localization for testing purposes, but just the 20129.strings file as we are trying to use Auto-Layout and only have the .strings to be localized as oppos

initWithWindowNibPath and Base Internationalization

2017-08-16 Thread Chris Cianflone
Hi all, I’d like to understand how this function from NSWindowController.h: - (instancetype)initWithWindowNibPath:(NSString *)windowNibPath owner:(id)owner; is supposed to work. We have an application that supports a plugin architecture and these plugins can launch dialogs as part of our app