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

Skip to content

Commit 43b7bfd

Browse files
committed
assign products and archs at the product level
1 parent 4bb7726 commit 43b7bfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openssl.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,17 @@
8989
isa = XCBuildConfiguration;
9090
buildSettings = {
9191
COPY_PHASE_STRIP = NO;
92+
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
93+
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
9294
};
9395
name = Debug;
9496
};
9597
9069D1310FCE340B0042E34C /* Release */ = {
9698
isa = XCBuildConfiguration;
9799
buildSettings = {
98100
COPY_PHASE_STRIP = YES;
101+
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
102+
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
99103
};
100104
name = Release;
101105
};
@@ -111,8 +115,6 @@
111115
INSTALL_PATH = /usr/local/lib;
112116
PREBINDING = NO;
113117
PRODUCT_NAME = crypto;
114-
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
115-
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
116118
};
117119
name = Debug;
118120
};
@@ -127,8 +129,6 @@
127129
INSTALL_PATH = /usr/local/lib;
128130
PREBINDING = NO;
129131
PRODUCT_NAME = crypto;
130-
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
131-
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
132132
ZERO_LINK = NO;
133133
};
134134
name = Release;

0 commit comments

Comments
 (0)