Sha256: 09e2111ae20a236107ddf108b702dccca87f378312a50da45c80903d663c67f6

Contents?: true

Size: 744 Bytes

Versions: 543

Compression:

Stored size: 744 Bytes

Contents

protocol PrecheckfileProtocol: class {
  var appIdentifier: String { get }
  var username: String { get }
  var teamId: String? { get }
  var teamName: String? { get }
  var defaultRuleLevel: String { get }
  var includeInAppPurchases: Bool { get }
  var freeStuffInIap: String? { get }
}

extension PrecheckfileProtocol {
  var appIdentifier: String { return "" }
  var username: String { return "" }
  var teamId: String? { return nil }
  var teamName: String? { return nil }
  var defaultRuleLevel: String { return "error" }
  var includeInAppPurchases: Bool { return true }
  var freeStuffInIap: String? { return nil }
}


// Please don't remove the lines below
// They are used to detect outdated files
// FastlaneRunnerAPIVersion [0.9.1]

Version data entries

543 entries across 543 versions & 2 rubygems

Version Path
fastlane-2.128.0.beta.20190717200026 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190716200022 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190715200056 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190714200028 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190713200107 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190712200059 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190711200117 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.1 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190710200106 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190709200015 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190708200031 fastlane/swift/PrecheckfileProtocol.swift
fastlane_iac_publish-0.1.4 fastlane/swift/PrecheckfileProtocol.swift
fastlane_iac_publish-0.1.3 fastlane/swift/PrecheckfileProtocol.swift
fastlane_iac_publish-0.1.2 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190707200017 fastlane/swift/PrecheckfileProtocol.swift
fastlane_iac_publish-0.1.1 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190706200054 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190705200056 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190704200049 fastlane/swift/PrecheckfileProtocol.swift