itod / pegkit

'Parsing Expression Grammar' toolkit for Cocoa/Objective-C
MIT License
392 stars 37 forks source link

Fix call to NSWorkspace.selectFile:inFileViewerRootedAtPath: #36

Closed ewanmellor closed 8 years ago

ewanmellor commented 9 years ago

The path parameter is declared as being non-null (in the Xcode 7 10.11 SDK) so pass the empty string rather than nil.

ewanmellor commented 8 years ago

Fixed by 24b4a3f7a490.