Skip to content

Commit d699ad9

Browse files
committed
Update to move from NATIVE_ARCH to CURRENT_ARCH
1 parent 1b41e47 commit d699ad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

envcov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ source env.sh
1010
LCOV_INFO=Coverage.info
1111

1212
LCOV_PATH=${SRCROOT}/XcodeCoverage/lcov-1.10/bin
13-
OBJ_DIR=${OBJECT_FILE_DIR_normal}/${NATIVE_ARCH}
13+
OBJ_DIR=${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}

exportenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Source: https://github.com/jonreid/XcodeCoverage
55
#
66

7-
export | egrep '( BUILT_PRODUCTS_DIR)|(NATIVE_ARCH=)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > XcodeCoverage/env.sh
7+
export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > XcodeCoverage/env.sh

0 commit comments

Comments
 (0)