-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions for 3.10.1 --------- Co-authored-by: Cirrus CI <[email protected]> Co-authored-by: Cesar de la Vega <[email protected]>
- Loading branch information
Showing
14 changed files
with
58 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ orbs: | |
android: circleci/[email protected] | ||
gcp-cli: circleci/[email protected] | ||
swissknife: roopakv/[email protected] | ||
macos: circleci/[email protected] | ||
|
||
commands: | ||
|
||
|
@@ -71,7 +72,7 @@ commands: | |
steps: | ||
- run: | ||
name: Download flutter SDK | ||
command: git clone -b stable https://github.com/flutter/flutter.git flutter | ||
command: git clone -b 2.10.5 https://github.com/flutter/flutter.git flutter | ||
- run: | ||
name: Setup environment variables | ||
command: echo 'export PATH="$PATH:`pwd`/flutter/bin"' >> $BASH_ENV | ||
|
@@ -157,17 +158,13 @@ jobs: | |
|
||
ios-integration-test: | ||
description: "Run integration tests for Flutter" | ||
resource_class: macos.x86.medium.gen2 | ||
macos: | ||
xcode: 12.3.0 | ||
xcode: 13.4.1 | ||
steps: | ||
- checkout | ||
- run: | ||
name: Open simulator | ||
command: xcrun instruments -w "iPhone 11 Pro (14.3) [" || true | ||
- macos/preboot-simulator | ||
- setup-flutter | ||
- restore_cache: | ||
name: Restore cocoapods specs and pods | ||
key: v1-cocoapods-{{ checksum "./revenuecat_examples/purchase_tester/ios/Podfile.lock" }}-{{ arch }} | ||
- replace-api-key | ||
- build-flutter-project: | ||
project: revenuecat_examples/purchase_tester | ||
|
@@ -177,12 +174,6 @@ jobs: | |
cd revenuecat_examples/purchase_tester | ||
flutter drive --target=integration_test/app_test.dart \ | ||
--driver=test_driver/integration_test.dart | ||
- save_cache: | ||
name: Save cocoapods specs and pods cache | ||
key: v1-cocoapods-{{ checksum "./revenuecat_examples/purchase_tester/ios/Podfile.lock" }}-{{ arch }} | ||
paths: | ||
- ./revenuecat_examples/purchase_tester/ios/Pods | ||
- ~/.cocoapods | ||
freezed: | ||
description: "Check if Freezed files need to be added to repo" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
## 3.10.0 | ||
|
||
- Add support for iOS promoted purchases (https://github.com/RevenueCat/purchases-flutter/pull/344) | ||
New type: ReadyForPromotedProductPurchaseListener | ||
New methods: addReadyForPromotedProductPurchaseListener(ReadyForPromotedProductPurchaseListener listener) | ||
removeReadyForPromotedProductPurchaseListener(ReadyForPromotedProductPurchaseListener listenerToRemove) | ||
|
||
## 3.10.1 | ||
- Update `purchases-ios`` to [3.14.4](https://github.com/RevenueCat/purchases-ios/releases/tag/3.14.4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters