Skip to content

Commit

Permalink
1.2.0 podspec was missing xcconfig. Just preserve all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Mar 22, 2015
1 parent a8f71dd commit 7ba0dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.2.0
Version 1.2.1
-------------
_22 Mar 2015_

Expand Down
8 changes: 4 additions & 4 deletions XcodeCoverage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XcodeCoverage'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'Code coverage for Xcode projects'
s.description = <<-DESC
XcodeCoverage provides a simple way to generate reports of the code coverage
Expand All @@ -15,8 +15,8 @@ Pod::Spec.new do |s|

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

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

0 comments on commit 7ba0dc7

Please sign in to comment.