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_iac_publish-0.1.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190703200032 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190701200019 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190630200023 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190629200029 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190628200030 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190627200058 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190625200058 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.127.0.beta.20190624200045 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190623200100 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190622200100 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190621200104 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190620200055 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190619200046 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190618200051 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190617200114 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190616200045 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190615200013 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.126.0.beta.20190614200105 fastlane/swift/PrecheckfileProtocol.swift