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

Skip to content

Commit ab830ee

Browse files
committed
correcting overrides as per lab
1 parent 55a21fc commit ab830ee

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

openssl.xcodeproj/project.pbxproj

+14-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 42;
6+
objectVersion = 45;
77
objects = {
88

99
/* Begin PBXFileReference section */
@@ -88,20 +88,31 @@
8888
9069D1300FCE340B0042E34C /* Debug */ = {
8989
isa = XCBuildConfiguration;
9090
buildSettings = {
91+
"ARCHS[sdk=iphoneos*]" = (
92+
armv6,
93+
armv7,
94+
);
95+
"ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD_32_64_BIT)";
9196
COPY_PHASE_STRIP = NO;
97+
ONLY_ACTIVE_ARCH = YES;
98+
SDKROOT = macosx;
9299
SKIP_INSTALL = YES;
93100
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
94-
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
95101
};
96102
name = Debug;
97103
};
98104
9069D1310FCE340B0042E34C /* Release */ = {
99105
isa = XCBuildConfiguration;
100106
buildSettings = {
107+
"ARCHS[sdk=iphoneos*]" = (
108+
armv6,
109+
armv7,
110+
);
111+
"ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD_32_64_BIT)";
101112
COPY_PHASE_STRIP = YES;
113+
SDKROOT = macosx;
102114
SKIP_INSTALL = YES;
103115
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
104-
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
105116
};
106117
name = Release;
107118
};

0 commit comments

Comments
 (0)