18 lines
438 B
Plaintext
18 lines
438 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
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = NO
|
|
|
|
// Linking
|
|
OTHER_LDFLAGS = -all_load -lc++
|