Files
facebook-ios-sdk/TestTools/project.yml
Jawwad Ahmad 5f3acf206b Use the "targetTemplates" feature of xcodegen to centralize the Swiftlint Build Phase code that needs to be part of every target
Summary: See: https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#target-template

Reviewed By: samodom

Differential Revision: D39678898

fbshipit-source-id: 0439d6e7d4a6500f030e39b35c10538befff6703
2022-09-21 11:29:35 -07:00

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