UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

9 lines (7 loc) 240 B
var path = require('path'); module.exports.root = path.resolve(__dirname, 'template'); module.exports.pluginXMLPath = path.resolve(__dirname, 'template/plugin.xml'); module.exports.files = [ 'ios/src/%NAME.h', 'ios/src/%NAME.m' ];