From 1bc5982d725c5661973fa0af1dd9f0b4b82fdcdc Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 28 Jul 2020 15:38:32 +0200 Subject: [PATCH] update matchfile --- example/ios/fastlane/{MatchFile => Matchfile} | 4 +++- example/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) rename example/ios/fastlane/{MatchFile => Matchfile} (89%) diff --git a/example/ios/fastlane/MatchFile b/example/ios/fastlane/Matchfile similarity index 89% rename from example/ios/fastlane/MatchFile rename to example/ios/fastlane/Matchfile index 3d0ce2c0..26e1dda3 100644 --- a/example/ios/fastlane/MatchFile +++ b/example/ios/fastlane/Matchfile @@ -2,7 +2,9 @@ git_url("https://github.com/GetStream/ios-certificates") storage_mode("git") -username("imtoori") +username("salvatore@getstream.io") + +type("adhoc") team_id("EHV7XZLAHA") diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 607913b7..e19a0e9f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.4+6 +version: 1.0.5+7 environment: sdk: ">=2.2.2 <3.0.0"