add requires_arc configure for GraphAPI folder (#1177)

Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1177

D19247723 moved relative files to a new folder named GraphAPI but haven't updated the requires_arc setting for this folder, so add back requires_arc setting back to avoid crash on sdk launch.

Reviewed By: joesus

Differential Revision: D19357327

fbshipit-source-id: 21e3c2577d2a26b5386d76a42fa283078d75adcb
This commit is contained in:
Zebing Zong
2020-01-10 21:14:49 -08:00
committed by Facebook Github Bot
parent d9822ce3ba
commit 8b1f25c1bf

View File

@@ -32,7 +32,8 @@ Pod::Spec.new do |s|
s.requires_arc = ['FBSDKCoreKit/FBSDKCoreKit/*',
'FBSDKCoreKit/FBSDKCoreKit/AppEvents/**/*',
'FBSDKCoreKit/FBSDKCoreKit/AppLink/**/*',
'FBSDKCoreKit/FBSDKCoreKit/Basics/**/*',
'FBSDKCoreKit/FBSDKCoreKit/Basics/**/*',
'FBSDKCoreKit/FBSDKCoreKit/GraphAPI/*',
'FBSDKCoreKit/FBSDKCoreKit/Internal/**/*']
s.default_subspecs = 'Core', 'Basics'