diff --git a/ios/BlueWallet/BlueWalletRelease.entitlements b/ios/BlueWallet/BlueWalletRelease.entitlements index ce46895c8..b56dd930a 100644 --- a/ios/BlueWallet/BlueWalletRelease.entitlements +++ b/ios/BlueWallet/BlueWalletRelease.entitlements @@ -5,13 +5,17 @@ aps-environment development com.apple.developer.icloud-container-identifiers - + + iCloud.io.bluewallet.bluewallet + com.apple.developer.icloud-services CloudDocuments com.apple.developer.ubiquity-container-identifiers - + + iCloud.io.bluewallet.bluewallet + com.apple.developer.ubiquity-kvstore-identifier $(TeamIdentifierPrefix)$(CFBundleIdentifier) com.apple.security.app-sandbox diff --git a/screen/wallets/list.js b/screen/wallets/list.js index 4fcd1e44e..21564b929 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -244,9 +244,6 @@ const WalletsList = () => { {loc.hodl.local_trader} {loc.hodl.p2p} - - {loc.hodl.local_trader_new} - ); return isLargeScreen ? {button} : button; @@ -531,18 +528,6 @@ const styles = StyleSheet.create({ fontSize: 13, fontWeight: '500', }, - ltButtonWrap: { - flexDirection: 'column', - backgroundColor: '#007AFF', - borderRadius: 16, - }, - ltButton: { - paddingHorizontal: 16, - paddingVertical: 8, - fontSize: 13, - color: '#fff', - fontWeight: '600', - }, footerRoot: { top: 80, height: 160,