Add AAM to FBSDKCoreKit

Summary: Add AAM to FBSDKCoreKit along with changes in podspec and BUCK

Reviewed By: tianqibt

Differential Revision: D17532337

fbshipit-source-id: 770f421602ba8757dce4db3cebf4091605e0169d
This commit is contained in:
Zilin Zhang
2019-09-26 13:53:11 -07:00
committed by Facebook Github Bot
parent d3ed4b996e
commit 9d1df4e172
5 changed files with 679 additions and 1 deletions

View File

@@ -66,7 +66,8 @@ Pod::Spec.new do |s|
'FBSDKCoreKit/FBSDKCoreKit/FBSDKDeviceViewControllerBase.{h,m}',
'FBSDKCoreKit/FBSDKCoreKit/Internal/Device/**/*',
'FBSDKCoreKit/FBSDKCoreKit/Swift/**/*'
ss.tvos.exclude_files = 'FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/Codeless/*',
ss.tvos.exclude_files = 'FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/AAM/*',
'FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/Codeless/*',
'FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/FBSDKHybridAppEventsScriptMessageHandler.{h,m}',
'FBSDKCoreKit/FBSDKCoreKit/AppLink/**/*',
'FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.{h,m}',