UNPKG

@expo/config-plugins

Version:

A library for Expo config plugins

19 lines (18 loc) 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "XcodeProject", { enumerable: true, get: function () { return _xcode().XcodeProject; } }); function _xcode() { const data = require("xcode"); _xcode = function () { return data; }; return data; } //# sourceMappingURL=Plugin.types.js.map