mac-native-functions
v0.0.6
Published
Allows for functions to be run through mac natiely
Maintainers
Readme
Rainfall_OSX
Contains rainfall OSX native module
To Build
Open in XCODE, if XCODE is not available run
npm run xcodeEnsure Linked Frameworks has the following:
- CoreFoundation.framework
- AppKit.framework
- ApplicationServices.framework
To output for electron use:
npm run electronThis will output an osx native node module ready for use in your application.
To Test
node test.js