Skip to content

Commit 90cdb39

Browse files
committed
Exculde Developer/SDKs instead of Applications/Xcode.app
So that exclusion works for any Xcode version, even if is renamed e.g. Xcode6-Beta2.app
1 parent 0a94f16 commit 90cdb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getcov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gather_coverage()
3131

3232
exclude_data()
3333
{
34-
LCOV --remove ${LCOV_INFO} "Applications/Xcode.app/*" -d "${OBJ_DIR}" -o ${LCOV_INFO}
34+
LCOV --remove ${LCOV_INFO} "Developer/SDKs/*" -d "${OBJ_DIR}" -o ${LCOV_INFO}
3535
LCOV --remove ${LCOV_INFO} "main.m" -d "${OBJ_DIR}" -o ${LCOV_INFO}
3636
# Remove other patterns here...
3737
}

0 commit comments

Comments
 (0)