1 // Copyright (C) 2014 Apple Inc. All rights reserved.
\r//
\r// Redistribution and use in source and binary forms, with or without
\r// modification, are permitted provided that the following conditions
\r// are met:
\r// 1. Redistributions of source code must retain the above copyright
\r// notice, this list of conditions and the following disclaimer.
\r// 2. Redistributions in binary form must reproduce the above copyright
\r// notice, this list of conditions and the following disclaimer in the
\r// documentation and/or other materials provided with the distribution.
\r//
\r// THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
\r// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
\r// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
\r// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
\r// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
\r// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
\r// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
\r// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
\r// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
\r// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
\r// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\r\r#include "Base.xcconfig"
\r\rARCHS = $(ARCHS_STANDARD_64_BIT);
\r\rMACOSX_DEPLOYMENT_TARGET = $(MACOSX_DEPLOYMENT_TARGET_$(TARGET_MAC_OS_X_VERSION_MAJOR))
\rMACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
\rMACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
\rMACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
\rMACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
\r\rFRAMEWORK_SEARCH_PATHS = $(DEVELOPER_DIR)/Library/PrivateFrameworks;
\rLD_RUNPATH_SEARCH_PATHS = $(DEVELOPER_DIR)/Library/PrivateFrameworks;
\rOTHER_LDFLAGS = -framework CoreSimulator -framework AppKit;
\r\rSDKROOT = $(SDKROOT_macosx_$(USE_INTERNAL_SDK));
\rSDKROOT_macosx_ = macosx;
\rSDKROOT_macosx_YES = macosx.internal;
\r