File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dev_dependencies:
3535 sdk : flutter
3636 mockito : ^5.1.0
3737 yaml : ^3.1.0 # needed for version match (code and pubspec)
38- flutter_lints : ^5 .0.0
38+ flutter_lints : ' >=4 .0.0'
3939 collection : ^1.16.0
4040 remove_from_coverage : ^2.0.0
4141 flutter_localizations :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ temp="temp"
1919rm -rf $temp
2020mkdir -p $temp
2121curl -Lv --fail-with-body https://github.com/getsentry/sentry-cocoa/releases/download/$cocoa_version /Sentry.xcframework.zip -o $temp /Sentry.xcframework.zip
22- subdir=" Sentry.xcframework/macos-arm64_x86_64 /Sentry.framework"
22+ subdir=" Sentry.xcframework/macos-arm64_arm64e_x86_64 /Sentry.framework"
2323unzip -q $temp /Sentry.xcframework.zip " $subdir /*" -d $temp
2424mv " $temp /$subdir " $temp /Sentry.framework
2525
You can’t perform that action at this time.
0 commit comments