Sha256: 6662ada783fd1d7ad3223082aedc260a229cee0fa4b071c502cd5516dc802c14
Contents?: true
Size: 411 Bytes
Versions: 697
Compression:
Stored size: 411 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
697 entries across 697 versions & 5 rubygems