fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.199.0 vs fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.200.0
- old
+ new
@@ -1,7 +1,7 @@
// PrecheckfileProtocol.swift
-// Copyright (c) 2021 FastlaneTools
+// Copyright (c) 2022 FastlaneTools
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 }
@@ -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.85]
+// FastlaneRunnerAPIVersion [0.9.86]