Skip to content

Commit

Permalink
iOS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Dec 8, 2023
1 parent 3ca2f73 commit ce1b7ce
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ platform :ios, min_ios_version_supported
prepare_react_native_project!

project 'BlixtWallet',
# 'DebugTestnet' => :debug,
# 'ReleaseTestnet' => :release,
# 'DebugFakelnd' => :debug,
# 'ReleaseFakelnd' => :release,
# 'DebugRegtest' => :debug,
# 'ReleaseRegtest' => :release,
'DebugTestnet' => :debug,
'ReleaseTestnet' => :release,
'DebugFakelnd' => :debug,
'ReleaseFakelnd' => :release,
'DebugRegtest' => :debug,
'ReleaseRegtest' => :release,
'DebugSignet' => :debug,
'ReleaseSignet' => :release,
'Debug' => :debug,
'Release' => :release

Expand All @@ -60,7 +62,7 @@ project 'BlixtWallet',
# dependencies: {
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
# ```
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
flipper_config = FlipperConfiguration.disabled # ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled

linkage = ENV['USE_FRAMEWORKS']
if linkage != nil
Expand Down

1 comment on commit ce1b7ce

@vercel
Copy link

@vercel vercel bot commented on ce1b7ce Dec 8, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-hsjoberg.vercel.app
blixt-wallet-git-master-hsjoberg.vercel.app

Please sign in to comment.