diff --git a/app/screens/ProofRequestW3C.tsx b/app/screens/ProofRequestW3C.tsx index 2099678e..362c56f9 100644 --- a/app/screens/ProofRequestW3C.tsx +++ b/app/screens/ProofRequestW3C.tsx @@ -427,7 +427,7 @@ const ProofRequestW3C: React.FC = ({ navigation, route }) => ? CREDENTIAL : item.credName.substring(item.credName.lastIndexOf('/') + 1) } - existsInWallet={item.credDefId !== undefined} + existsInWallet={item?.inputDescriptorIds} satisfiedPredicates={item.credId !== undefined} hasAltCredentials={item.altCredentials && item.altCredentials.length > 1} handleAltCredChange={ diff --git a/ios/AdeyaWallet.xcodeproj/project.pbxproj b/ios/AdeyaWallet.xcodeproj/project.pbxproj index 1cb4e082..f4b4172c 100644 --- a/ios/AdeyaWallet.xcodeproj/project.pbxproj +++ b/ios/AdeyaWallet.xcodeproj/project.pbxproj @@ -507,7 +507,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = AdeyaWallet/AdeyaWallet.entitlements; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 42; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = Z5W7KRPGHZ; ENABLE_BITCODE = NO; @@ -545,7 +545,7 @@ CODE_SIGN_ENTITLEMENTS = AdeyaWallet/AdeyaWallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 42; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = Z5W7KRPGHZ; INFOPLIST_FILE = AdeyaWallet/Info.plist;