From af50ecf791119234f3185846c793a604ebdccb07 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 7 Nov 2024 15:53:41 +0100 Subject: [PATCH 1/4] update --- flutter/scripts/generate-cocoa-bindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/scripts/generate-cocoa-bindings.sh b/flutter/scripts/generate-cocoa-bindings.sh index 3415ee3f62..bda43beda2 100755 --- a/flutter/scripts/generate-cocoa-bindings.sh +++ b/flutter/scripts/generate-cocoa-bindings.sh @@ -19,7 +19,7 @@ temp="temp" rm -rf $temp mkdir -p $temp curl -Lv --fail-with-body https://github.com/getsentry/sentry-cocoa/releases/download/$cocoa_version/Sentry.xcframework.zip -o $temp/Sentry.xcframework.zip -subdir="Sentry.xcframework/macos-arm64_x86_64/Sentry.framework" +subdir="Sentry.xcframework/macos-arm64_arm64e_x86_64/Sentry.framework" unzip -q $temp/Sentry.xcframework.zip "$subdir/*" -d $temp mv "$temp/$subdir" $temp/Sentry.framework From 14d7ee9ed8f41592ae5d61836c123cbe1c555af8 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 7 Nov 2024 15:55:06 +0100 Subject: [PATCH 2/4] test run (dont merge this) --- .github/workflows/update-deps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index b33bfa4b7a..7dececf064 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -8,6 +8,7 @@ on: push: branches: - main + pull_request: jobs: android: From 652a33f2fb57f36ed6bed55f1df6a25cc3f4c9cf Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 7 Nov 2024 16:09:07 +0100 Subject: [PATCH 3/4] update --- flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 5567190d9c..3d029acd60 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -35,7 +35,7 @@ dev_dependencies: sdk: flutter mockito: ^5.1.0 yaml: ^3.1.0 # needed for version match (code and pubspec) - flutter_lints: ^5.0.0 + flutter_lints: '>=4.0.0' collection: ^1.16.0 remove_from_coverage: ^2.0.0 flutter_localizations: From 856c2c1e715a76916c287c14f24b44ae3c6ac91b Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Thu, 7 Nov 2024 15:17:17 +0000 Subject: [PATCH 4/4] Update update-deps.yml --- .github/workflows/update-deps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 7dececf064..b33bfa4b7a 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -8,7 +8,6 @@ on: push: branches: - main - pull_request: jobs: android: