Skip to content

Commit

Permalink
Merge pull request Quick#708 from Quick/fix-swiftpm-integration-with-…
Browse files Browse the repository at this point in the history
…generated-xcode-projects

[QuickSpecBase] Fix SwiftPM integration with generated Xcode projects
  • Loading branch information
jeffh authored May 16, 2017
2 parents 813d9f5 + 2e63a9a commit 7b5bc39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.0.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode8
osx_image: xcode8.2
language: generic
matrix:
include:
Expand Down
4 changes: 2 additions & 2 deletions Sources/QuickSpecBase/include/QuickSpecBase.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
@import XCTest;
#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>

@interface _QuickSelectorWrapper : NSObject
- (instancetype)initWithSelector:(SEL)selector;
Expand Down

0 comments on commit 7b5bc39

Please sign in to comment.