mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-04-29 09:56:13 +08:00
Summary: See: https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#target-template Reviewed By: samodom Differential Revision: D39678898 fbshipit-source-id: 0439d6e7d4a6500f030e39b35c10538befff6703
34 lines
675 B
YAML
34 lines
675 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:
|
|
templates:
|
|
- SwiftlintBuildPhaseTemplate
|
|
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
|