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

Skip to content

Commit 9128d19

Browse files
committed
turn archs setting back on, builds are working again
1 parent 55a21fc commit 9128d19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openssl.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
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";
9193
COPY_PHASE_STRIP = NO;
9294
SKIP_INSTALL = YES;
9395
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
@@ -98,6 +100,8 @@
98100
9069D1310FCE340B0042E34C /* Release */ = {
99101
isa = XCBuildConfiguration;
100102
buildSettings = {
103+
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
104+
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
101105
COPY_PHASE_STRIP = YES;
102106
SKIP_INSTALL = YES;
103107
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";

0 commit comments

Comments
 (0)