Skip to content

Commit

Permalink
Merge branch 'jonreid-master' + fix merge conflict
Browse files Browse the repository at this point in the history
Conflicts:
	envcov.sh
  • Loading branch information
designatednerd committed Mar 19, 2015
2 parents 20b185c + 7a7ae43 commit f3c6839
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,5 +1,5 @@
XcodeCoverage by Jon Reid, http://qualitycoding/about/
Copyright 2014 Jonathan M. Reid
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
5 changes: 1 addition & 4 deletions cleancov
@@ -1,9 +1,6 @@
#!/bin/sh
#
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
# Copyright 2014 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 )"
source ${DIR}/envcov.sh
Expand Down
4 changes: 1 addition & 3 deletions envcov.sh
@@ -1,9 +1,7 @@
#!/bin/bash
#
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
# Copyright 2014 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 )"
ENV_DIR="${DIR}"
Expand Down
5 changes: 1 addition & 4 deletions exportenv.sh
@@ -1,8 +1,5 @@
#
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
# Created by: Jon Reid, http://qualitycoding.org/
# Source: https://github.com/jonreid/XcodeCoverage
#

DIR="${SRCROOT}"
export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > ${DIR}/env.sh
5 changes: 1 addition & 4 deletions getcov
@@ -1,9 +1,6 @@
#!/bin/sh
#
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
# Copyright 2014 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 )"
source "${DIR}/envcov.sh"
Expand Down
5 changes: 1 addition & 4 deletions llvm-cov-wrapper.sh
@@ -1,9 +1,6 @@
#!/bin/sh
#
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
# Created by: Jon Reid, http://qualitycoding.org/
# Source: https://github.com/jonreid/XcodeCoverage
#

if [ "$1" = "-v" ]; then
echo "llvm-cov-wrapper 4.2.1"
Expand Down
3 changes: 3 additions & 0 deletions run_code_coverage_post.sh
@@ -1,4 +1,7 @@
#!/bin/bash
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt

button=`/usr/bin/osascript <<EOT
tell application "Finder"
activate
Expand Down

0 comments on commit f3c6839

Please sign in to comment.