17 lines
509 B
Plaintext
17 lines
509 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 "Shared/Platform/iOS.xcconfig"
|
|
#include "Shared/Target/StaticFramework.xcconfig"
|
|
#include "Shared/Version.xcconfig"
|
|
|
|
PRODUCT_NAME = FBAEMKit
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBAEMKit
|
|
|
|
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)
|
|
|
|
INFOPLIST_FILE = $(SRCROOT)/FBAEMKit/Info.plist
|