As discussed in PR #157, dependencies are not injected if used with instantiateInitialController on macOS. This issue does not appear on iOS/tvOS.
It looks the cause relates to the new NSStoryboard APIs Apple introduced for macOS 10.15+ and Xcode 11.0+
Some unit tests in macOS target show the issue, and currently the tests do not pass.
