mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-04-29 01:46:13 +08:00
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
35 lines
725 B
YAML
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
|