Module: Cert

Defined in:
lib/cert.rb,
lib/cert/options.rb,
lib/cert/version.rb,
lib/cert/cert_runner.rb,
lib/cert/cert_checker.rb,
lib/cert/signing_request.rb,
lib/cert/developer_center.rb,
lib/cert/keychain_importer.rb,
lib/cert/dependency_checker.rb

Defined Under Namespace

Classes: CertChecker, CertRunner, DependencyChecker, DeveloperCenter, KeychainImporter, Options, SigningRequest

Constant Summary collapse

TMP_FOLDER =
"/tmp/cert/"
Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
VERSION =
"0.1.6"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



14
15
16
# File 'lib/cert.rb', line 14

def config
  @config
end