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

Skip to content

Commit 8ddb382

Browse files
committed
update support for XC4.5 with armv7, remove default arch for armv6
1 parent d265b64 commit 8ddb382

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openssl.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
isa = XCBuildConfiguration;
9393
buildSettings = {
9494
"ARCHS[sdk=iphoneos*]" = (
95-
armv6,
9695
armv7,
96+
armv7s,
9797
);
9898
"ARCHS[sdk=macosx*]" = (
9999
x86_64,
@@ -104,15 +104,16 @@
104104
SDKROOT = "$(PLATFORM_NAME)";
105105
SKIP_INSTALL = YES;
106106
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
107+
VALID_ARCHS = "i386 x86_64 armv7 armv6 armv7s";
107108
};
108109
name = Debug;
109110
};
110111
9069D1310FCE340B0042E34C /* Release */ = {
111112
isa = XCBuildConfiguration;
112113
buildSettings = {
113114
"ARCHS[sdk=iphoneos*]" = (
114-
armv6,
115115
armv7,
116+
armv7s,
116117
);
117118
"ARCHS[sdk=macosx*]" = (
118119
x86_64,
@@ -122,6 +123,7 @@
122123
SDKROOT = "$(PLATFORM_NAME)";
123124
SKIP_INSTALL = YES;
124125
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
126+
VALID_ARCHS = "i386 x86_64 armv7 armv6 armv7s";
125127
};
126128
name = Release;
127129
};

0 commit comments

Comments
 (0)