Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions openssl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"ARCHS[sdk=iphoneos*]" = (
armv7,
armv7s,
arm64,
);
"ARCHS[sdk=macosx*]" = (
x86_64,
Expand All @@ -104,7 +105,7 @@
SDKROOT = "$(PLATFORM_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
VALID_ARCHS = "i386 x86_64 armv7 armv7s";
VALID_ARCHS = "i386 x86_64 armv7 armv7s arm64";
};
name = Debug;
};
Expand All @@ -114,6 +115,7 @@
"ARCHS[sdk=iphoneos*]" = (
armv7,
armv7s,
arm64,
);
"ARCHS[sdk=macosx*]" = (
x86_64,
Expand All @@ -123,7 +125,7 @@
SDKROOT = "$(PLATFORM_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
VALID_ARCHS = "i386 x86_64 armv7 armv7s";
VALID_ARCHS = "i386 x86_64 armv7 armv7s arm64";
};
name = Release;
};
Expand Down