update fastlane
This commit is contained in:
@@ -9,15 +9,6 @@ end
|
|||||||
|
|
||||||
desc "Installs all Certs and Profiles necessary for development and ad-hoc"
|
desc "Installs all Certs and Profiles necessary for development and ad-hoc"
|
||||||
lane :match_me do
|
lane :match_me do
|
||||||
match(
|
|
||||||
type: "development",
|
|
||||||
app_identifier: [
|
|
||||||
"io.getstream.flutter",
|
|
||||||
"io.getstream.flutter.Notifications"
|
|
||||||
],
|
|
||||||
readonly: true
|
|
||||||
)
|
|
||||||
|
|
||||||
match(
|
match(
|
||||||
type: "adhoc",
|
type: "adhoc",
|
||||||
app_identifier: [
|
app_identifier: [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: example
|
name: example
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
|
|
||||||
version: 1.0.23+25
|
version: 1.0.24+26
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.2.2 <3.0.0"
|
sdk: ">=2.2.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user