fastlane/swift/MatchfileProtocol.swift in fastlane_hotfix-2.165.1 vs fastlane/swift/MatchfileProtocol.swift in fastlane_hotfix-2.187.0

- old
+ new

@@ -1,10 +1,10 @@ // MatchfileProtocol.swift -// Copyright (c) 2020 FastlaneTools +// Copyright (c) 2021 FastlaneTools public protocol MatchfileProtocol: class { - /// Define the profile type, can be appstore, adhoc, development, enterprise, developer_id + /// Define the profile type, can be appstore, adhoc, development, enterprise, developer_id, mac_installer_distribution var type: String { get } /// Create additional cert types needed for macOS installers (valid values: mac_installer_distribution, developer_id_installer) var additionalCertTypes: [String]? { get } @@ -90,11 +90,11 @@ var s3ObjectPrefix: String? { get } /// Keychain the items should be imported to var keychainName: String { get } - /// This might be required the first time you access certificates on a new mac. For the login/default keychain this is your account password + /// This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password var keychainPassword: String? { get } /// Renew the provisioning profiles every time you run match var force: Bool { get } @@ -182,6 +182,6 @@ var verbose: Bool { return false } } // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.45] +// FastlaneRunnerAPIVersion [0.9.72]