mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
15 lines
373 B
Bash
Executable File
15 lines
373 B
Bash
Executable File
#
|
|
# Copyright 2012 Jonathan M. Reid. See LICENSE.txt
|
|
# Created by: Jon Reid, http://qualitycoding.org/
|
|
# Source: https://github.com/jonreid/XcodeCoverage
|
|
#
|
|
|
|
source env.sh
|
|
|
|
# Change the report name if you like:
|
|
LCOV_INFO=Coverage.info
|
|
|
|
LCOV_PATH=${SRCROOT}/../Vendor/XcodeCoverage/lcov-1.10/bin
|
|
LCOV=${LCOV_PATH}/lcov
|
|
OBJ_DIR=${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}
|