Skip to content

Commit

Permalink
Remove ios workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 10, 2024
1 parent 2f84982 commit c4b9181
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/wallet-mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ target 'yoroi' do
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if target.name == 'Sentry'
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'YES'
else
# configuration for other targets
end
end
end

# Get the development team id from the main project / set env file
dev_team_id = ""
Expand Down

0 comments on commit c4b9181

Please sign in to comment.