Module: Cert
- Defined in:
- lib/cert.rb,
lib/cert/options.rb,
lib/cert/version.rb,
lib/cert/cert_runner.rb,
lib/cert/signing_request.rb,
lib/cert/keychain_importer.rb,
lib/cert/dependency_checker.rb
Defined Under Namespace
Classes: CertRunner, DependencyChecker, 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.3.2"
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
13 14 15 |
# File 'lib/cert.rb', line 13 def config @config end |