Module: HMap

Defined in:
lib/hmap.rb,
lib/hmap/command.rb,
lib/hmap/mapfile.rb,
lib/hmap/version.rb,
lib/hmap/exceptions.rb,
lib/hmap/executable.rb,
lib/hmap/hmap_saver.rb,
lib/hmap/hmap_reader.rb,
lib/hmap/hmap_struct.rb,
lib/hmap/hmap_writer.rb,
lib/hmap/helper/utils.rb,
lib/hmap/helper/hmap_helper.rb,
lib/hmap/helper/pods_helper.rb,
lib/hmap/pods_specification.rb,
lib/hmap/command/hmap_reader.rb,
lib/hmap/command/hmap_writer.rb,
lib/hmap/helper/xcconfig_helper.rb,
lib/hmap/framework/framework_vfs.rb,
lib/hmap/helper/build_setting_constants.rb

Overview

require ‘cocoapods’

Defined Under Namespace

Modules: BuildSettingConstants, Executable, Pods, Target, Utils Classes: ClassIncludedError, Command, HMapBucket, HMapBucketStr, HMapData, HMapError, HMapHeader, HMapHeaderEntry, HMapHeaders, HMapHelper, HMapSaver, HMapStructure, MagicError, MapFile, MapFileReader, MapFileWriter, NotAHMapOError, PodsSpecification, TruncatedFileError, XcodeprojHelper

Constant Summary collapse

VERSION =
'0.2.2'
HEADER_CONST =
{
  HMAP_HEADER_MAGIC_NUMBER: 0x686d6170,
  HMAP_HEADER_VERSION: 0x0001,
  HMAP_EMPTY_BUCKT_KEY: 0,
  HMAP_SWAPPED_MAGIC: 0x70616d68,
  HMAP_SWAPPED_VERSION: 0x0100
}.freeze