File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,14 @@ jobs:
162162 run : ./sentry-cocoa/scripts/ci-ensure-runtime-loaded.sh --os-version "$OS_VERSION" --platform "$PLATFORM"
163163
164164 - name : Remove Sentry/HybridSDK Dependency from sentry-dart/packages/flutter/ios/sentry_flutter.podspec
165- run : sed -i '' -e "s/s.dependency 'Sentry\/HybridSDK', '[0-9]+\.[0-9]+\.[0-9]+(-alpha\.[0-9]+)?'/s.dependency 'Sentry\/HybridSDK'/" sentry-dart/packages/flutter/ios/sentry_flutter.podspec
165+ run : |
166+ sed -i '' -E "s/s.dependency 'Sentry\/HybridSDK', '[0-9]+\.[0-9]+\.[0-9]+(-alpha\.[0-9]+)?'/s.dependency 'Sentry\/HybridSDK'/" sentry-dart/packages/flutter/ios/sentry_flutter.podspec
167+ cat sentry-dart/packages/flutter/ios/sentry_flutter.podspec
166168
167169 - name : Add Sentry/HybridSDK Dependency to RNSentryCocoaTester/Podfile
168- run : sed -i '' -e "s/use_modular_headers\!/use_modular_headers\!\n pod 'Sentry\/HybridSDK', :path => '..\/..\/..\/sentry-cocoa'/" sentry-dart/min_version_test/ios/Podfile
170+ run : |
171+ sed -i '' -e "s/use_modular_headers\!/use_modular_headers\!\n pod 'Sentry\/HybridSDK', :path => '..\/..\/..\/sentry-cocoa'/" sentry-dart/min_version_test/ios/Podfile
172+ cat sentry-dart/min_version_test/ios/Podfile
169173
170174 # Steps cloned from https://github.com/getsentry/sentry-dart/blob/main/.github/workflows/min_version_test.yml
171175 -
uses :
subosito/[email protected]
You can’t perform that action at this time.
0 commit comments