This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastlane_version "1.57.0" | |
require 'fileutils' | |
default_platform :ios | |
platform :ios do | |
desc "Increment framework version" | |
private_lane :increment_framework_version do |lane| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Fastlane | |
module Actions | |
module SharedValues | |
# S3_FILE_OUTPUT_PATH = :S3_FILE_OUTPUT_PATH | |
end | |
# To share this integration with the other fastlane users: | |
# - Fork https://github.com/KrauseFx/fastlane | |
# - Clone the forked repository | |
# - Move this integration into lib/fastlane/actions |
NewerOlder