File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -930,6 +930,6 @@ SPEC CHECKSUMS:
930930 Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
931931 ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
932932
933- PODFILE CHECKSUM: 31f344d67f1a9c35e34eb202e3cdfeb4907367e8
933+ PODFILE CHECKSUM: 8707ab3045651e833045e02ac9a3e9406d263666
934934
935935COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments