UNPKG

@brettdh/standard-version-expo

Version:

Automatic Expo versioning with Standard Version

12 lines (11 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const helpers_1 = require("./helpers"); /** * Read the app version from the `CFBundleShortVersionString` Info.plist property. */ exports.readVersion = helpers_1.iosAppVersionReader; /** * Write the app version to the `CFBundleShortVersionString` Info.plist property. */ exports.writeVersion = helpers_1.iosAppVersionWriter;