Sha256: 6832152327d5965c854177e402e44fe0347f22faf78371763e26a71e43ac1092
Contents?: true
Size: 557 Bytes
Versions: 1
Compression:
Stored size: 557 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.187.0 | fastlane/swift/Fastfile.swift |