Update fastlane templates
This commit is contained in:
parent
96f2481988
commit
9b2582c453
|
@ -1 +1 @@
|
|||
Subproject commit 957682543ddd28327f5636a9ae927129dbb58b1c
|
||||
Subproject commit a17eb542f76d68e3575f51971ef5d929e764642c
|
|
@ -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")
|
|
@ -0,0 +1 @@
|
|||
../Submodules/fastlane-ci-templates/include/Fastfile.include
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
../Submodules/fastlane-ci-templates/include/Gymfile.include
|
Loading…
Reference in New Issue