Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Feb 2, 2019
1 parent b12be21 commit 670c29f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT RELEASE
------------
Version 1.3.2
-------------
_01 Feb 2019_

* Fixed for projects using Xcode "New Build System"

Expand Down
6 changes: 3 additions & 3 deletions XcodeCoverage.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'XcodeCoverage'
s.version = '1.3.1'
s.version = '1.3.2'
s.summary = 'Code coverage for Xcode projects'
s.description = <<-DESC
XcodeCoverage provides a simple way to generate reports of the code coverage
XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage
of your Xcode project. Generated reports include HTML and Cobertura XML.
Coverage data excludes Apple's SDKs, and the exclusion rules can be customized.
Expand All @@ -15,7 +15,7 @@ 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.3.1'}
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.2'}

# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
s.preserve_paths = '*', '**'
Expand Down

0 comments on commit 670c29f

Please sign in to comment.