From dd8767cfbdf3e42bccd32ea8cfb326b95752974f Mon Sep 17 00:00:00 2001 From: Jamie Lynch Date: Mon, 28 Oct 2024 09:56:51 +0000 Subject: [PATCH 1/3] build: bump iOS to 6.5.0 --- embrace/CHANGELOG.md | 4 ++++ embrace/pubspec.yaml | 8 ++++---- embrace_android/CHANGELOG.md | 4 ++++ embrace_android/pubspec.yaml | 4 ++-- embrace_dio/CHANGELOG.md | 4 ++++ embrace_dio/pubspec.yaml | 6 +++--- embrace_ios/CHANGELOG.md | 4 ++++ embrace_ios/ios/embrace_ios.podspec | 2 +- embrace_ios/pubspec.yaml | 4 ++-- embrace_platform_interface/CHANGELOG.md | 4 ++++ embrace_platform_interface/lib/src/version.dart | 2 +- embrace_platform_interface/pubspec.yaml | 2 +- 12 files changed, 34 insertions(+), 14 deletions(-) diff --git a/embrace/CHANGELOG.md b/embrace/CHANGELOG.md index 506e462..15ac301 100644 --- a/embrace/CHANGELOG.md +++ b/embrace/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.0 + +* Updated Embrace iOS SDK to 6.5.0. + # 3.0.1 * Updated Embrace iOS SDK to 6.4.2. diff --git a/embrace/pubspec.yaml b/embrace/pubspec.yaml index 526adfc..20eee9f 100644 --- a/embrace/pubspec.yaml +++ b/embrace/pubspec.yaml @@ -1,6 +1,6 @@ name: embrace description: A comprehensive observability and monitoring platform for iOS and Android apps built with Flutter. -version: 3.0.1 +version: 3.1.0 homepage: https://embrace.io environment: sdk: ">=2.12.0 <3.0.0" @@ -13,9 +13,9 @@ flutter: ios: default_package: embrace_ios dependencies: - embrace_android: ">=3.0.1 <3.1.0" - embrace_ios: ">=3.0.1 <3.1.0" - embrace_platform_interface: ">=3.0.1 <3.1.0" + embrace_android: ">=3.1.0 <3.2.0" + embrace_ios: ">=3.1.0 <3.2.0" + embrace_platform_interface: ">=3.1.0 <3.2.0" flutter: sdk: flutter http: ">=0.13.3 <2.0.0" diff --git a/embrace_android/CHANGELOG.md b/embrace_android/CHANGELOG.md index 1fe0fa8..e9b2719 100644 --- a/embrace_android/CHANGELOG.md +++ b/embrace_android/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.0 + +* Updated Embrace iOS SDK to 6.5.0. + # 3.0.1 * Updated Embrace iOS SDK to 6.4.2. diff --git a/embrace_android/pubspec.yaml b/embrace_android/pubspec.yaml index 77a9c23..a31e444 100644 --- a/embrace_android/pubspec.yaml +++ b/embrace_android/pubspec.yaml @@ -1,6 +1,6 @@ name: embrace_android description: Android implementation of the embrace plugin as defined by the embrace_platform_interface package. -version: 3.0.1 +version: 3.1.0 homepage: https://embrace.io environment: sdk: ">=2.12.0 <3.0.0" @@ -14,7 +14,7 @@ flutter: pluginClass: EmbracePlugin dartPluginClass: EmbraceAndroid dependencies: - embrace_platform_interface: ">=3.0.1 <3.1.0" + embrace_platform_interface: ">=3.1.0 <3.2.0" flutter: sdk: flutter dev_dependencies: diff --git a/embrace_dio/CHANGELOG.md b/embrace_dio/CHANGELOG.md index 1fe0fa8..e9b2719 100644 --- a/embrace_dio/CHANGELOG.md +++ b/embrace_dio/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.0 + +* Updated Embrace iOS SDK to 6.5.0. + # 3.0.1 * Updated Embrace iOS SDK to 6.4.2. diff --git a/embrace_dio/pubspec.yaml b/embrace_dio/pubspec.yaml index cd6daf2..93de7b5 100644 --- a/embrace_dio/pubspec.yaml +++ b/embrace_dio/pubspec.yaml @@ -1,6 +1,6 @@ name: embrace_dio description: Allows automatic Dio network capture when using the the embrace plugin. -version: 3.0.1 +version: 3.1.0 homepage: https://embrace.io environment: sdk: ">=2.12.0 <3.0.0" @@ -9,12 +9,12 @@ dependencies: build_runner: ^2.0.0 build_version: ^2.0.0 dio: '>=4.0.0 <6.0.0' - embrace: ^3.0.1 + embrace: 3.1.0 flutter: sdk: flutter platform: ^3.1.0 plugin_platform_interface: ^2.1.0 - embrace_platform_interface: ">=3.0.1 <3.1.0" + embrace_platform_interface: ">=3.1.0 <3.2.0" dev_dependencies: flutter_test: sdk: flutter diff --git a/embrace_ios/CHANGELOG.md b/embrace_ios/CHANGELOG.md index 1fe0fa8..e9b2719 100644 --- a/embrace_ios/CHANGELOG.md +++ b/embrace_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.0 + +* Updated Embrace iOS SDK to 6.5.0. + # 3.0.1 * Updated Embrace iOS SDK to 6.4.2. diff --git a/embrace_ios/ios/embrace_ios.podspec b/embrace_ios/ios/embrace_ios.podspec index f47d13a..caac31d 100644 --- a/embrace_ios/ios/embrace_ios.podspec +++ b/embrace_ios/ios/embrace_ios.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'EmbraceIO', '6.4.2' + s.dependency 'EmbraceIO', '6.5.0' s.platform = :ios, '13.0' s.swift_version = '5.0' diff --git a/embrace_ios/pubspec.yaml b/embrace_ios/pubspec.yaml index 167a1ff..69f27d7 100644 --- a/embrace_ios/pubspec.yaml +++ b/embrace_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: embrace_ios description: iOS implementation of the embrace plugin as defined by the embrace_platform_interface package. -version: 3.0.1 +version: 3.1.0 homepage: https://embrace.io environment: sdk: ">=2.12.0 <3.0.0" @@ -13,7 +13,7 @@ flutter: pluginClass: EmbracePlugin dartPluginClass: EmbraceIOS dependencies: - embrace_platform_interface: ">=3.0.1 <3.1.0" + embrace_platform_interface: ">=3.1.0 <3.2.0" flutter: sdk: flutter dev_dependencies: diff --git a/embrace_platform_interface/CHANGELOG.md b/embrace_platform_interface/CHANGELOG.md index 1fe0fa8..e9b2719 100644 --- a/embrace_platform_interface/CHANGELOG.md +++ b/embrace_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.0 + +* Updated Embrace iOS SDK to 6.5.0. + # 3.0.1 * Updated Embrace iOS SDK to 6.4.2. diff --git a/embrace_platform_interface/lib/src/version.dart b/embrace_platform_interface/lib/src/version.dart index 8b8f606..d006dce 100644 --- a/embrace_platform_interface/lib/src/version.dart +++ b/embrace_platform_interface/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.0.1'; +const packageVersion = '3.1.0'; diff --git a/embrace_platform_interface/pubspec.yaml b/embrace_platform_interface/pubspec.yaml index 0568000..04fbc83 100644 --- a/embrace_platform_interface/pubspec.yaml +++ b/embrace_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: embrace_platform_interface description: A common platform interface for the Embrace plugin that enables platform-specific implementations. -version: 3.0.1 +version: 3.1.0 homepage: https://embrace.io environment: sdk: ">=2.12.0 <3.0.0" From 53c2debea35929b025afbbb71f136dcb941e66cc Mon Sep 17 00:00:00 2001 From: Jamie Lynch Date: Mon, 28 Oct 2024 09:58:58 +0000 Subject: [PATCH 2/3] update example app --- .../ios/Runner.xcodeproj/project.pbxproj | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/embrace/example/ios/Runner.xcodeproj/project.pbxproj b/embrace/example/ios/Runner.xcodeproj/project.pbxproj index f148527..be09c8c 100644 --- a/embrace/example/ios/Runner.xcodeproj/project.pbxproj +++ b/embrace/example/ios/Runner.xcodeproj/project.pbxproj @@ -143,6 +143,7 @@ 3B06AD1E1E4923F5004D2608 /* Thin Binary */, E73B985628D373340073F1DB /* Embrace dSYM upload */, 564532501DBDF3BA48CD1500 /* [CP] Embed Pods Frameworks */, + 6A7947213F00AAB8B9E5CA53 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -235,6 +236,23 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; + 6A7947213F00AAB8B9E5CA53 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Copy Pods Resources"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; 8060760FD4A85B553683A1ED /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; From 71b4e2fbf80db8a3e580aaea82752ac278cce271 Mon Sep 17 00:00:00 2001 From: Jamie Lynch Date: Mon, 28 Oct 2024 10:26:42 +0000 Subject: [PATCH 3/3] fix dio pubspec --- embrace_dio/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embrace_dio/pubspec.yaml b/embrace_dio/pubspec.yaml index 93de7b5..a3d77a3 100644 --- a/embrace_dio/pubspec.yaml +++ b/embrace_dio/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: build_runner: ^2.0.0 build_version: ^2.0.0 dio: '>=4.0.0 <6.0.0' - embrace: 3.1.0 + embrace: ^3.1.0 flutter: sdk: flutter platform: ^3.1.0