File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- NEXT RELEASE
2
- ------------
1
+ Version 1.3.2
2
+ -------------
3
+ _ 01 Feb 2019_
3
4
4
5
* Fixed for projects using Xcode "New Build System"
5
6
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'XcodeCoverage'
3
- s . version = '1.3.1 '
3
+ s . version = '1.3.2 '
4
4
s . summary = 'Code coverage for Xcode projects'
5
5
s . description = <<-DESC
6
- XcodeCoverage provides a simple way to generate reports of the code coverage
6
+ XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage
7
7
of your Xcode project. Generated reports include HTML and Cobertura XML.
8
8
9
9
Coverage data excludes Apple's SDKs, and the exclusion rules can be customized.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
16
16
s . ios . deployment_target = '6.0'
17
17
s . osx . deployment_target = '10.8'
18
- s . source = { :git => 'https://github.com/jonreid/XcodeCoverage.git' , :tag => 'v1.3.1 ' }
18
+ s . source = { :git => 'https://github.com/jonreid/XcodeCoverage.git' , :tag => 'v1.3.2 ' }
19
19
20
20
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
21
21
s . preserve_paths = '*' , '**'
You can’t perform that action at this time.
0 commit comments