Skip to content

Commit

Permalink
Merge pull request #21 from XCTEQ/XCFit-10
Browse files Browse the repository at this point in the history
Fix Xcode New Build Setting Issue
  • Loading branch information
Shashikant86 authored Jan 14, 2019
2 parents 6cf6f40 + cc18028 commit 6392330
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion XCFit-Demo/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

github "Shashikant86/XCFit" "8.0.0"
github "Shashikant86/XCFit" "10.0.0"
2 changes: 1 addition & 1 deletion XCFit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XCFit'
s.version = '8.0.0'
s.version = '10.0.0'
s.summary = 'Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.'

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@
</dict>
<key>BuildPhases</key>
<array>
<dict>
<key>Class</key>
<string>Sources</string>
</dict>
<dict>
<key>Class</key>
<string>Frameworks</string>
</dict>
<dict>
<key>Class</key>
<string>Resources</string>
</dict>
</array>
</dict>
</array>
Expand Down
2 changes: 1 addition & 1 deletion lib/XCFit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XCFit
VERSION = "8.0.0"
VERSION = "10.0.0"
end

0 comments on commit 6392330

Please sign in to comment.