Add LND test wallet

This commit is contained in:
adrianaepure
2023-06-08 09:36:06 +03:00
commit 1313d727cf
251 changed files with 57518 additions and 0 deletions

20
Podfile Normal file
View File

@ -0,0 +1,20 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'wallet' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for wallet
pod 'SwiftProtobuf', '~> 1.0'
pod 'QR-Code-Scanner-iOS'
target 'walletTests' do
inherit! :search_paths
# Pods for testing
end
target 'walletUITests' do
# Pods for testing
end
end