mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 11:00:07 +00:00
8 lines
333 B
Bash
Executable File
8 lines
333 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
|
|
#
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > ${DIR}/env.sh |