Files
facebook-ios-sdk/Configurations/FacebookSDK-Application.xcconfig
Andres Suarez 1be77973cc Update copyright headers from Facebook to Meta
Reviewed By: aaronabramov

Differential Revision: D33331776

fbshipit-source-id: 31b16e5e4cd0bb26c1e7cf49d9f8168eefdfe5ce
2021-12-27 17:08:35 -08:00

21 lines
549 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.
// Code signing
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
// Deployment
DSTROOT = /tmp/$(TARGET_NAME)
SKIP_INSTALL = YES
// Packaging
INFOPLIST_FILE = $(TARGET_NAME)/$(TARGET_NAME)-Info.plist
WRAPPER_EXTENSION = app
// Asset Catalog
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage