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"