Skip to content

Commit

Permalink
Merge pull request #1085 from cmgustavo/bug/build-ios-xcode-bluetooth-01
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathanWhite authored Mar 8, 2024
2 parents 4ddc87d + e875610 commit 4d9a10a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/BitPayApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@
DEVELOPMENT_TEAM = 884JRH5R93;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = BitPayApp/Info.plist;
INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "This app requires access to Bluetooth for establishing secure connections with Ledger Nano devices, enabling seamless interaction and management of cryptocurrency transactions.";
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -639,6 +640,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 884JRH5R93;
INFOPLIST_FILE = BitPayApp/Info.plist;
INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "This app requires access to Bluetooth for establishing secure connections with Ledger Nano devices, enabling seamless interaction and management of cryptocurrency transactions.";
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 4d9a10a

Please sign in to comment.