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.90.0.beta.20180407050037 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.90.0.beta.20180406050006 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.90.0.beta.20180405050125 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.90.0.beta.20180404050031 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.90.0.beta.20180403050108 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0.beta.20180402050042 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0.beta.20180401050120 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0.beta.20180331050023 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0.beta.20180330050046 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0.beta.20180329050050 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.89.0.beta.20180328050040 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.88.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.88.0.beta.20180327050037 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.88.0.beta.20180325050025 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.88.0.beta.20180324050059 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.87.0 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.87.0.beta.20180323050014 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.87.0.beta.20180322050115 fastlane/swift/PrecheckfileProtocol.swift
fastlane-2.86.2 fastlane/swift/PrecheckfileProtocol.swift