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'
XCRC_COOCAPODS_ROOT_KEY =
'XCRC_COOCAPODS_ROOT'
CUSTOM_CONFIGURATION_KEYS =

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

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