17 lines
399 B
Plaintext
17 lines
399 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? "TestAppIdAndSecret.xcconfig"
|
|
|
|
// Code signing
|
|
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
|
|
|
|
// Packaging
|
|
WRAPPER_EXTENSION = xctest
|
|
|
|
// Linking
|
|
OTHER_LDFLAGS = -all_load -lc++
|