Skip to content

Commit

Permalink
fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Oct 3, 2016
1 parent 738598c commit 31912dd
Show file tree
Hide file tree
Showing 4 changed files with 7,941 additions and 3,573 deletions.
5 changes: 0 additions & 5 deletions FirebaseAuthUITests/FIRAuthUITest.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
@import FirebaseAuth;
@import FirebaseAuthUI;

// A hack to fix travis failing to pick up FIROptions interface
@interface FIROptions (TravisCIHack)
- (instancetype)initWithContentsOfFile:(NSString *)file;
@end

@interface FUILoginProvider : NSObject <FIRAuthProviderUI>
@property (nonatomic, assign) BOOL canHandleURLs;
@end
Expand Down
1 change: 0 additions & 1 deletion FirebaseFacebookAuthUITests/FirebaseFacebookAuthUITests.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

@import XCTest;
#import "FIRFacebookAuthUITest.h"
#import <FirebaseAnalytics/FirebaseAnalytics.h>
#import <FirebaseAuthUI/FirebaseAuthUI.h>
#import <FirebaseAuth/FirebaseAuth.h>
#import <FBSDKCoreKit/FBSDKCoreKit.h>
Expand Down
Loading

0 comments on commit 31912dd

Please sign in to comment.