From 9a93305132f24da92711374aac2e348805eec190 Mon Sep 17 00:00:00 2001 From: David Thorpe Date: Tue, 6 Aug 2013 20:35:55 +0100 Subject: [PATCH] updated --- etc/build-all.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/build-all.sh b/etc/build-all.sh index 50c156c..af623d4 100755 --- a/etc/build-all.sh +++ b/etc/build-all.sh @@ -9,11 +9,14 @@ CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" CONFIGURATION=Release PROJECT=${CURRENT_PATH}/../postgresql-kit.xcodeproj -# Build iOS +# Build iOS Framrworks xcodebuild -project ${PROJECT} -target "openssl_ios" -configuration ${CONFIGURATION} || exit -1 xcodebuild -project ${PROJECT} -target "libpq_ios" -configuration ${CONFIGURATION} || exit -1 xcodebuild -project ${PROJECT} -target "PGClientKit_ios" -configuration ${CONFIGURATION} || exit -1 +# Build iOS iApps +# xcodebuild -project ${PROJECT} -target "PGClient_ios" -configuration ${CONFIGURATION} || exit -1 + # Build Mac Frameworks xcodebuild -project ${PROJECT} -target "openssl_mac" -configuration ${CONFIGURATION} || exit -1 xcodebuild -project ${PROJECT} -target "postgresql_mac" -configuration ${CONFIGURATION} || exit -1