Files
pcas/configure/os/CONFIG_SITE.Common.iosCommon
Andrew Johnson fbda9f3280 RCS keyword updates for Bazaar
Replaced $Id$ and $Header$ keywords with $Revision-Id$
Deleted $Log$ keywords and any log messages
2010-10-05 14:27:37 -05:00

25 lines
501 B
Plaintext

# CONFIG_SITE.Common.iosCommon
#
# $Revision-Id$
# This file is maintained by the build community.
#
# Site-specific settings for Apple iOS builds
#-------------------------------------------------------
# iOS Version number
#IOS_VERSION = 3.2
IOS_VERSION = 4.1
# Most sites will want shared libraries
STATIC_BUILD=NO
SHARED_LIBRARIES=YES
# Platform path, this is probably correct
XCODE_PATH := $(shell xcode-select -print-path)
PLATFORM_DIR = $(XCODE_PATH)/Platforms/$(IOS_PLATFORM).platform