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.129.0.beta.20190804200053 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190803200103 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190802200057 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190731200035 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190730200040 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190729200106 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190728200052 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190727200032 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190726200041 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.1 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190725200033 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.129.0.beta.20190723200012 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190722200021 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190721200024 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190720200049 fastlane/swift/PrecheckfileProtocol.swift
fastlane_iac_publish-0.1.5 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.2 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190719200019 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.128.0.beta.20190718200101 fastlane/swift/PrecheckfileProtocol.swift