Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit a54782c

Browse files
committed
Merge pull request #8 from jspahrsummers/xcode6
Xcode 6.1 support
2 parents 82d8273 + 6773e75 commit a54782c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

schemes.awk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ BEGIN {
22
FS = "\n";
33
}
44

5-
/Targets:/ {
5+
/Schemes:/ {
66
while (getline && $0 != "") {
7-
if ($0 ~ /Test/) continue;
8-
97
sub(/^ +/, "");
108
print "'" $0 "'";
119
}

0 commit comments

Comments
 (0)