Skip to content

Commit

Permalink
Remove the outdated import path
Browse files Browse the repository at this point in the history
Remove the outdated import path.
  • Loading branch information
henryhl22321 committed Jul 17, 2023
1 parent 3a396b6 commit c68ff83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion GoogleSignIn/Sources/GIDHTTPFetcher/API/GIDHttpFetcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
/// Fetches the data from an URL request.
///
/// @param urlRequest The url request to fetch data.
/// @param authorizer The object to add authorization to the request.
/// @param fetcherService The object to add authorization to the request.
/// @param comment The comment for logging purpose.
/// @param completion The block that is called on completion asynchronously.
- (void)fetchURLRequest:(NSURLRequest *)urlRequest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#import "GoogleSignIn/Sources/GIDHTTPFetcher/Implementations/GIDHTTPFetcher.h"

//#ifdef SWIFT_PACKAGE
@import GTMAppAuth;
//#else
//#import <GTMAppAuth/GTMAppAuth.h>
//#endif

#import <GTMSessionFetcher/GTMSessionFetcher.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down
5 changes: 1 addition & 4 deletions GoogleSignIn/Tests/Unit/GIDHTTPFetcherTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@

#import <XCTest/XCTest.h>

#ifdef SWIFT_PACKAGE
@import GTMAppAuth;
#else
#import <GTMAppAuth/GTMAppAuth.h>
#endif


static NSString *const kTestURL = @"https://testURL.com";
static NSString *const kErrorDomain = @"ERROR_DOMAIN";
Expand Down

0 comments on commit c68ff83

Please sign in to comment.