Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DPKCS7_AppleReceipt.swift119 let subItems = item.sub(2)?.sub?.first?.sub ?? [] in receipt() variable
123 receiptInfo.inAppPurchases?.append(inAppPurchase(subItems)) in receipt()
132 private func inAppPurchase(_ subItems: [ASN1Object]) -> InAppPurchaseInfo { in inAppPurchase()
134 subItems.forEach { subItem in in inAppPurchase()