add setup_ci
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
fastlane_version "2.68.0"
|
fastlane_version "2.68.0"
|
||||||
default_platform :ios
|
default_platform :ios
|
||||||
|
|
||||||
|
before_all do
|
||||||
|
if is_ci
|
||||||
|
setup_ci()
|
||||||
|
end
|
||||||
|
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(
|
match(
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: example
|
name: example
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
|
|
||||||
version: 1.0.6+8
|
version: 1.0.7+9
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.2.2 <3.0.0"
|
sdk: ">=2.2.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user