Implement initial NativeMacReceiverSelector

This commit is contained in:
hensm
2019-05-01 19:19:33 +01:00
committed by Matt Hensman
parent 3f8dd90938
commit 85c4d11ebf
10 changed files with 554 additions and 64 deletions

View File

@@ -34,6 +34,8 @@ exports.manifestPath = {
}
};
exports.selectorExecutableName = "selector";
exports.pkgPlatform = {
win32: "win"
, darwin: "macos"