Skip to content

Conversation

@torkelrogstad
Copy link
Collaborator

@torkelrogstad torkelrogstad commented Dec 3, 2025

  1. Update name
  2. Update icons
  3. Remove LN interface elements
  4. Update default electrum server
  5. Update default block explorer
  6. Update Telegram group
  7. Give credits to the BlueWallet developers

TODO:

  • test on Android
  • push to Testflight
  • push to Android equivalent of Testflight

Comment on lines -31 to -48
# Define a common function to configure shared settings for targets
def configure_target()
config = use_native_modules!
target 'BlueWallet' do
use_native_modules!

use_react_native!(
# Specify the path directly if use_native_modules! does not provide it
:path => config[:reactNativePath],
:path => "../node_modules/react-native",
:app_path => "#{Pod::Config.instance.installation_root}/.."

)

pod 'react-native-bw-file-access', :path => '../blue_modules/react-native-bw-file-access'
end


target 'BlueWallet' do
configure_target()
end

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Look into if we can avoid this

1. Update name
2. Update icons
3. Remove LN interface elements
4. Update default electrum server
5. Update default block explorer
6. Update Telegram group
7. Give credits to the BlueWallet developers
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.

3 participants