Skip to content

Commit 1377a4d

Browse files
committed
Correct name of XcodeCoverage.xcconfig
1 parent 7ba0dc7 commit 1377a4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1
1+
Version 1.2.2
22
-------------
33
_22 Mar 2015_
44

XcodeCoverage.podspec

Lines changed: 2 additions & 2 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.1'
3+
s.version = '1.2.2'
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,7 +15,7 @@ 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.1'}
18+
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.2.2'}
1919

2020
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
2121
s.preserve_paths = '*', '**'
File renamed without changes.

0 commit comments

Comments
 (0)