Skip to content

Commit c967b96

Browse files
Merge pull request #26 from gojek/task/update-courier
Update Courier
2 parents d28839d + 317e474 commit c967b96

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

courier_dart_sdk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.1
2+
* Update iOS podspec to remove version pins on CourierCore, CourierMQTT, CourierMQTTChuck and bump minimum iOS platform to 15.0
3+
14
## 0.1.0
25
* Refactor CourierDartSdkPlugin to improve method handling and add async execution for method calls.
36

@@ -59,4 +62,4 @@
5962
* Add support for disconnect delay on Android
6063

6164
## 0.0.1
62-
* Initial release of Courier Flutter SDK
65+
* Initial release of Courier Flutter SDK

courier_dart_sdk/ios/courier_dart_sdk.podspec

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ Flutter SDK for Courier
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'CourierCore', '0.0.19'
19-
s.dependency 'CourierMQTT', '0.0.19'
20-
s.dependency 'CourierMQTTChuck', '0.0.19'
21-
s.platform = :ios, '11.0'
18+
s.dependency 'CourierCore'
19+
s.dependency 'CourierMQTT'
20+
s.dependency 'CourierMQTTChuck'
21+
s.platform = :ios, '15.0'
2222

2323
# Flutter.framework does not contain a i386 slice.
2424
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2525
s.swift_version = '5.0'
26-
end
26+
27+
# Note: CourierCore, CourierMQTT, and CourierMQTTChuck are not published to CocoaPods trunk.
28+
# Consuming apps must add these to their Podfile:
29+
# pod 'CourierCore', :git => 'GitHub - gojek/courier-iOS: Courier iOS', :tag => '1.0.17', :modular_headers => true
30+
# pod 'CourierMQTT', :git => 'GitHub - gojek/courier-iOS: Courier iOS', :tag => '1.0.17', :modular_headers => true
31+
# pod 'CourierMQTTChuck', :git => 'GitHub - gojek/courier-iOS: Courier iOS', :tag => '1.0.17', :modular_headers => true
32+
end

courier_dart_sdk/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: courier_dart_sdk
22
description: Flutter SDK for Courier
3-
version: 0.1.0
4-
homepage: https://github.com/gojek/courier-flutter
3+
version: 0.1.1
4+
homepage: GitHub - gojek/courier-flutter: Dart port of our popular courier library
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.17.0"
9-
9+
1010
dependencies:
1111
flutter:
1212
sdk: flutter
@@ -63,4 +63,4 @@ flutter:
6363
# weight: 700
6464
#
6565
# For details regarding fonts in packages, see
66-
# https://flutter.dev/custom-fonts/#from-packages
66+
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)