Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Mar 16, 2015
1 parent a707e99 commit b25bff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 5 additions & 3 deletions etc/test-frameworks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ CONFIGURATION=Debug
PROJECT=${CURRENT_PATH}/../postgresql-kit.xcodeproj

# Test Frameworks
xcodebuild test -project ${PROJECT} -scheme "PGServerKit_testcases" -configuration ${CONFIGURATION} || exit -1
xcodebuild test -project ${PROJECT} -scheme "PGClientKit_testcases" -configuration ${CONFIGURATION} || exit -1
#xcodebuild -project ${PROJECT} -target "PGSchemaKit_testcases" -configuration ${CONFIGURATION} || exit -1
echo "Tests are currently in the process of being implemented"
exit -1

#xcodebuild test -project ${PROJECT} -scheme "PGClientKit_testcases" -configuration ${CONFIGURATION} || exit -1
#xcodebuild test -project ${PROJECT} -scheme "PGServerKit_testcases" -configuration ${CONFIGURATION} || exit -1

12 changes: 2 additions & 10 deletions postgresql-kit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2654,6 +2654,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = src/Frameworks/PGControlsKit/PGControlsKit.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = "";
PRODUCT_NAME = PGControlsKit;
WRAPPER_EXTENSION = framework;
};
Expand Down Expand Up @@ -2684,6 +2685,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = src/Frameworks/PGControlsKit/PGControlsKit.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = "";
PRODUCT_NAME = PGControlsKit;
WRAPPER_EXTENSION = framework;
};
Expand Down Expand Up @@ -2737,7 +2739,6 @@
);
INFOPLIST_FILE = src/Frameworks/PGClientKit/PGClientKit_ios.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRELINK_LIBS = "${BUILT_PRODUCTS_DIR}/openssl-current/lib/libcrypto.a ${BUILT_PRODUCTS_DIR}/openssl-current/lib/libssl.a ${BUILT_PRODUCTS_DIR}/libpq-current/lib/libpq.a";
Expand Down Expand Up @@ -2792,7 +2793,6 @@
);
INFOPLIST_FILE = src/Frameworks/PGClientKit/PGClientKit_ios.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRELINK_LIBS = "${BUILT_PRODUCTS_DIR}/openssl-current/lib/libcrypto.a ${BUILT_PRODUCTS_DIR}/openssl-current/lib/libssl.a ${BUILT_PRODUCTS_DIR}/libpq-current/lib/libpq.a";
Expand All @@ -2809,7 +2809,6 @@
6E256FE315F252620079AD2D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx10.9;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -2819,7 +2818,6 @@
6E256FE415F252620079AD2D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
SDKROOT = macosx10.9;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -3002,8 +3000,6 @@
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)-ios";
CONFIGURATION_TEMP_DIR = "$(PROJECT_TEMP_DIR)/$(CONFIGURATION)";
PRODUCT_NAME = openssl_ios;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Debug;
};
Expand All @@ -3013,8 +3009,6 @@
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)-ios";
CONFIGURATION_TEMP_DIR = "$(PROJECT_TEMP_DIR)/$(CONFIGURATION)";
PRODUCT_NAME = openssl_ios;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Release;
};
Expand Down Expand Up @@ -3202,7 +3196,6 @@
);
INFOPLIST_FILE = src/Frameworks/PGServerKit/PGServerKit.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_NAME = PGServerKit;
WRAPPER_EXTENSION = framework;
};
Expand Down Expand Up @@ -3234,7 +3227,6 @@
);
INFOPLIST_FILE = src/Frameworks/PGServerKit/PGServerKit.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_NAME = PGServerKit;
WRAPPER_EXTENSION = framework;
};
Expand Down

0 comments on commit b25bff7

Please sign in to comment.