Module: Fastlane::Ref

Defined in:
lib/fastlane/plugin/rocket/ref/ref_main.rb,
lib/fastlane/plugin/rocket/ref/ref_pod_info.rb

Defined Under Namespace

Classes: RefDepInfo, RefMain, RefPodInfo

Constant Summary collapse

REF_PATH =

脚本生成文件存放地址

"#{Tools::ROCKET_PATH}ref"
XCODEPROJ_PATH =
"#{REF_PATH}/xcodeproj"
SOURCESPECS_PATH =
"#{REF_PATH}/SOURCESPECS"
LOCK_PATH =
"#{REF_PATH}/ref.lock"
PODS_PATH =
"#{REF_PATH}/Pods"