UNPKG

@brettdh/standard-version-expo

Version:

Automatic Expo versioning with Standard Version

12 lines (11 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const helpers_1 = require("../helpers"); /** * Read the build version stored at CFBundleVersion in the Info.plist. */ exports.readVersion = helpers_1.iosBuildnumReader; /** * Write the manifest version at CFBundleVersion in the Info.plist. */ exports.writeVersion = helpers_1.iosBuildnumWriter;