From 54fb0db816625490af9b4880ba94e83a4cfdd1c2 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Sat, 12 Mar 2011 22:39:18 -0500 Subject: [PATCH] Add explicit list of supported platforms and architectures to project build settings for compatibility with XCode 4 --- sqlcipher.xcodeproj/project.pbxproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sqlcipher.xcodeproj/project.pbxproj b/sqlcipher.xcodeproj/project.pbxproj index b0645e6..d5d2510 100644 --- a/sqlcipher.xcodeproj/project.pbxproj +++ b/sqlcipher.xcodeproj/project.pbxproj @@ -121,7 +121,14 @@ isa = PBXProject; buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "sqlcipher" */; compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 08FB7794FE84155DC02AAC07 /* sqlcipher */; projectDirPath = ""; projectRoot = ""; @@ -188,6 +195,8 @@ ); OTHER_LDFLAGS = ""; PRODUCT_NAME = sqlcipher; + SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos"; + VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7"; }; name = Debug; }; @@ -207,6 +216,8 @@ ); OTHER_LDFLAGS = ""; PRODUCT_NAME = sqlcipher; + SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos"; + VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7"; }; name = Release; };