fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.203.0 vs fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.204.0
- old
+ new
@@ -1,9 +1,9 @@
// PrecheckfileProtocol.swift
// Copyright (c) 2022 FastlaneTools
-public protocol PrecheckfileProtocol: class {
+public protocol PrecheckfileProtocol: AnyObject {
/// 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/#using-fastlane-api-key-hash-option)
var apiKey: [String: Any]? { 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.91]
+// FastlaneRunnerAPIVersion [0.9.92]