appium-xcode
Version:
Interact with Xcode
22 lines • 1.19 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getClangVersion = exports.getMaxTVOSSDK = exports.getMaxIOSSDK = exports.getVersion = exports.getPath = void 0;
// transpile:main
const xcode_1 = require("./xcode");
Object.defineProperty(exports, "getPath", { enumerable: true, get: function () { return xcode_1.getPath; } });
Object.defineProperty(exports, "getVersion", { enumerable: true, get: function () { return xcode_1.getVersion; } });
Object.defineProperty(exports, "getMaxIOSSDK", { enumerable: true, get: function () { return xcode_1.getMaxIOSSDK; } });
Object.defineProperty(exports, "getMaxTVOSSDK", { enumerable: true, get: function () { return xcode_1.getMaxTVOSSDK; } });
Object.defineProperty(exports, "getClangVersion", { enumerable: true, get: function () { return xcode_1.getClangVersion; } });
const xcode = {
getPath: xcode_1.getPath,
getVersion: xcode_1.getVersion,
getMaxIOSSDK: xcode_1.getMaxIOSSDK,
getMaxTVOSSDK: xcode_1.getMaxTVOSSDK,
getClangVersion: xcode_1.getClangVersion
};
exports.default = xcode;
/**
* @typedef {import('./xcode').XcodeVersion} XcodeVersion
*/
//# sourceMappingURL=index.js.map
;