fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.217.0 vs fastlane/swift/PrecheckfileProtocol.swift in fastlane-2.218.0

- old
+ new

@@ -1,7 +1,7 @@ // PrecheckfileProtocol.swift -// Copyright (c) 2023 FastlaneTools +// Copyright (c) 2024 FastlaneTools 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 } @@ -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.117] +// FastlaneRunnerAPIVersion [0.9.118]