Skip to content

Commit

Permalink
xpc-connection -> xpc-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Aug 10, 2019
1 parent 605717c commit 5a29cba
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __Note:__ macOS / Mac OS X, Linux, FreeBSD and Windows are currently the only su

### OS X

* install [Xcode](https://itunes.apple.com/ca/app/xcode/id497799835?mt=12)
* install the XCode command line tools via `xcode-select --install`
* 10.9 or later

### Linux
Expand Down
2 changes: 1 addition & 1 deletion lib/mac/highsierra.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var events = require('events');
var os = require('os');
var util = require('util');

var XpcConnection = require('xpc-connection');
var XpcConnection = require('xpc-connect');

var uuidToAddress = require('./uuid-to-address');

Expand Down
2 changes: 1 addition & 1 deletion lib/mac/yosemite.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var events = require('events');
var os = require('os');
var util = require('util');

var XpcConnection = require('xpc-connection');
var XpcConnection = require('xpc-connect');

var uuidToAddress = require('./uuid-to-address');

Expand Down
Loading

0 comments on commit 5a29cba

Please sign in to comment.