update fastlane
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user