File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
JavaScriptCore/JavaScriptCore.xcodeproj Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 88
99#include "JavaScriptCore/Configurations/JavaScriptCore.xcconfig"
1010
11- ARCHS = arm64;
11+ ARCHS = armv7 armv7s arm64;
1212ONLY_ACTIVE_ARCH = NO;
1313SDKROOT = iphoneos;
1414VALID_ARCHS = arm64 armv7 i386;
Original file line number Diff line number Diff line change 88228822 isa = XCBuildConfiguration;
88238823 baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88248824 buildSettings = {
8825+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88258826 PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8827+ SDKROOT = iphoneos7.0;
8828+ VALID_ARCHS = "armv7 armv7s arm64";
88268829 };
88278830 name = Debug;
88288831 };
88298832 10D58E091889C1A000C05A0D /* Release */ = {
88308833 isa = XCBuildConfiguration;
88318834 baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88328835 buildSettings = {
8836+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88338837 PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8838+ SDKROOT = iphoneos7.0;
8839+ VALID_ARCHS = "armv7 armv7s arm64";
88348840 };
88358841 name = Release;
88368842 };
88378843 10D58E0A1889C1A000C05A0D /* Profiling */ = {
88388844 isa = XCBuildConfiguration;
88398845 baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88408846 buildSettings = {
8847+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88418848 PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8849+ SDKROOT = iphoneos7.0;
8850+ VALID_ARCHS = "armv7 armv7s arm64";
88428851 };
88438852 name = Profiling;
88448853 };
88458854 10D58E0B1889C1A000C05A0D /* Production */ = {
88468855 isa = XCBuildConfiguration;
88478856 baseConfigurationReference = 10EAA7001889E6C600DEB161 /* ToolExecutable-iOS-Static.xcconfig */;
88488857 buildSettings = {
8858+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
88498859 PRODUCT_NAME = JSCLLIntOffsetsExtractor;
8860+ SDKROOT = iphoneos7.0;
8861+ VALID_ARCHS = "armv7 armv7s arm64";
88508862 };
88518863 name = Production;
88528864 };
Original file line number Diff line number Diff line change 99#include "WTF/Configurations/WTF.xcconfig"
1010
1111PRODUCT_NAME = WTF
12- ARCHS = arm64 armv7
12+ ARCHS = arm64 armv7 armv7s
1313ONLY_ACTIVE_ARCH = NO
1414SDKROOT = iphoneos
1515SUPPORTED_PLATFORMS = iphoneos iphonesimulator
You can’t perform that action at this time.
0 commit comments