add setup_ci

This commit is contained in:
Salvatore Giordano
2020-07-28 16:52:40 +02:00
parent f28e1cb914
commit 5d1d695911
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
fastlane_version "2.68.0"
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"
lane :match_me do
match(
+1 -1
View File
@@ -1,7 +1,7 @@
name: example
description: A new Flutter project.
version: 1.0.6+8
version: 1.0.7+9
environment:
sdk: ">=2.2.2 <3.0.0"