Add explicit list of supported platforms and architectures to project build settings for compatibility with XCode 4

This commit is contained in:
Stephen Lombardo 2011-03-12 22:39:18 -05:00
parent c45622d14d
commit 54fb0db816
1 changed files with 11 additions and 0 deletions

View File

@ -121,7 +121,14 @@
isa = PBXProject; isa = PBXProject;
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "sqlcipher" */; buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "sqlcipher" */;
compatibilityVersion = "Xcode 3.1"; compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 08FB7794FE84155DC02AAC07 /* sqlcipher */; mainGroup = 08FB7794FE84155DC02AAC07 /* sqlcipher */;
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
@ -188,6 +195,8 @@
); );
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
PRODUCT_NAME = sqlcipher; PRODUCT_NAME = sqlcipher;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
}; };
name = Debug; name = Debug;
}; };
@ -207,6 +216,8 @@
); );
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
PRODUCT_NAME = sqlcipher; PRODUCT_NAME = sqlcipher;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
}; };
name = Release; name = Release;
}; };