DailyView/Carthage/Checkouts/facebook-ios-sdk/samples/Configurations/Application.xcconfig
2025-12-30 16:40:31 +08:00

20 lines
559 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
// Language
GCC_PREFIX_HEADER = $(TARGET_NAME)/$(TARGET_NAME)-Prefix.pch
// Packaging
INFOPLIST_FILE = $(TARGET_NAME)/$(TARGET_NAME)-Info.plist
WRAPPER_EXTENSION = app
// Asset Catalog
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage