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

Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit e5f7cad

Browse files
committed
Updates to support iOS 6
1 parent d265b64 commit e5f7cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openssl.xcodeproj/project.pbxproj

Lines changed: 2 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,
@@ -111,8 +111,8 @@
111111
isa = XCBuildConfiguration;
112112
buildSettings = {
113113
"ARCHS[sdk=iphoneos*]" = (
114-
armv6,
115114
armv7,
115+
armv7s,
116116
);
117117
"ARCHS[sdk=macosx*]" = (
118118
x86_64,

0 commit comments

Comments
 (0)