fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.193.1 vs fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.194.0
- old
+ new
@@ -3,11 +3,11 @@
public protocol PrecheckfileProtocol: class {
/// Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
var apiKeyPath: String? { get }
- /// Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
+ /// Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
var apiKey: [String: Any]? { get }
/// The bundle identifier of your app
var appIdentifier: String { get }
@@ -50,6 +50,6 @@
var freeStuffInIap: String? { return nil }
}
// Please don't remove the lines below
// They are used to detect outdated files
-// FastlaneRunnerAPIVersion [0.9.78]
+// FastlaneRunnerAPIVersion [0.9.79]