Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64798c2

Browse files
committed
updated settings for universal library support on all platforms
1 parent 9128d19 commit 64798c2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

openssl.xcodeproj/project.pbxproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@
8888
9069D1300FCE340B0042E34C /* Debug */ = {
8989
isa = XCBuildConfiguration;
9090
buildSettings = {
91-
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
92-
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
91+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
92+
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
9393
COPY_PHASE_STRIP = NO;
94+
SDKROOT = "$(PLATFORM_NAME)";
9495
SKIP_INSTALL = YES;
9596
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
9697
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
@@ -100,9 +101,10 @@
100101
9069D1310FCE340B0042E34C /* Release */ = {
101102
isa = XCBuildConfiguration;
102103
buildSettings = {
103-
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
104-
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
104+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
105+
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
105106
COPY_PHASE_STRIP = YES;
107+
SDKROOT = "$(PLATFORM_NAME)";
106108
SKIP_INSTALL = YES;
107109
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
108110
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";

0 commit comments

Comments
 (0)