From 79505b2254987b138bf7c589a073c45ebb18ab22 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 29 Jul 2020 11:22:44 +0200 Subject: [PATCH] update provisioning profiles --- .../fastlane/beta_gym_export_options.plist | 4 ++-- example/ios/fastlane/report.xml | 21 ++++++++++++------- example/pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/example/ios/fastlane/beta_gym_export_options.plist b/example/ios/fastlane/beta_gym_export_options.plist index 986bb5e6..7889dd5a 100644 --- a/example/ios/fastlane/beta_gym_export_options.plist +++ b/example/ios/fastlane/beta_gym_export_options.plist @@ -7,9 +7,9 @@ provisioningProfiles io.getstream.flutter - flutter example + match Development io.getstream.flutter io.getstream.flutter.Notifications - flutter example notifications + match Development io.getstream.flutter.Notifications \ No newline at end of file diff --git a/example/ios/fastlane/report.xml b/example/ios/fastlane/report.xml index e26cb644..51cbc75b 100644 --- a/example/ios/fastlane/report.xml +++ b/example/ios/fastlane/report.xml @@ -5,42 +5,47 @@ - + - + - + - + - + - + - + - + + + + + + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index fb730eff..9bb4e4d7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.7+9 +version: 1.0.8+10 environment: sdk: ">=2.2.2 <3.0.0"