Skip to content

Commit

Permalink
fix(wallet-mobile): sentry pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Oct 7, 2024
1 parent 1f148d4 commit 17100ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion apps/wallet-mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,12 @@ target 'yoroi' do
config.build_settings['DEVELOPMENT_TEAM'] = dev_team_id
config.build_settings['CODE_SIGN_IDENTITY'] = 'Apple Distribution';
config.build_settings['CODE_SIGN_STYLE'] = 'Manual';
end if
end

# * https://github.com/getsentry/sentry-react-native/issues/4095
if target.name == 'Sentry'
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'YES'
end

config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,6 @@ SPEC CHECKSUMS:
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

PODFILE CHECKSUM: 31f344d67f1a9c35e34eb202e3cdfeb4907367e8
PODFILE CHECKSUM: 55a5c6227941cc75c6e02f3af99b2d0549cd4cb6

COCOAPODS: 1.15.2

0 comments on commit 17100ee

Please sign in to comment.