Module: CocoapodsXCRemoteCacheModifier::Hooks

Defined in:
lib/cocoapods-xcremotecache/command/hooks.rb

Overview

Registers for CocoaPods plugin hooks

Defined Under Namespace

Classes: XCRemoteCache

Constant Summary collapse

BIN_DIR =
'.rc'
LLDB_INIT_COMMENT =
"#RemoteCacheCustomSourceMap"
LLDB_INIT_PATH =
"#{ENV['HOME']}/.lldbinit"
FAT_ARCHIVE_NAME_INFIX =
'arm64-x86_64'
CUSTOM_CONFIGURATION_KEYS =

List of plugins’ user properties that should be copied to .rcinfo

[
  'enabled', 
  'xcrc_location',
  'exclude_targets',
  'exclude_build_configurations',
  'final_target',
  'check_build_configuration', 
  'check_platform', 
  'modify_lldb_init',
  'prettify_meta_files',
  'fake_src_root',
  'disable_certificate_verification'
]