Sha256: 759f107dafd358d8d606ad2cb353f7df05fd23f1b00feaee3d625af6b2f1a888
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
// 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 class Gymfile: GymfileProtocol { //var sdk: String { return "iphoneos9.0" } //var scheme: String { return "Example" } var outputDirectory: String { return "./" } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | gym/lib/assets/GymfileTemplate.swift |
fastlane_hotfix-2.165.0 | gym/lib/assets/GymfileTemplate.swift |
fastlane_hotfix-2.187.0 | gym/lib/assets/GymfileTemplate.swift |