Conversation
Two changes: 1. Switch PSMTabBarCell from accessing NSCell's _controlView ivar, which is gone, to accessing its controlView property. Also override the controlView property to be a PSMTabBarControl instead of an NSView. 2. Move macvim-askpass from MacOS to Resources to not confuse codesign. Fixes macvim-dev#936.
|
Thank you for your PR. From my side, I ask only to check where |
|
@eirnym: Could you say more? The |
|
@s4y I don't know how exactly older Xcode versions read this setting. Some people here prefer to keep some compatibility with older systems just because they use them. I don't know how old systems are and which Xcode versions are good to test. Otherwise, I'm fine with your changes. |
|
@eirnym Got it; sure. I just went through the Travis build logs for Xcode 7, 8, 9, and 10, which show Travis logsxcode7.3xcode8.3xcode9.4xcode10.2 |
|
Thank you |
|
The PR works great for me. |
|
Thanks for doing this. I double checked in older Xcode versions and the folder seemed fine. |
See commit message for details.