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

Skip to content

Commit 2afe0c6

Browse files
committed
removes armv6 some valid archs
1 parent 1f38216 commit 2afe0c6

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
@@ -104,7 +104,7 @@
104104
SDKROOT = "$(PLATFORM_NAME)";
105105
SKIP_INSTALL = YES;
106106
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
107-
VALID_ARCHS = "i386 x86_64 armv7 armv6 armv7s";
107+
VALID_ARCHS = "i386 x86_64 armv7 armv7s";
108108
};
109109
name = Debug;
110110
};
@@ -123,7 +123,7 @@
123123
SDKROOT = "$(PLATFORM_NAME)";
124124
SKIP_INSTALL = YES;
125125
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
126-
VALID_ARCHS = "i386 x86_64 armv7 armv6 armv7s";
126+
VALID_ARCHS = "i386 x86_64 armv7 armv7s";
127127
};
128128
name = Release;
129129
};

0 commit comments

Comments
 (0)