From fc5c3b7e0e808e54fe2a47e103d4fb76110ff269 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 6 Oct 2020 09:38:49 +0200 Subject: [PATCH] update fastlane --- example/ios/fastlane/Fastfile | 9 --------- example/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/example/ios/fastlane/Fastfile b/example/ios/fastlane/Fastfile index 8bc6fb4e..2701bdce 100644 --- a/example/ios/fastlane/Fastfile +++ b/example/ios/fastlane/Fastfile @@ -9,15 +9,6 @@ end desc "Installs all Certs and Profiles necessary for development and ad-hoc" lane :match_me do - match( - type: "development", - app_identifier: [ - "io.getstream.flutter", - "io.getstream.flutter.Notifications" - ], - readonly: true - ) - match( type: "adhoc", app_identifier: [ diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 88635d95..6b71e3a2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.23+25 +version: 1.0.24+26 environment: sdk: ">=2.2.2 <3.0.0"