Skip to content

Commit 4511cdc

Browse files
joesusfacebook-github-bot
authored andcommitted
Bugfix - Cocoapods with generate_multiple_pod_projects (#1709)
Summary: Pull Request resolved: #1709 We moved auth token claims to the public headers of corekit but didn't remove it from the internal umbrella header. We also didn't add it to the public header for BUCK builds. This fixes both of those oversights. There was also a weird import of the CoreKit+Internal header in the CoreKit+Internal header. This made no sense so removing. Reviewed By: jamestouri Differential Revision: D27620983 fbshipit-source-id: 24cc10a5bc53568ce9e5cc273011bf147729c441
1 parent fca5be9 commit 4511cdc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#import <FBSDKCoreKit/FBSDKAppEvents.h>
2525
#import <FBSDKCoreKit/FBSDKApplicationDelegate.h>
2626
#import <FBSDKCoreKit/FBSDKAuthenticationToken.h>
27+
#import <FBSDKCoreKit/FBSDKAuthenticationTokenClaims.h>
2728
#import <FBSDKCoreKit/FBSDKButton.h>
2829
#import <FBSDKCoreKit/FBSDKConstants.h>
2930
#import <FBSDKCoreKit/FBSDKCopying.h>

FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKCoreKit+Internal.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
#if defined FBSDKCOCOAPODS || defined BUCK
3030

31-
#import "FBSDKCoreKit+Internal.h"
32-
3331
#if !TARGET_OS_TV
3432
#import "FBSDKAuthenticationStatusUtility.h"
3533
#import "FBSDKBridgeAPI.h"
@@ -71,7 +69,6 @@
7169
#import "FBSDKApplicationObserving.h"
7270
#import "FBSDKAuthenticationStatusUtility.h"
7371
#import "FBSDKAuthenticationToken+Internal.h"
74-
#import "FBSDKAuthenticationTokenClaims.h"
7572
#import "FBSDKAuthenticationTokenFactory.h"
7673
#import "FBSDKAuthenticationTokenHeader.h"
7774
#import "FBSDKBase64.h"

0 commit comments

Comments
 (0)