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.126.0.beta.20190613200017 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190611200027 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190610200032 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190609200013 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190608200023 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190607200028 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190606200048 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190605200119 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190604200017 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.125.2 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190603200020 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.125.1 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190602200102 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190601200101 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.125.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.125.0.beta.20190531200016 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.125.0.beta.20190530200013 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.124.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.124.0.beta.20190529200025 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.124.0.beta.20190528200017 fastlane/swift/PrecheckfileProtocol.swift