UNPKG

ios-deviceconsole

Version:
19 lines (15 loc) 560 B
/* ================================================================ * 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. * * ================================================================ */ 'use strict'; const path = require('path'); exports.binPath = path.join(__dirname, '..', 'deviceconsole');