Skip to content

Commit

Permalink
Merge pull request #21 from embrace-io/bump-ios-650
Browse files Browse the repository at this point in the history
Bump Flutter iOS dependency to v6.5.0
  • Loading branch information
fractalwrench authored Oct 28, 2024
2 parents bc16fe8 + 71b4e2f commit 9365414
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 14 deletions.
4 changes: 4 additions & 0 deletions embrace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
18 changes: 18 additions & 0 deletions embrace/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
E73B985628D373340073F1DB /* Embrace dSYM upload */,
564532501DBDF3BA48CD1500 /* [CP] Embed Pods Frameworks */,
6A7947213F00AAB8B9E5CA53 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions embrace/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions embrace_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions embrace_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions embrace_dio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions embrace_dio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions embrace_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion embrace_ios/ios/embrace_ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions embrace_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions embrace_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion embrace_platform_interface/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion embrace_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9365414

Please sign in to comment.