ios-deviceconsole
Version:
ios deviceconsole
19 lines (15 loc) • 560 B
JavaScript
/* ================================================================
* ios-deviceconsole by xdf(xudafeng[at]126.com)
*
* first created at : Mon Nov 07 2016 11:49:05 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
;
const path = require('path');
exports.binPath = path.join(__dirname, '..', 'deviceconsole');