Files
facebook-ios-sdk/TestTools/project.yml
Sam Odom 183127dc20 Add/move/update test doubles to prepare for consolidation of shared dependencies
Summary:
* Make some test doubles available from CoreKit tests
* Adjust some test double initializers
* Adjust TestTools project definition
* Add some new test doubles
* Stop tracking gaming services project

Reviewed By: joesus

Differential Revision: D32114565

fbshipit-source-id: 04f70398516421bbaa1355e7f4f0776ac956c852
2021-11-05 15:58:08 -07:00

35 lines
725 B
YAML

# Made using xcodegen 2.17.0
name: TestTools
include:
- ../xcodegen_project_common.yml
projectReferences:
FBSDKCoreKit:
path: ../FBSDKCoreKit/FBSDKCoreKit.xcodeproj
FBAEMKit:
path: ../FBAEMKit/FBAEMKit.xcodeproj
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.facebook.TestTools
targets:
TestTools:
type: framework
platform: iOS
sources:
- path: TestTools
headerVisibility: public
excludes:
- Info.plist
dependencies:
- target: FBSDKCoreKit/FBSDKCoreKit-Dynamic
link: false
- target: FBAEMKit/FBAEMKit-Dynamic
link: false
preBuildScripts:
- name: Run Swiftlint
script: ../scripts/build_phase_swiftlint.sh