1.0.1 • Published 7 years ago

mod-mac-idle-checker v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Rainfall_OSX

Contains rainfall OSX native module

To Build

Open in XCODE, if XCODE is not available run

npm run xcode

Ensure Linked Frameworks has the following:

  • CoreFoundation.framework
  • AppKit.framework
  • ApplicationServices.framework

To output for electron use:

npm run electron

This will output an osx native node module ready for use in your application.

To Test

node test.js