Sha256: 2231ee489d89605f23fb1359449ab12510fc4521d6acd20ef4f7c62ae7f972d7

Contents?: true

Size: 542 Bytes

Versions: 8

Compression:

Stored size: 542 Bytes

Contents

// This class is automatically included in FastlaneRunner during build
// If you have a custom Fastfile.swift, this file will be replaced by it
// Don't modify this file unless you are familiar with how fastlane's swift code generation works
// *** This file will be overwritten or replaced during build time ***

import Foundation

open class Fastfile: LaneFile { 
    override public init() {
        super.init()
    }
}

// Please don't remove the lines below
// They are used to detect outdated files
// FastlaneRunnerAPIVersion [0.9.1]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastlane-2.166.0 fastlane/swift/Fastfile.swift
fastlane-2.165.0 fastlane/swift/Fastfile.swift
fastlane-2.164.0 fastlane/swift/Fastfile.swift
fastlane-2.163.0 fastlane/swift/Fastfile.swift
fastlane-2.162.0 fastlane/swift/Fastfile.swift
fastlane-2.161.0 fastlane/swift/Fastfile.swift
fastlane-2.160.0 fastlane/swift/Fastfile.swift
fastlane-2.159.0 fastlane/swift/Fastfile.swift