17 lines
562 B
Plaintext
17 lines
562 B
Plaintext
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
// All rights reserved.
|
|
//
|
|
// This source code is licensed under the license found in the
|
|
// LICENSE file in the root directory of this source tree.
|
|
|
|
#include "Shared/Platform/iOS.xcconfig"
|
|
#include "Shared/Target/LogicTests.xcconfig"
|
|
|
|
PRODUCT_NAME = FBSDKGamingServicesKitTests
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKGamingServicesKitTests
|
|
|
|
INFOPLIST_FILE = $(SRCROOT)/Info.plist
|
|
|
|
HEADER_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
|
|
LIBRARY_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
|