Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ably-cocoa v.1.2.9 #299

Merged
merged 1 commit into from Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.8):
- Ably (1.2.9):
- AblyDeltaCodec (= 1.3.2)
- msgpack (= 0.4.0)
- ably_flutter (1.2.9):
- Ably (= 1.2.8)
- Ably (= 1.2.9)
- Flutter
- AblyDeltaCodec (1.3.2)
- device_info_plus (0.0.1):
Expand Down Expand Up @@ -44,8 +44,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/fluttertoast/ios"

SPEC CHECKSUMS:
Ably: f5de469bc7b0804cb11b6b5c4c9c76e9ee5991db
ably_flutter: d1a0c66062673b8aa8a3b25151862d276fa99bdb
Ably: 7a28ee5c71f31d415a767e72b3f56e5918537d16
ably_flutter: dcd3cbd09a08aabd991ddda420481076ad59addd
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Expand Down
2 changes: 1 addition & 1 deletion ios/ably_flutter.podspec
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Ably', '1.2.8'
s.dependency 'Ably', '1.2.9'
s.platform = :ios
s.ios.deployment_target = '10.0'

Expand Down
8 changes: 4 additions & 4 deletions test_integration/ios/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.8):
- Ably (1.2.9):
- AblyDeltaCodec (= 1.3.2)
- msgpack (= 0.4.0)
- ably_flutter (1.2.9):
- Ably (= 1.2.8)
- Ably (= 1.2.9)
- Flutter
- AblyDeltaCodec (1.3.2)
- Flutter (1.0.0)
Expand All @@ -26,8 +26,8 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Ably: f5de469bc7b0804cb11b6b5c4c9c76e9ee5991db
ably_flutter: d1a0c66062673b8aa8a3b25151862d276fa99bdb
Ably: 7a28ee5c71f31d415a767e72b3f56e5918537d16
ably_flutter: dcd3cbd09a08aabd991ddda420481076ad59addd
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down