File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 repository : getsentry/sentry-react-native
5959 path : sentry-react-native
60- ref : cocoa-v9
60+ ref : itay/use_regular_podspec
6161
6262 - name : Enable Corepack
6363 working-directory : sentry-react-native
@@ -85,10 +85,10 @@ jobs:
8585 run : yarn install
8686
8787 - name : Remove Sentry/HybridSDK Dependency from RNSentry.podspec
88- run : sed -i '' "s/s.dependency 'Sentry\/HybridSDK ', '[0-9]*\.[0-9]*\.[0-9]*'/s.dependency 'Sentry\/HybridSDK '/" sentry-react-native/packages/core/RNSentry.podspec
88+ run : sed -i '' "s/s.dependency 'Sentry', '[0-9]*\.[0-9]*\.[0-9]*'/s.dependency 'Sentry'/" sentry-react-native/packages/core/RNSentry.podspec
8989
9090 - name : Add Sentry/HybridSDK Dependency to RNSentryCocoaTester/Podfile
91- run : sed -i '' -e "s/RNSentry.podspec'/RNSentry.podspec'\\n pod 'Sentry\/HybridSDK ', :path => '..\/..\/..\/..\/sentry-cocoa'/" sentry-react-native/packages/core/RNSentryCocoaTester/Podfile
91+ run : sed -i '' -e "s/RNSentry.podspec'/RNSentry.podspec'\\n pod 'Sentry', :path => '..\/..\/..\/..\/sentry-cocoa'/" sentry-react-native/packages/core/RNSentryCocoaTester/Podfile
9292
9393 - name : Disable test parallelization
9494 working-directory : sentry-react-native/packages/core/RNSentryCocoaTester
You can’t perform that action at this time.
0 commit comments