Add explicit list of supported platforms and architectures to project build settings for compatibility with XCode 4
This commit is contained in:
parent
c45622d14d
commit
54fb0db816
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue