Skip to content

Conversation

@ignaciosantise
Copy link
Collaborator

Summary

Added nfc capabilities config to wallet and pos app. Just the permissions

Copilot AI review requested due to automatic review settings October 31, 2025 13:11
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds NFC (Near Field Communication) support to both the React Native wallet app and the POS dapp, enabling these applications to read NFC tags for sending messages.

  • Adds NFC permissions and entitlements for both iOS and Android platforms
  • Adds user-facing usage descriptions for iOS NFC access
  • Bumps the Android version code for the POS app

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
wallets/rn_cli_wallet/ios/RNWeb3Wallet/RNWeb3WalletDebug.entitlements Adds NFC TAG reader session format entitlement for debug builds
wallets/rn_cli_wallet/ios/RNWeb3Wallet/RNWeb3Wallet.entitlements Adds NFC TAG reader session format entitlement for release builds
wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist Adds NFC usage description for internal builds
wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist Adds NFC usage description for standard builds
wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist Adds NFC usage description for debug builds
wallets/rn_cli_wallet/android/app/src/main/AndroidManifest.xml Adds NFC permission for Android wallet app
dapps/pos-app/ios/mobilepos/mobilepos.entitlements Adds NFC TAG reader session format entitlement
dapps/pos-app/ios/mobilepos/Info.plist Adds NFC usage description
dapps/pos-app/ios/mobilepos.xcodeproj/project.pbxproj Reorders resource references and removes unnecessary quotes in build settings
dapps/pos-app/app.json Configures NFC permissions and usage description in Expo config
dapps/pos-app/android/app/src/main/AndroidManifest.xml Adds NFC permission for Android POS app
dapps/pos-app/android/app/build.gradle Increments version code from 1 to 2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ignaciosantise ignaciosantise merged commit 62fcc02 into main Oct 31, 2025
10 checks passed
@ignaciosantise ignaciosantise deleted the feat/nfc branch October 31, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants