From ca226a3021ecb8ff3a13d50d799570d914a42f48 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 6 Oct 2020 09:59:27 +0200 Subject: [PATCH] update fastlane --- example/ios/fastlane/Fastfile | 3 ++- example/ios/fastlane/report.xml | 21 ++++++++------------- example/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/example/ios/fastlane/Fastfile b/example/ios/fastlane/Fastfile index 2701bdce..9f6065be 100644 --- a/example/ios/fastlane/Fastfile +++ b/example/ios/fastlane/Fastfile @@ -15,7 +15,8 @@ lane :match_me do "io.getstream.flutter", "io.getstream.flutter.Notifications" ], - readonly: true + readonly: is_ci, + force_for_new_devices: true ) end diff --git a/example/ios/fastlane/report.xml b/example/ios/fastlane/report.xml index 6038c98b..4c8743d0 100644 --- a/example/ios/fastlane/report.xml +++ b/example/ios/fastlane/report.xml @@ -5,47 +5,42 @@ - + - + - + - + - + - + - + - - - - - - + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 6b71e3a2..4a08d0d7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.24+26 +version: 1.0.25+27 environment: sdk: ">=2.2.2 <3.0.0"