Home
last modified time | relevance | path

Searched refs:bundleVersion (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/
H A DProjectVersions.ts25 const bundleVersion = infoPlist.CFBundleShortVersionString; constant
27 if (!bundleVersion) {
30 return bundleVersion;
/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DPKCS7_AppleReceipt.swift44 public fileprivate(set) var bundleVersion: String? variable
97 receiptInfo.bundleVersion = fieldValueString in receipt()