Skip to content

Commit d047089

Browse files
committed
fix(wallet-mobile): sentry pod update
1 parent 1f148d4 commit d047089

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

apps/wallet-mobile/ios/Podfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ target 'yoroi' do
121121
config.build_settings['DEVELOPMENT_TEAM'] = dev_team_id
122122
config.build_settings['CODE_SIGN_IDENTITY'] = 'Apple Distribution';
123123
config.build_settings['CODE_SIGN_STYLE'] = 'Manual';
124-
end if
124+
end
125+
126+
# * https://github.com/getsentry/sentry-react-native/issues/4095
127+
if target.name == 'Sentry'
128+
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'YES'
129+
end
125130

126131
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
127132
end

apps/wallet-mobile/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,6 @@ SPEC CHECKSUMS:
930930
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
931931
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
932932

933-
PODFILE CHECKSUM: 31f344d67f1a9c35e34eb202e3cdfeb4907367e8
933+
PODFILE CHECKSUM: 8707ab3045651e833045e02ac9a3e9406d263666
934934

935935
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)