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"