mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 22:47:16 +08:00
Reviewed By: aaronabramov Differential Revision: D33331776 fbshipit-source-id: 31b16e5e4cd0bb26c1e7cf49d9f8168eefdfe5ce
22 lines
536 B
Plaintext
22 lines
536 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.
|
|
|
|
// Cocoa Touch Framework
|
|
MACH_O_TYPE = staticlib
|
|
SKIP_INSTALL = YES
|
|
CODE_SIGNING_REQUIRED = NO
|
|
CODE_SIGN_IDENTITY =
|
|
|
|
// Language
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES
|
|
|
|
// Packaging
|
|
DEFINES_MODULE = YES
|
|
|
|
// Whether function calls should be position-dependent
|
|
// (should always be disabled for library code)
|
|
GCC_DYNAMIC_NO_PIC = NO
|