From 9b2582c453452cf0a22746723307d11926e0b23e Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 23 May 2020 15:42:13 +0200 Subject: [PATCH] Update fastlane templates --- Submodules/fastlane-ci-templates | 2 +- fastlane/Fastfile | 19 +------------------ fastlane/Gymfile | 27 +-------------------------- 3 files changed, 3 insertions(+), 45 deletions(-) mode change 100644 => 120000 fastlane/Fastfile mode change 100644 => 120000 fastlane/Gymfile diff --git a/Submodules/fastlane-ci-templates b/Submodules/fastlane-ci-templates index 95768254..a17eb542 160000 --- a/Submodules/fastlane-ci-templates +++ b/Submodules/fastlane-ci-templates @@ -1 +1 @@ -Subproject commit 957682543ddd28327f5636a9ae927129dbb58b1c +Subproject commit a17eb542f76d68e3575f51971ef5d929e764642c diff --git a/fastlane/Fastfile b/fastlane/Fastfile deleted file mode 100644 index ab8b3697..00000000 --- a/fastlane/Fastfile +++ /dev/null @@ -1,18 +0,0 @@ -# This file contains the fastlane.tools configuration -# You can find the documentation at https://docs.fastlane.tools -# -# For a list of all available actions, check out -# -# https://docs.fastlane.tools/actions -# -# For a list of all available plugins, check out -# -# https://docs.fastlane.tools/plugins/available-plugins -# - -# Uncomment the line if you want fastlane to automatically update itself -# update_fastlane - -default_platform(:ios) - -import("../Submodules/fastlane-ci-templates/include/Fastfile.include") diff --git a/fastlane/Fastfile b/fastlane/Fastfile new file mode 120000 index 00000000..1fd532d1 --- /dev/null +++ b/fastlane/Fastfile @@ -0,0 +1 @@ +../Submodules/fastlane-ci-templates/include/Fastfile.include \ No newline at end of file diff --git a/fastlane/Gymfile b/fastlane/Gymfile deleted file mode 100644 index 3d7ef52a..00000000 --- a/fastlane/Gymfile +++ /dev/null @@ -1,26 +0,0 @@ -# For more information about this configuration visit -# https://docs.fastlane.tools/actions/gym/#gymfile - -# In general, you can use the options available -# fastlane gym --help - -# Remove the # in front of the line to enable the option - -# scheme "Example" - -# sdk "iphoneos9.0" - -build_target = ENV["TARGET"] -stage_build_path = "#{ENV["BUILD_PATH"]}/#{build_target}" -stage_artifacts_path = "#{ENV["DIST_PATH"]}/#{build_target}" - -derived_data_path stage_build_path -buildlog_path stage_build_path -build_path stage_build_path -output_directory stage_artifacts_path -output_name ENV["APP_NAME"] - -clean true -silent false -include_bitcode false -skip_profile_detection true diff --git a/fastlane/Gymfile b/fastlane/Gymfile new file mode 120000 index 00000000..3e37d7dd --- /dev/null +++ b/fastlane/Gymfile @@ -0,0 +1 @@ +../Submodules/fastlane-ci-templates/include/Gymfile.include \ No newline at end of file