Skip to content

Commit f3c6839

Browse files
Merge branch 'jonreid-master' + fix merge conflict
Conflicts: envcov.sh
2 parents 20b185c + 7a7ae43 commit f3c6839

File tree

7 files changed

+9
-20
lines changed

7 files changed

+9
-20
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
XcodeCoverage by Jon Reid, http://qualitycoding/about/
12
Copyright 2014 Jonathan M. Reid
2-
All rights reserved.
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of
55
this software and associated documentation files (the "Software"), to deal in

cleancov

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/sh
2-
#
2+
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
33
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
4-
# Created by: Jon Reid, http://qualitycoding.org/
5-
# Source: https://github.com/jonreid/XcodeCoverage
6-
#
74

85
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
96
source ${DIR}/envcov.sh

envcov.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/bash
22
#
3+
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
34
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
4-
# Created by: Jon Reid, http://qualitycoding.org/
5-
# Source: https://github.com/jonreid/XcodeCoverage
6-
#
75

86
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
97
ENV_DIR="${DIR}"

exportenv.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
#
1+
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
22
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
3-
# Created by: Jon Reid, http://qualitycoding.org/
4-
# Source: https://github.com/jonreid/XcodeCoverage
5-
#
63

74
DIR="${SRCROOT}"
85
export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > ${DIR}/env.sh

getcov

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/sh
2-
#
2+
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
33
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
4-
# Created by: Jon Reid, http://qualitycoding.org/
5-
# Source: https://github.com/jonreid/XcodeCoverage
6-
#
74

85
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
96
source "${DIR}/envcov.sh"

llvm-cov-wrapper.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/sh
2-
#
2+
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
33
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
4-
# Created by: Jon Reid, http://qualitycoding.org/
5-
# Source: https://github.com/jonreid/XcodeCoverage
6-
#
74

85
if [ "$1" = "-v" ]; then
96
echo "llvm-cov-wrapper 4.2.1"

run_code_coverage_post.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
3+
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
4+
25
button=`/usr/bin/osascript <<EOT
36
tell application "Finder"
47
activate

0 commit comments

Comments
 (0)