Sha256: c41f30af160962265a2a37c95c7b0d4a51743f14ff2d9e3f423819739fb1b435

Contents?: true

Size: 536 Bytes

Versions: 3

Compression:

Stored size: 536 Bytes

Contents

class Matchfile: MatchfileProtocol {
    var gitUrl: String { return "[[GIT_URL]]" }
    var type: String { return "development" } // The default type, can be: appstore, adhoc, enterprise or development
    // var appIdentifier: [String] { return ["tools.fastlane.app", "tools.fastlane.app2"] }
		// cat username:String { return "user@fastlane.tools" } // Your Apple Developer Portal username
}

// For all available options run `fastlane match --help`
// Remove the // in the beginning of the line to enable the other options

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 match/lib/assets/MatchfileTemplate.swift
fastlane_hotfix-2.165.0 match/lib/assets/MatchfileTemplate.swift
fastlane_hotfix-2.187.0 match/lib/assets/MatchfileTemplate.swift