Skip to content

Commit

Permalink
Merge pull request #564 from ably/release/1.2.37
Browse files Browse the repository at this point in the history
Release/1.2.37
  • Loading branch information
ttypic authored Feb 19, 2025
2 parents 89cb740 + eddb5c3 commit 8fd2488
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.2.37](https://github.com/ably/ably-flutter/tree/v1.2.37)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.36...v1.2.37)

- Fixed Flutter 3.29 compatibility issues

## [1.2.36](https://github.com/ably/ably-flutter/tree/v1.2.36)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.35...v1.2.36)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In `pubspec.yaml` file:

```yaml
dependencies:
ably_flutter: ^1.2.36
ably_flutter: ^1.2.37
```
### Import the package
Expand Down
10 changes: 3 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.36):
- ably_flutter (1.2.37):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -13,9 +13,7 @@ PODS:
- Flutter
- fluttertoast (0.0.2):
- Flutter
- Toast
- msgpack (0.4.0)
- Toast (4.0.0)

DEPENDENCIES:
- ably_flutter (from `.symlinks/plugins/ably_flutter/ios`)
Expand All @@ -29,7 +27,6 @@ SPEC REPOS:
- Ably
- AblyDeltaCodec
- msgpack
- Toast

EXTERNAL SOURCES:
ably_flutter:
Expand All @@ -45,14 +42,13 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: b4e0bffd35488a8c29d2ac7f35c00f80defab856
ably_flutter: b7240352d43f256235bd2d69029ca2cec7e83e30
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
fluttertoast: e9a18c7be5413da53898f660530c56f35edfba9c
fluttertoast: 21eecd6935e7064cc1fcb733a4c5a428f3f24f0f
msgpack: c85f6251873059738472ae136951cec5f30f3251
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: 1e2c1b20be30d932ecf4aea37c7fa8602c49c7fa

Expand Down
17 changes: 12 additions & 5 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Ably/Ably.framework",
"${BUILT_PRODUCTS_DIR}/AblyDeltaCodec/AblyDeltaCodec.framework",
"${BUILT_PRODUCTS_DIR}/Toast/Toast.framework",
"${BUILT_PRODUCTS_DIR}/ably_flutter/ably_flutter.framework",
"${BUILT_PRODUCTS_DIR}/device_info_plus/device_info_plus.framework",
"${BUILT_PRODUCTS_DIR}/flutter_local_notifications/flutter_local_notifications.framework",
Expand All @@ -235,7 +234,6 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ably.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AblyDeltaCodec.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ably_flutter.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info_plus.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_local_notifications.framework",
Expand Down Expand Up @@ -385,7 +383,10 @@
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
Expand Down Expand Up @@ -522,7 +523,10 @@
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
Expand Down Expand Up @@ -555,7 +559,10 @@
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.36"
version: "1.2.37"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.36
version: 1.2.37
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
4 changes: 2 additions & 2 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.36):
- ably_flutter (1.2.37):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: b4e0bffd35488a8c29d2ac7f35c00f80defab856
ably_flutter: b7240352d43f256235bd2d69029ca2cec7e83e30
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.36"
version: "1.2.37"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 8fd2488

Please sign in to comment.