Skip to content

Commit 7ba0dc7

Browse files
committed
1.2.0 podspec was missing xcconfig. Just preserve all files.
1 parent a8f71dd commit 7ba0dc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.2.0
1+
Version 1.2.1
22
-------------
33
_22 Mar 2015_
44

XcodeCoverage.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'XcodeCoverage'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'Code coverage for Xcode projects'
55
s.description = <<-DESC
66
XcodeCoverage provides a simple way to generate reports of the code coverage
@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
1515

1616
s.ios.deployment_target = '6.0'
1717
s.osx.deployment_target = '10.8'
18-
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.2.0'}
18+
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.2.1'}
1919

20-
# These files will be brought into the filesystem, but not added to your .xcodeproj.
21-
s.preserve_paths = 'cleancov', 'envcov.sh', 'exportenv.sh', 'getcov', 'lcov-1.11/*', 'llvm-cov-wrapper.sh', 'run_code_coverage_post.sh'
20+
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
21+
s.preserve_paths = '*', '**'
2222
end

0 commit comments

Comments
 (0)